Home
last modified time | relevance | path

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

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