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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp167 enum CheckKind { enum in class:__anon18202::MallocChecker
320 /// Sets CheckKind to the kind of the checker responsible for this
322 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family) const;
323 Optional<CheckKind> getCheckIfTracked(CheckerContext &C,
325 Optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym) const;
1201 Optional<MallocChecker::CheckKind>
1210 return Optional<MallocChecker::CheckKind>();
1217 return Optional<MallocChecker::CheckKind>();
1226 Optional<MallocChecker::CheckKind>
1232 Optional<MallocChecker::CheckKind>
1742 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); local
2359 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); local
[all...]

Completed in 3892 milliseconds