Home
last modified time | relevance | path

Searched refs:getPatternVarValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp1610 Expected<StringRef> LocalVar = Cxt.getPatternVarValue(LocalVarStr); in TEST_F()
1619 Expected<StringRef> EmptyVar = Cxt.getPatternVarValue(EmptyVarStr); in TEST_F()
1620 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F()
1646 LocalVar = Cxt.getPatternVarValue(LocalVarStr); in TEST_F()
1667 EmptyVar = Cxt.getPatternVarValue(EmptyVarStr); in TEST_F()
1679 Expected<StringRef> GlobalVar = Cxt.getPatternVarValue(GlobalVarStr); in TEST_F()
1693 EXPECT_THAT_EXPECTED(Cxt.getPatternVarValue(GlobalVarStr), Succeeded()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h280 Expected<StringRef> getPatternVarValue(StringRef VarName);
DFileCheck.cpp63 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResult()
817 FileCheckPatternContext::getPatternVarValue(StringRef VarName) { in getPatternVarValue() function in FileCheckPatternContext
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h496 Expected<StringRef> getPatternVarValue(StringRef VarName);
DFileCheck.cpp413 Expected<StringRef> VarVal = Context->getPatternVarValue(FromStr); in getResult()
1469 FileCheckPatternContext::getPatternVarValue(StringRef VarName) { in getPatternVarValue() function in FileCheckPatternContext