HomeSort by: relevance | last modified time | path
    Searched refs:AllocAlign (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1410 CharUnits AllocAlign;
1424 CharUnits AllocAlign)
1428 AllocAlign(AllocAlign) {}
1469 CGF.SizeTy, AllocAlign.getQuantity())),
1490 CharUnits AllocAlign,
1513 AllocAlign);
1544 AllocAlign);
1578 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType);
1595 allocation = Address(allocation.getPointer(), allocAlign);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 638 if (const auto *AllocAlign = dyn_cast<AllocAlignAttr>(TmplAttr)) {
639 instantiateDependentAllocAlignAttr(*this, TemplateArgs, AllocAlign, New);

Completed in 42 milliseconds