Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A 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()
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayLists.cpp24 : AlwaysInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
26 NeverInstrument(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
28 AttrList(llvm::SpecialCaseList::createOrDie( in XRayFunctionFilter()
H A DProfileList.cpp32 createOrDie(const std::vector<std::string> &Paths,
56 ProfileSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in clang::ProfileSpecialCaseList
67 : SCL(ProfileSpecialCaseList::createOrDie( in ProfileList()
H A DNoSanitizeList.cpp24 : SSCL(SanitizerSpecialCaseList::createOrDie( in NoSanitizeList()
H A DSanitizerSpecialCaseList.cpp31 SanitizerSpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in SanitizerSpecialCaseList
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DSanitizerCoverage.h41 Allowlist = SpecialCaseList::createOrDie(AllowlistFiles, in Options()
44 Blocklist = SpecialCaseList::createOrDie(BlocklistFiles, in Options()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h39 createOrDie(const std::vector<std::string> &Paths,
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSpecialCaseList.h84 createOrDie(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &FS);
/llvm-project-15.0.7/llvm/lib/Support/
H A DSpecialCaseList.cpp90 SpecialCaseList::createOrDie(const std::vector<std::string> &Paths, in createOrDie() function in llvm::SpecialCaseList
/llvm-project-15.0.7/llvm/unittests/Support/
H A DSpecialCaseListTest.cpp182 auto SCL = SpecialCaseList::createOrDie(Files, *vfs::getRealFileSystem()); in TEST_F()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp532 return SpecialCaseList::createOrDie({{ClBlacklist}}, in createUserIgnorelist()
535 return SpecialCaseList::createOrDie({{ClIgnorelist}}, in createUserIgnorelist()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp804 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem())); in DataFlowSanitizer()