Searched refs:TypeIdentity (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1450 RValueTy TypeIdentity; member in __anondca4c77a0411::CallDeleteDuringNew 1466 RValueTy TypeIdentity, ValueTy Ptr, ValueTy AllocSize, in CallDeleteDuringNew() argument 1472 OperatorDelete(OperatorDelete), TypeIdentity(TypeIdentity), Ptr(Ptr), in CallDeleteDuringNew() 1490 DeleteArgs.add(Traits::get(CGF, TypeIdentity), SpecializedTypeIdentity); in Emit() 1543 RValue TypeIdentity, Address NewPtr, in EnterNewDeleteCleanup() argument 1562 TypeIdentity, NewPtr.emitRawPointer(CGF), AllocSize, in EnterNewDeleteCleanup() 1578 DominatingValue<RValue>::save(CGF, TypeIdentity); in EnterNewDeleteCleanup()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2943 QualType TypeIdentity = Context.getSizeType(); in FindAllocationFunctions() local 2948 TypeIdentity = SpecializedTypeIdentity; in FindAllocationFunctions() 2949 if (RequireCompleteType(StartLoc, TypeIdentity, in FindAllocationFunctions() 2957 CXXScalarValueInitExpr TypeIdentityParam(TypeIdentity, nullptr, StartLoc); in FindAllocationFunctions() 3157 ArgTypes.push_back(TypeIdentity); in FindAllocationFunctions() 4157 QualType TypeIdentity = OperatorDelete->getParamDecl(0)->getType(); in ActOnCXXDelete() local 4158 if (RequireCompleteType(StartLoc, TypeIdentity, in ActOnCXXDelete()
|