Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DNoSanitizeList.cpp22 NoSanitizeList::NoSanitizeList(const std::vector<std::string> &NoSanitizePaths, in NoSanitizeList() function in NoSanitizeList
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4836 const auto &NoSanitizeList = Context.getNoSanitizeList(); in mayInsertExtraPadding() local