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

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 97 const AlignValueAttr *AVAttr = nullptr;
104 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
111 AVAttr = VD->getAttr<AlignValueAttr>();
115 if (!AVAttr)
118 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>();
120 if (!AVAttr)
123 Value *AlignmentValue = CGF.EmitScalarExpr(AVAttr->getAlignment());
    [all...]
CGCall.cpp     [all...]

Completed in 76 milliseconds