Lines Matching refs:getOriginExpr
1315 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkStrdup()
1347 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkCXXNewOrCXXDelete()
1439 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkOwnershipAttr()
1469 if (!Call.getOriginExpr()) in checkPostCall()
1509 if (const CallExpr *CE = dyn_cast<CallExpr>(Call.getOriginExpr())) { in ProcessZeroAllocCheck()
1512 dyn_cast<CXXNewExpr>(Call.getOriginExpr())) { in ProcessZeroAllocCheck()
1609 const CXXNewExpr *NE = Call.getOriginExpr(); in processNewAllocation()
1635 (Call.getOriginExpr()->isArray() ? AF_CXXNewArray : AF_CXXNew)); in checkNewAllocator()
1724 const Expr *CE = Call.getOriginExpr(); in MallocMemAux()
1927 const Expr *ParentExpr = Call.getOriginExpr(); in FreeMemAux()
2572 const CallExpr *CE = cast<CallExpr>(Call.getOriginExpr()); in ReallocMemAux()
2859 const CXXDeleteExpr *DE = DC->getOriginExpr(); in checkPreCall()
3017 for (const Expr *Arg : cast<CallExpr>(Call.getOriginExpr())->arguments()) in suppressDeallocationsInSuspiciousContexts()