Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp433 if (DiagItr->InputStartLine == DiagItr->InputEndLine && in BuildInputAnnotations()
450 if (DiagItr->InputStartLine == DiagItr->InputEndLine) { in BuildInputAnnotations()
458 assert(DiagItr->InputStartLine < DiagItr->InputEndLine && in BuildInputAnnotations()
462 for (unsigned L = DiagItr->InputStartLine + 1, E = DiagItr->InputEndLine; in BuildInputAnnotations()
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h165 unsigned InputEndLine; member
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1619 InputEndLine = End.first; in FileCheckDiag()