Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1792 IDP.PassTypeIdentity = TypeAwareAllocationMode::Yes;
1826 !isTypeAwareAllocation(Other.IDP.PassTypeIdentity)); in Compare()
1836 if (IDP.PassTypeIdentity != OtherIDP.PassTypeIdentity) in Compare()
1837 return IDP.PassTypeIdentity == TargetIDP.PassTypeIdentity ? 1 : -1; in Compare()
1849 if (isTypeAwareAllocation(IDP.PassTypeIdentity)) { in Compare()
1941 if (!isTypeAwareAllocation(IDP.PassTypeIdentity) && in resolveDeallocationOverload()
1942 isTypeAwareAllocation(Info.IDP.PassTypeIdentity)) in resolveDeallocationOverload()
2443 *this, StartLoc, IAP.PassTypeIdentity, AllocType); in BuildCXXNew()
2457 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in BuildCXXNew()
2866 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in resolveAllocationOverload()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2273 TypeAwareAllocationMode PassTypeIdentity, in ImplicitAllocationParameters()
2275 : Type(AllocType), PassTypeIdentity(PassTypeIdentity), in ImplicitAllocationParameters()
2281 : PassTypeIdentity(TypeAwareAllocationMode::No), in ImplicitAllocationParameters()
2286 if (isTypeAwareAllocation(PassTypeIdentity)) in getNumImplicitArgs()
2294 TypeAwareAllocationMode PassTypeIdentity; member
2300 TypeAwareAllocationMode PassTypeIdentity, in ImplicitDeallocationParameters()
2303 : Type(DeallocType), PassTypeIdentity(PassTypeIdentity), in ImplicitDeallocationParameters()
2311 : PassTypeIdentity(TypeAwareAllocationMode::No), in ImplicitDeallocationParameters()
2316 if (isTypeAwareAllocation(PassTypeIdentity)) in getNumImplicitArgs()
2326 TypeAwareAllocationMode PassTypeIdentity; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1666 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp251 isTypeAwareAllocation(IAP.PassTypeIdentity); in CXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1938 Record.push_back(isTypeAwareAllocation(IAP.PassTypeIdentity)); in VisitCXXNewExpr()