Searched refs:MallocChecker (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 299 class MallocChecker class 391 using CheckFn = std::function<void(const MallocChecker *, 395 {{{"free"}, 1}, &MallocChecker::checkFree}, 396 {{{"if_freenameindex"}, 1}, &MallocChecker::checkIfFreeNameIndex}, 397 {{{"kfree"}, 1}, &MallocChecker::checkFree}, 398 {{{"g_free"}, 1}, &MallocChecker::checkFree}, 407 {{{"alloca"}, 1}, &MallocChecker::checkAlloca}, 408 {{{"_alloca"}, 1}, &MallocChecker::checkAlloca}, 409 {{{"malloc"}, 1}, &MallocChecker::checkBasicAlloc}, 410 {{{"malloc"}, 3}, &MallocChecker::checkKernelMalloc}, [all …]
|
| H A D | CMakeLists.txt | 65 MallocChecker.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 77 "MallocChecker.cpp",
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 530 def MallocChecker: Checker<"Malloc">,
|