Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp211 QualType allocType, Address newPtr, in storeAnyExprIntoOneUnit()
274 QualType allocType = getContext().getBaseElementType(e->getAllocatedType()); in emitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1604 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1973 QualType allocType) { in doesUsualArrayDeleteWantSize()