Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h57 CheckLabel, enumerator
/llvm-project-15.0.7/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()
2812 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in checkInput()
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp360 case Check::CheckLabel: in GetCheckTypeAbbreviation()