HomeSort by relevance Sort by last modified time
    Searched refs:getNaturalTypeAlignment (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 101 return getNaturalTypeAlignment(T->getPointeeType(), Source,
105 CharUnits CodeGenFunction::getNaturalTypeAlignment(QualType T,
147 CharUnits Alignment = getNaturalTypeAlignment(T, &AlignSource);
157 CharUnits Align = getNaturalTypeAlignment(T, &AlignSource, /*pointee*/ true);
823 ReturnValue = Address(Addr, getNaturalTypeAlignment(RetTy));
    [all...]
CGExpr.cpp     [all...]
CGClass.cpp 139 CharUnits memberAlign = getNaturalTypeAlignment(memberType, alignSource);
    [all...]
CGOpenMPRuntime.cpp     [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]

Completed in 730 milliseconds