Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp491 const std::vector<InputAnnotation>::iterator &AnnotationEnd) { in FindInputLineInFilter() argument
494 for (auto AnnotationItr = AnnotationBeg; AnnotationItr != AnnotationEnd; in FindInputLineInFilter()
618 auto AnnotationItr = Annotations.begin(), AnnotationEnd = Annotations.end(); in DumpAnnotatedInput() local
620 InputFilePtr != InputFileEnd || AnnotationItr != AnnotationEnd; in DumpAnnotatedInput()
627 AnnotationItr, AnnotationEnd); in DumpAnnotatedInput()
657 for (auto I = AnnotationItr; I != AnnotationEnd && I->InputLine == Line; in DumpAnnotatedInput()
698 while (AnnotationItr != AnnotationEnd && in DumpAnnotatedInput()