Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp192 static bool AllocatesMemory(QualType T) { in AllocatesMemory() function
246 if (AllocatesMemory(T)) in Visit()