Home
last modified time | relevance | path

Searched defs:AllocExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2027 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); FreeMemAux() local
2302 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); HandleMismatchedDealloc() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5876 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) print_elem() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11355 const Expr *AllocExpr; getAddressOfLocalVariable() member in CGOpenMPRuntime::getAddressOfLocalVariable::OMPAllocateCleanupTy
11360 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn,SourceLocation::UIntTy LocEncoding,Address Addr,const Expr * AllocExpr) getAddressOfLocalVariable() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp785 const Expr *AllocExpr = nullptr; global() member