Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp180 enum CheckKind { enum in __anonbd727b540111::MallocChecker
1591 Optional<MallocChecker::CheckKind> CheckKind = in ReportBadFree() local
1632 Optional<MallocChecker::CheckKind> CheckKind; in ReportFreeAlloca() local
1719 Optional<MallocChecker::CheckKind> CheckKind = in ReportOffsetFree() local
1774 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseAfterFree() local
1801 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleFree() local
1829 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportDoubleDelete() local
1855 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in ReportUseZeroAllocated() local
2058 CheckKind = getCheckIfTracked(Family, true); in reportLeak() local
2684 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in printState() local