Searched refs:BasicTypeNames (Results 1 – 4 of 4) sorted by relevance
161 var BasicTypeNames = []string{ var325 if int(t.Kind()) < len(BasicTypeNames) && BasicTypeNames[t.Kind()] != "" {341 name = BasicTypeNames[t.Kind()]
35 fn := types.BasicTypeNames[param] + "to" + types.BasicTypeNames[result]
218 TEST(DemangleRust, BasicTypeNames) { in TEST() argument