Home
last modified time | relevance | path

Searched defs:elementSize (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCharUnits.h214 CharUnits alignmentOfArrayElement(CharUnits elementSize) const { in alignmentOfArrayElement()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp511 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitArrayInit() local
1837 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); in VisitArrayInitLoopExpr() local
H A DCGExprCXX.cpp2038 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType); in EmitArrayDelete() local
H A DItaniumCXXABI.cpp2256 llvm::Value *elementSize = llvm::ConstantInt::get(CGF.SizeTy, in InitializeArrayCookie() local
H A DCGExprScalar.cpp4044 CharUnits elementSize; in EmitSub() local