Searched refs:foundIt (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscListTests.c | 56 void foundIt(void); 67 if (FindData(MyList, 75)) foundIt(); in DoListStuff() 68 if (FindData(MyList, 42)) foundIt(); in DoListStuff() 69 if (FindData(MyList, 700)) foundIt(); in DoListStuff()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 77 auto foundIt = CpuTable.find(CPUString); in initializeSubtargetDependencies() local 78 if (foundIt != CpuTable.end()) in initializeSubtargetDependencies() 79 HexagonArchVersion = foundIt->second; in initializeSubtargetDependencies()
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | recursivetype.ll | 35 ; if (FindData(MyList, 75)) foundIt(); 36 ; if (FindData(MyList, 42)) foundIt(); 37 ; if (FindData(MyList, 700)) foundIt();
|
/external/llvm/test/Feature/ |
D | recursivetype.ll | 35 ; if (FindData(MyList, 75)) foundIt(); 36 ; if (FindData(MyList, 42)) foundIt(); 37 ; if (FindData(MyList, 700)) foundIt();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | recursivetype.ll | 35 ; if (FindData(MyList, 75)) foundIt(); 36 ; if (FindData(MyList, 42)) foundIt(); 37 ; if (FindData(MyList, 700)) foundIt();
|
/external/protobuf/objectivec/ |
D | GPBDescriptor.m | 752 BOOL foundIt = NO; 757 foundIt = YES; 762 if (!foundIt) {
|