Home
last modified time | relevance | path

Searched defs:SCL (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp84 std::unique_ptr<SpecialCaseList> SCL(new SpecialCaseList()); in create() local
92 std::unique_ptr<SpecialCaseList> SCL(new SpecialCaseList()); in create() local
102 if (auto SCL = create(Paths, FS, Error)) in createOrDie() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp162 std::unique_ptr<llvm::SpecialCaseList> SCL( validateSpecialCaseListFormat() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp319 std::unique_ptr<SpecialCaseList> SCL; member in __anon77e9d22e0211::DFSanABIList