Home
last modified time | relevance | path

Searched refs:CheckLabelStr (Results 1 – 3 of 3) 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-10.0/llvm/lib/Support/
DFileCheck.cpp1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput() local
1926 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in checkInput()
1934 CheckLabelStr.Check(SM, Buffer, true, MatchLabelLen, Req, Diags); in checkInput()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2661 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput() local
2662 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in checkInput()
2670 CheckLabelStr.Check(SM, Buffer, true, MatchLabelLen, Req, Diags); in checkInput()