Home
last modified time | relevance | path

Searched refs:passAlignment (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1517 unsigned NumNonPlacementArgs = E->passAlignment() ? 2 : 1; in EnterNewDeleteCleanup()
1533 NewPtr.emitRawPointer(CGF), AllocSize, E->passAlignment(), AllocAlign); in EnterNewDeleteCleanup()
1563 E->passAlignment(), in EnterNewDeleteCleanup()
1647 if (E->passAlignment()) { in EmitCXXNewExpr()
1683 if (!E->passAlignment() && in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1144 return getOriginExpr()->passAlignment() ? 2 : 1; in getNumImplicitArgs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1913 Record.push_back(E->passAlignment()); in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2431 bool passAlignment() const { return CXXNewExprBits.ShouldPassAlignment; } in passAlignment() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8273 ToOperatorDelete, E->passAlignment(), E->doesUsualArrayDeleteWantSize(), in VisitCXXNewExpr()