Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h57 CheckLabel, enumerator
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1670 case Check::CheckLabel: in getDescription()
1768 return ConsumeModifiers(Check::CheckLabel); in FindCheckType()
2008 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in readCheckFile()
2813 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in checkInput()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp360 case Check::CheckLabel: in GetCheckTypeAbbreviation()