Home
last modified time | relevance | path

Searched refs:AllocatesMemory (Results 1 – 2 of 2) 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp34 AllocatesMemory = BaseDiagnosticIndex, enumerator
752 {Effect, ViolationID::AllocatesMemory, VSite, CallLoc}); in followCall()
848 case ViolationID::AllocatesMemory: in emitDiagnostics()
930 case ViolationID::AllocatesMemory: in emitDiagnostics()