Searched refs:testFuncProto (Results 1 – 1 of 1) sorted by relevance
2416 std::string & testFuncProto) { in GenTest() argument2455 testFuncProto = TypeString(proto[0], outTypeStr) + " test_" + mangledName + "("; in GenTest()2462 testFuncProto += comma + TypeString(proto[i], inTypeStr) + " "; in GenTest()2463 testFuncProto.push_back(arg); in GenTest()2466 testFuncProto += ")"; in GenTest()2468 s+= testFuncProto; in GenTest()2534 std::string testFuncProto; in genTargetTest() local2537 testFuncProto); in genTargetTest()2538 if (EmittedMap.count(testFuncProto)) in genTargetTest()2540 EmittedMap[testFuncProto] = kind; in genTargetTest()[all …]