Searched refs:EEnd (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | MustExecute.h | 460 for (auto EIt = begin(PP), EEnd = end(PP); EIt != EEnd; ++EIt) in checkForAllContext() local 473 auto EIt = begin(PP), EEnd = end(PP); in findInContextOf() local 474 return findInContextOf(I, EIt, EEnd); in findInContextOf() 483 bool findInContextOf(const Instruction *I, iterator &EIt, iterator &EEnd) { in findInContextOf() 485 while (!Found && EIt != EEnd) in findInContextOf()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MustExecute.h | 441 auto EIt = begin(PP), EEnd = end(PP); in findInContextOf() local 442 return findInContextOf(I, EIt, EEnd); in findInContextOf() 451 bool findInContextOf(const Instruction *I, iterator &EIt, iterator &EEnd) { in findInContextOf() 453 while (!Found && EIt != EEnd) in findInContextOf()
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | Modularize.cpp | 921 for (EntityMap::iterator E = Entities.begin(), EEnd = Entities.end(); in main() local 922 E != EEnd; ++E) { in main()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 467 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes() local 469 if (Explorer.findInContextOf(It.first, EIt, EEnd)) in getAttrsFromAssumes()
|
D | AttributorAttributes.cpp | 585 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in followUsesInContext() local 589 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in followUsesInContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 827 auto EIt = Explorer.begin(CtxI), EEnd = Explorer.end(CtxI); in updateImpl() local 831 bool Found = Explorer.findInContextOf(UserI, EIt, EEnd); in updateImpl()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2345 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local 2346 E != EEnd; in WritePreprocessorDetail()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2384 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local 2385 E != EEnd; in WritePreprocessorDetail()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 1043 EEnd = ShadowMaps.back().end(); in ExitScope() local 1044 E != EEnd; in ExitScope()
|