Home
last modified time | relevance | path

Searched refs:testFuncProto (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
DNeonEmitter.cpp2416 std::string & testFuncProto) { in GenTest() argument
2455 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() local
2537 testFuncProto); in genTargetTest()
2538 if (EmittedMap.count(testFuncProto)) in genTargetTest()
2540 EmittedMap[testFuncProto] = kind; in genTargetTest()
[all …]