Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp22 NoSanitizeList::NoSanitizeList(const std::vector<std::string> &NoSanitizePaths, in NoSanitizeList() function in NoSanitizeList
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h82 class NoSanitizeList; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5141 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding() local