Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp182 enum CheckKind { enum in __anond17b7d3c0111::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/compiler-rt/lib/ubsan/
Dubsan_handlers.h162 CFITypeCheckKind CheckKind; member
/external/clang/lib/CodeGen/
DCGExpr.cpp2696 llvm::Value *CheckKind = Builder.CreateLoad(CheckKindAddr); in EmitCfiCheckFail() local