Home
last modified time | relevance | path

Searched refs:NewAttributes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPruneEH.cpp141 Attributes NewAttributes = Attribute::None; in runOnSCC() local
144 NewAttributes |= Attribute::NoUnwind; in runOnSCC()
146 NewAttributes |= Attribute::NoReturn; in runOnSCC()
150 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes); in runOnSCC()
/external/clang/lib/Sema/
DSemaDecl.cpp2352 AttrVec &NewAttributes = New->getAttrs(); in checkNewAttributesAfterDef() local
2353 for (unsigned I = 0, E = NewAttributes.size(); I != E;) { in checkNewAttributesAfterDef()
2354 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef()
2363 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
2412 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
2421 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()