Home
last modified time | relevance | path

Searched defs:AllocCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.cpp33 const auto AllocCall = callExpr(callee(decl(anyOf(AllocFunc, AllocFuncPtr)))); in registerMatchers() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp43 const CallExpr *AllocCall; member
61 TypeCallPair AllocCall = Visit(S); in VisitChild() local
[all...]
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp760 ExprResult AllocCall = B->S.ActOnCallExpr( transformForValuePrinting() local