Searched refs:AllocExpr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp698 const Expr *AllocExpr = nullptr) const;
2027 const Expr *AllocExpr = cast<Expr>(RsBase->getStmt()); local
2029 Family, AllocExpr);
2302 const Expr *AllocExpr = cast<Expr>(RS->getStmt()); local
2316 if (printMemFnName(AllocOs, C, AllocExpr))
2320 if (printMemFnName(AllocOs, C, AllocExpr))
2342 const Expr *AllocExpr) const {
2385 if (AllocExpr && printMemFnName(AllocNameOs, C, AllocExpr))
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5876 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr())
5877 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp785 const Expr *AllocExpr = nullptr; member in struct:__anon285::DynAlloc
796 if (auto *NE = dyn_cast<CXXNewExpr>(AllocExpr))
798 assert(isa<CallExpr>(AllocExpr));
1959 Result.first->second.AllocExpr = E;
2178 Info.Note((*Alloc)->AllocExpr->getExprLoc(),
2550 Info.CCEDiag(Info.HeapAllocs.begin()->second.AllocExpr,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11355 const Expr *AllocExpr; member in class:final
11360 const Expr *AllocExpr)
11362 AllocExpr(AllocExpr) {}
11371 llvm::Value *AllocVal = getAllocatorVal(CGF, AllocExpr);
11358 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn, SourceLocation::UIntTy LocEncoding, Address Addr, const Expr *AllocExpr) argument

Completed in 333 milliseconds