Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp66 auto NewAttributes = Attributes; in emit() local
68 NewAttributes |= (uint32_t)PseudoProbeAttributes::HasDiscriminator; in emit()
69 assert(NewAttributes <= 0x7 && in emit()
71 uint8_t PackedType = Type | (NewAttributes << 4); in emit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp98 AttributeList NewAttributes = in lowerAwaitSuspend() local
109 WrapperInvoke->setAttributes(NewAttributes); in lowerAwaitSuspend()
115 WrapperCall->setAttributes(NewAttributes); in lowerAwaitSuspend()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2949 AttrVec &NewAttributes = New->getAttrs(); in checkNewAttributesAfterDef() local
2950 for (unsigned I = 0, E = NewAttributes.size(); I != E;) { in checkNewAttributesAfterDef()
2951 Attr *NewAttribute = NewAttributes[I]; in checkNewAttributesAfterDef()
2960 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
3031 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
3043 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
3076 NewAttributes.erase(NewAttributes.begin() + I); in checkNewAttributesAfterDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp761 llvm::AttributeSet NewAttributes = in checkAliasForTocData() local
763 GVar->setAttributes(NewAttributes); in checkAliasForTocData()