Searched refs:shouldNullCheckAllocation (Results 1 – 6 of 6) sorted by relevance
137 bool CXXNewExpr::shouldNullCheckAllocation(const ASTContext &Ctx) const { in shouldNullCheckAllocation() function in CXXNewExpr
277 bool CXXNewExpr::shouldNullCheckAllocation() const { in shouldNullCheckAllocation() function in CXXNewExpr
1397 bool nullCheck = E->shouldNullCheckAllocation(getContext()) && in EmitCXXNewExpr()
1667 bool nullCheck = E->shouldNullCheckAllocation() && in EmitCXXNewExpr()
1887 bool shouldNullCheckAllocation(const ASTContext &Ctx) const;
2245 bool shouldNullCheckAllocation() const;