Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
D2002-07-14-MiscListTests.c56 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/
DHexagonSubtarget.cpp77 auto foundIt = CpuTable.find(CPUString); in initializeSubtargetDependencies() local
78 if (foundIt != CpuTable.end()) in initializeSubtargetDependencies()
79 HexagonArchVersion = foundIt->second; in initializeSubtargetDependencies()
/external/llvm/test/Feature/
Drecursivetype.ll35 ; if (FindData(MyList, 75)) foundIt();
36 ; if (FindData(MyList, 42)) foundIt();
37 ; if (FindData(MyList, 700)) foundIt();
/external/swiftshader/third_party/LLVM/test/Feature/
Drecursivetype.ll35 ; if (FindData(MyList, 75)) foundIt();
36 ; if (FindData(MyList, 42)) foundIt();
37 ; if (FindData(MyList, 700)) foundIt();
/external/protobuf/objectivec/
DGPBDescriptor.m752 BOOL foundIt = NO;
757 foundIt = YES;
762 if (!foundIt) {