Home
last modified time | relevance | path

Searched refs:UnknownVar (Results 1 – 18 of 18) sorted by relevance

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-config/src/
H A Dpath.rs47 UnknownVar(String), enumerator
116 _ => return Err(CfgPathError::UnknownVar(var.to_owned())), in get_env()
201 assert!(matches!(p.path(), Err(CfgPathError::UnknownVar(_)))); in expand_bogus()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/Support/
H A DFileCheckTest.cpp524 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
539 EXPECT_TRUE(errorToBool(UnknownVar.takeError())); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/Support/
H A DFileCheckTest.cpp524 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
539 EXPECT_TRUE(errorToBool(UnknownVar.takeError())); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/Support/
H A DFileCheckTest.cpp515 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
522 EXPECT_TRUE(errorToBool(UnknownVar.takeError())); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/PlanCompiler/
H A DColumnMapTranslator.cs196 …throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UnknownVar, 1, varRefColumnMap.Var.Id)… in Translate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DFileCheckTest.cpp1537 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1559 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DFileCheckTest.cpp1539 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1561 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DOpCopier.cs126 throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UnknownVar, 6); in GetMappedVar()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1620 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1642 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1620 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1642 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1620 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1642 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1676 Expected<StringRef> UnknownVar = Cxt.getPatternVarValue(UnknownVarStr); in TEST_F() local
1698 expectUndefErrors({std::string(UnknownVarStr)}, UnknownVar.takeError()); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/
H A DEntityUtil.cs673 UnknownVar = 1005, enumerator