Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp288 class MallocChecker class
378 using CheckFn = std::function<void(const MallocChecker *,
382 {{"free", 1}, &MallocChecker::checkFree},
383 {{"if_freenameindex", 1}, &MallocChecker::checkIfFreeNameIndex},
384 {{"kfree", 1}, &MallocChecker::checkFree},
385 {{"g_free", 1}, &MallocChecker::checkFree},
391 {{"alloca", 1}, &MallocChecker::checkAlloca},
392 {{"_alloca", 1}, &MallocChecker::checkAlloca},
393 {{"malloc", 1}, &MallocChecker::checkBasicAlloc},
394 {{"malloc", 3}, &MallocChecker::checkKernelMalloc},
[all …]
H A DCMakeLists.txt60 MallocChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn73 "MallocChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile68 MallocChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td494 def MallocChecker: Checker<"Malloc">,