Lines Matching refs:getOriginExpr
1324 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkStrdup()
1356 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkCXXNewOrCXXDelete()
1448 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in checkOwnershipAttr()
1478 if (!Call.getOriginExpr()) in checkPostCall()
1518 if (const CallExpr *CE = dyn_cast<CallExpr>(Call.getOriginExpr())) { in ProcessZeroAllocCheck()
1521 dyn_cast<CXXNewExpr>(Call.getOriginExpr())) { in ProcessZeroAllocCheck()
1618 const CXXNewExpr *NE = Call.getOriginExpr(); in processNewAllocation()
1644 (Call.getOriginExpr()->isArray() ? AF_CXXNewArray : AF_CXXNew)); in checkNewAllocator()
1733 const Expr *CE = Call.getOriginExpr(); in MallocMemAux()
1930 const Expr *ParentExpr = Call.getOriginExpr(); in FreeMemAux()
2576 const CallExpr *CE = cast<CallExpr>(Call.getOriginExpr()); in ReallocMemAux()
2866 const CXXDeleteExpr *DE = DC->getOriginExpr(); in checkPreCall()
3026 for (const Expr *Arg : cast<CallExpr>(Call.getOriginExpr())->arguments()) in suppressDeallocationsInSuspiciousContexts()