Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp676 std::optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
679 std::optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2072 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker
2107 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker
2114 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2216 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc()
2349 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree()
2406 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree()
2747 getCheckIfTracked(Family, true); in HandleLeak()
3567 getCheckIfTracked(Family); in printState()
[all …]