Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp65 auto NewAttributes = Attributes; in emit() local
67 NewAttributes |= (uint32_t)PseudoProbeAttributes::HasDiscriminator; in emit()
68 assert(NewAttributes <= 0x7 && in emit()
70 uint8_t PackedType = Type | (NewAttributes << 4); in emit()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp189 AttributeList NewAttributes = in lowerAwaitSuspend() local
200 WrapperInvoke->setAttributes(NewAttributes); in lowerAwaitSuspend()
206 WrapperCall->setAttributes(NewAttributes); in lowerAwaitSuspend()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2918 AttrVec &NewAttributes = New->getAttrs(); in checkNewAttributesAfterDef() local
2919 for (unsigned I = 0, E = NewAttributes.size(); I != E;) { in checkNewAttributesAfterDef()
2920 const Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef()
2929 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
2985 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
2997 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
3020 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp653 llvm::AttributeSet NewAttributes = in checkAliasForTocData() local
655 GVar->setAttributes(NewAttributes); in checkAliasForTocData()