Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.cpp63 const Expr *AllocExpr = PtrArith->getLHS()->IgnoreParenCasts(); in check() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2075 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); FreeMemAux() local
2350 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); HandleMismatchedDealloc() local
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5873 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) print_elem() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11373 const Expr *AllocExpr; getAddressOfLocalVariable() member in CGOpenMPRuntime::getAddressOfLocalVariable::OMPAllocateCleanupTy
11378 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn,SourceLocation::UIntTy LocEncoding,Address Addr,const Expr * AllocExpr) getAddressOfLocalVariable() argument
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp790 const Expr *AllocExpr = nullptr; global() member