Home
last modified time | relevance | path

Searched refs:getNaturalPointeeTypeAlignment (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp99 CharUnits CodeGenFunction::getNaturalPointeeTypeAlignment(QualType T, in getNaturalPointeeTypeAlignment() function in CodeGenFunction
DCGExpr.cpp824 getNaturalPointeeTypeAlignment(E->getType(), Source)); in EmitPointerWithAlignment()
873 CharUnits Align = getNaturalPointeeTypeAlignment(E->getType(), Source); in EmitPointerWithAlignment()
DCodeGenFunction.h1568 CharUnits getNaturalPointeeTypeAlignment(QualType T,
DCGOpenMPRuntime.cpp269 CharUnits Align = CGF.getNaturalPointeeTypeAlignment(Ty, &Source); in emitLoadOfPointerLValue()