Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp1373 const CheckString &CheckLabelStr = CheckStrings[j]; in main() local
1374 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in main()
1381 size_t MatchLabelPos = CheckLabelStr.Check(SM, Buffer, true, in main()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp1496 const CheckString &CheckLabelStr = CheckStrings[j]; in CheckInput() local
1497 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in CheckInput()
1505 CheckLabelStr.Check(SM, Buffer, true, MatchLabelLen, VariableTable); in CheckInput()