HomeSort by: relevance | last modified time | path
    Searched refs:FirstIter (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 1057 MatchStep(T FirstIter, T FirstEnd, T SecondIter, T SecondEnd)
1058 : FirstIter(FirstIter), FirstEnd(FirstEnd), SecondIter(SecondIter),
1062 return (FirstIter == FirstEnd && SecondIter == SecondEnd);
1065 bool isFirstFinished() const { return FirstIter == FirstEnd; }
1076 T getFirstIter() const { return FirstIter; }
1084 T FirstIter;
1097 ++FirstIter;
1101 ++FirstIter;
1113 if (FirstIter != FirstEnd &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 523 CombiningDirIterImpl(directory_iterator FirstIter, FileSystemPtr Fallback,
525 : FSList({Fallback}), CurrentDirIter(FirstIter),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 5675 bool FirstIter = true;
5683 if (FirstIter) {
5684 FirstIter = false;
16430 bool FirstIter = true;
16440 if (!FirstIter && IR != ER)
16442 FirstIter = false;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 3454 bool FirstIter = true;
3469 if (FirstIter) {
3473 FirstIter = false;

Completed in 53 milliseconds