Home
last modified time | relevance | path

Searched refs:containsType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DNoSanitizeList.h41 bool containsType(SanitizerMask Mask, StringRef MangledTypeName,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DNoSanitizeList.cpp50 bool NoSanitizeList::containsType(SanitizerMask Mask, StringRef MangledTypeName, in containsType() function in NoSanitizeList
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2893 if (getContext().getNoSanitizeList().containsType( in EmitVTablePtrCheck()
2946 return !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in ShouldEmitVTableTypeCheckedLoad()
2974 !getContext().getNoSanitizeList().containsType(SanitizerKind::CFIVCall, in EmitVTableTypeCheckedLoad()
H A DCGExpr.cpp891 if (!CGM.getContext().getNoSanitizeList().containsType(SanitizerKind::Vptr, in EmitTypeCheck()
H A DCodeGenModule.cpp3680 if (NoSanitizeL.containsType(Kind, TypeStr, Category)) in isInNoSanitizeList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5267 else if (NoSanitizeList.containsType( in mayInsertExtraPadding()
H A DASTContext.cpp878 return NoSanitizeL->containsType(Mask, TyName); in isTypeIgnoredBySanitizer()