Home
last modified time | relevance | path

Searched refs:createOrDie (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DURITests.cpp30 std::string createOrDie(llvm::StringRef AbsolutePath, in createOrDie() function
72 EXPECT_THAT(createOrDie("c:\\x\\y\\z"), "file:///c:/x/y/z"); in TEST()
74 EXPECT_THAT(createOrDie("/x/y/z"), "file:///x/y/z"); in TEST()
75 EXPECT_THAT(createOrDie("/(x)/y/\\ z"), "file:///%28x%29/y/%5C%20z"); in TEST()
81 EXPECT_THAT(createOrDie("\\\\test.org\\x\\y\\z"), "file://test.org/x/y/z"); in TEST()
82 EXPECT_THAT(createOrDie("\\\\10.0.0.1\\x\\y\\z"), "file://10.0.0.1/x/y/z"); in TEST()
84 EXPECT_THAT(createOrDie("//test.org/x/y/z"), "file://test.org/x/y/z"); in TEST()
85 EXPECT_THAT(createOrDie("//10.0.0.1/x/y/z"), "file://10.0.0.1/x/y/z"); in TEST()
/external/llvm-project/clang/lib/Basic/
DXRayLists.cpp24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
26 NeverInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
28 AttrList(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
DSanitizerBlacklist.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie( in SanitizerBlacklist()
DSanitizerSpecialCaseList.cpp31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in SanitizerSpecialCaseList
/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DSanitizerCoverage.h42 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
45 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
/external/clang/lib/Basic/
DSanitizerBlacklist.cpp20 : SCL(llvm::SpecialCaseList::createOrDie(BlacklistPaths)), SM(SM) {} in SanitizerBlacklist()
/external/llvm-project/clang/include/clang/Basic/
DSanitizerSpecialCaseList.h39 createOrDie(const std::vector<std::string> &Paths,
/external/llvm/include/llvm/Support/
DSpecialCaseList.h73 createOrDie(const std::vector<std::string> &Paths);
/external/llvm-project/llvm/include/llvm/Support/
DSpecialCaseList.h83 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h81 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/external/llvm/unittests/Support/
DSpecialCaseListTest.cpp126 auto SCL = SpecialCaseList::createOrDie(Files); in TEST_F()
/external/llvm/lib/Support/
DSpecialCaseList.cpp80 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths) { in createOrDie() function in llvm::SpecialCaseList
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
/external/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp91 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
/external/llvm-project/llvm/unittests/Support/
DSpecialCaseListTest.cpp182 auto SCL = SpecialCaseList::createOrDie(Files, *vfs::getRealFileSystem()); in TEST_F()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp274 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in ModuleSanitizerCoverageLegacyPass()
277 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in ModuleSanitizerCoverageLegacyPass()
DDataFlowSanitizer.cpp535 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp512 return SpecialCaseList::createOrDie({{ClBlacklist}}, in createUserBlacklist()
/external/llvm/tools/sancov/
Dsancov.cc285 return SpecialCaseList::createOrDie({{ClBlacklist}}); in createUserBlacklist()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp377 ABIList.set(SpecialCaseList::createOrDie(AllABIListFiles)); in DataFlowSanitizer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp486 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()