/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 182 enum CheckKind { enum in __anond5670e240111::MallocChecker 1606 Optional<MallocChecker::CheckKind> CheckKind = in ReportBadFree() local 1647 Optional<MallocChecker::CheckKind> CheckKind; in ReportFreeAlloca() local 1734 Optional<MallocChecker::CheckKind> CheckKind = in ReportOffsetFree() local 1789 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseAfterFree() local 1816 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleFree() local 1844 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleDelete() local 1870 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseZeroAllocated() local 2073 CheckKind = getCheckIfTracked(Family, true); in reportLeak() local 2715 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in printState() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 303 enum CheckKind { enum in __anon59cbc8120411::MallocChecker 2071 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc() local 2112 Optional<MallocChecker::CheckKind> CheckKind; in HandleFreeAlloca() local 2204 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree() local 2261 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree() local 2300 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleFree() local 2330 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleDelete() local 2357 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseZeroAlloc() local 2389 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleFunctionPtrFree() local 2600 CheckKind = getCheckIfTracked(Family, true); in HandleLeak() local [all …]
|
D | StackAddrEscapeChecker.cpp | 39 enum CheckKind { enum in __anond1544cfc0111::StackAddrEscapeChecker
|
D | ValistChecker.cpp | 41 enum CheckKind { enum in __anon4f5966ad0111::ValistChecker
|
D | PthreadLockChecker.cpp | 615 const Expr *MtxExpr, CheckerKind CheckKind, in reportBug()
|
D | CallAndMessageChecker.cpp | 64 enum CheckKind { enum in __anon465822ae0111::CallAndMessageChecker
|
D | NullabilityChecker.cpp | 109 enum CheckKind { enum in __anone4472b830111::NullabilityChecker
|
D | StdLibraryFunctionsChecker.cpp | 521 enum CheckKind { enum in __anonf1e9aeb30111::StdLibraryFunctionsChecker
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 162 CFITypeCheckKind CheckKind; member
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.h | 219 CFITypeCheckKind CheckKind; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 3404 SanitizerMask CheckKind; in EmitReturnValueCheck() local 3800 SanitizerMask CheckKind; in EmitNonNullArgCheck() local
|
D | CGExprScalar.cpp | 1164 ImplicitConversionCheckKind CheckKind; in EmitIntegerSignChangeCheck() local
|
D | CGExpr.cpp | 3423 llvm::Value *CheckKind = Builder.CreateLoad(CheckKindAddr); in EmitCfiCheckFail() local
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2696 llvm::Value *CheckKind = Builder.CreateLoad(CheckKindAddr); in EmitCfiCheckFail() local
|