OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EEnd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h
460
for (auto EIt = begin(PP),
EEnd
= end(PP); EIt !=
EEnd
; ++EIt)
473
auto EIt = begin(PP),
EEnd
= end(PP);
474
return findInContextOf(I, EIt,
EEnd
);
477
/// Helper to look for \p I in the context defined by \p EIt and \p
EEnd
.
483
bool findInContextOf(const Instruction *I, iterator &EIt, iterator &
EEnd
) {
485
while (!Found && EIt !=
EEnd
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp
471
auto EIt = Explorer.begin(getCtxI()),
EEnd
= Explorer.end(getCtxI());
473
if (Explorer.findInContextOf(It.first, EIt,
EEnd
))
AttributorAttributes.cpp
633
auto EIt = Explorer.begin(CtxI),
EEnd
= Explorer.end(CtxI);
637
bool Found = Explorer.findInContextOf(UserI, EIt,
EEnd
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2389
EEnd
= PPRec.local_end();
2390
E !=
EEnd
;
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026