Home
last modified time | relevance | path

Searched refs:shouldNullCheckAllocation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp137 bool CXXNewExpr::shouldNullCheckAllocation(const ASTContext &Ctx) const { in shouldNullCheckAllocation() function in CXXNewExpr
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1397 bool nullCheck = E->shouldNullCheckAllocation(getContext()) && in EmitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1887 bool shouldNullCheckAllocation(const ASTContext &Ctx) const;