Home
last modified time | relevance | path

Searched refs:sizeType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp303 QualType sizeType = getContext().getSizeType(); in emitCXXNewExpr() local
304 allocatorArgs.add(RValue::get(allocSize), sizeType); in emitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1676 QualType sizeType = getContext().getSizeType(); in EmitCXXNewExpr() local
1677 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()
1687 QualType AlignValT = sizeType; in EmitCXXNewExpr()
1692 sizeType) && in EmitCXXNewExpr()