Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp710 std::optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
713 std::optional<CheckKind> getCheckIfTracked(CheckerContext &C, SymbolRef Sym,
2120 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() function in MallocChecker
2155 MallocChecker::getCheckIfTracked(CheckerContext &C, SymbolRef Sym, in getCheckIfTracked() function in MallocChecker
2162 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2264 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleNonHeapDealloc()
2397 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in HandleOffsetFree()
2454 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleUseAfterFree()
2493 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleFree()
2523 std::optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(C, Sym); in HandleDoubleDelete()
[all …]