Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp125 static const CallExpr *tryUnwrapAllocSizeCall(const Expr *E) { in tryUnwrapAllocSizeCall() function
148 return E && E->getType()->isPointerType() && tryUnwrapAllocSizeCall(E); in isBaseAnAllocSizeCall()
1642 assert((isa<MemberExpr>(E) || tryUnwrapAllocSizeCall(E)) && in set()
8934 const CallExpr *CE = tryUnwrapAllocSizeCall(Base); in getBytesReturnedByAllocSizeCall()
8962 if (!tryUnwrapAllocSizeCall(E)) in evaluateLValueAsAllocSize()