Home
last modified time | relevance | path

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

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