Home
last modified time | relevance | path

Searched refs:SpecializedTypeIdentity (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1488 QualType SpecializedTypeIdentity = FPT->getParamType(0); in Emit() local
1490 DeleteArgs.add(Traits::get(CGF, TypeIdentity), SpecializedTypeIdentity); in Emit()
1667 QualType SpecializedTypeIdentity = allocatorType->getParamType(0); in EmitCXXNewExpr() local
1668 CXXScalarValueInitExpr TypeIdentityParam(SpecializedTypeIdentity, nullptr, in EmitCXXNewExpr()
1671 allocatorArgs.add(TypeIdentityArg, SpecializedTypeIdentity); in EmitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2945 QualType SpecializedTypeIdentity = in FindAllocationFunctions() local
2947 if (!SpecializedTypeIdentity.isNull()) { in FindAllocationFunctions()
2948 TypeIdentity = SpecializedTypeIdentity; in FindAllocationFunctions()
H A DSemaDeclCXX.cpp16425 QualType SpecializedTypeIdentity = tryBuildStdTypeIdentity(DeallocType, Loc); in BuildTypeAwareUsualDelete() local
16426 if (SpecializedTypeIdentity.isNull()) in BuildTypeAwareUsualDelete()
16436 ArgTypes.push_back(SpecializedTypeIdentity); in BuildTypeAwareUsualDelete()