Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1408 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1419 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1425 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1504 Params.Size = isTypeAwareAllocation(Params.TypeAwareDelete); in Emit()
1666 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in EmitCXXNewExpr()
1858 if (isTypeAwareAllocation(Params.TypeAwareDelete)) in EmitDeleteCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1826 !isTypeAwareAllocation(Other.IDP.PassTypeIdentity)); in Compare()
1849 if (isTypeAwareAllocation(IDP.PassTypeIdentity)) { in Compare()
1941 if (!isTypeAwareAllocation(IDP.PassTypeIdentity) && in resolveDeallocationOverload()
1942 isTypeAwareAllocation(Info.IDP.PassTypeIdentity)) in resolveDeallocationOverload()
2457 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in BuildCXXNew()
2866 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in resolveAllocationOverload()
2944 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) { in FindAllocationFunctions()
2958 if (isTypeAwareAllocation(IAP.PassTypeIdentity)) in FindAllocationFunctions()
2969 isTypeAwareAllocation(IAP.PassTypeIdentity); in FindAllocationFunctions()
3083 isTypeAwareAllocation(IAP.PassTypeIdentity) && in FindAllocationFunctions()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2241 inline bool isTypeAwareAllocation(TypeAwareAllocationMode Mode) { in isTypeAwareAllocation() function
2286 if (isTypeAwareAllocation(PassTypeIdentity)) in getNumImplicitArgs()
2316 if (isTypeAwareAllocation(PassTypeIdentity)) in getNumImplicitArgs()
/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()