Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp178 class MallocSizeofChecker : public Checker<check::ASTCodeBody> { class
254 mgr.registerChecker<MallocSizeofChecker>(); in registerMallocSizeofChecker()
H A DCMakeLists.txt66 MallocSizeofChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn78 "MallocSizeofChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td532 def MallocSizeofChecker : Checker<"MallocSizeof">,