Searched refs:hasAttributes (Results 1 – 16 of 16) sorted by relevance
209 bool hasAttributes() const { in hasAttributes() function210 return Attrs.hasAttributes(); in hasAttributes()232 if (!hasAttributes()) in getAttributesAsList()
265 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function546 bool hasAttributes(unsigned Index) const;560 return hasAttributes(ArgNo + FirstArgIndex);753 bool hasAttributes() const;757 bool hasAttributes(AttributeList A, uint64_t Index) const;
538 if (!hasAttributes()) in addAttributes()541 if (!AS.hasAttributes()) in addAttributes()948 if (ArgAttrs[I - 1].hasAttributes()) { in get()956 if (RetAttrs.hasAttributes()) in get()958 else if (FnAttrs.hasAttributes()) in get()983 if (!B.hasAttributes()) in get()1058 if (!B.hasAttributes()) in addAttributes()1211 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList1212 return getAttributes(Index).hasAttributes(); in hasAttributes()1309 if (getAttributes(i).hasAttributes()) in dump()[all …]
934 if (Attrs.hasAttributes()) in processModule()965 if (FnAttrs.hasAttributes()) in processModule()1003 if (Attrs.hasAttributes()) in processFunction()1204 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()2505 if (Attrs.hasAttributes()) in writeParamOperand()3241 if (Attrs.hasAttributes()) in printGlobal()3369 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction()3387 if (ArgAttrs.hasAttributes()) in printFunction()3469 if (Attrs.hasAttributes()) in printArgument()3764 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction()[all …]
182 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
1560 if (!Attrs.hasAttributes()) in verifyParameterAttrs()1729 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
185 if (!Group.second.hasAttributes()) in getAttributeGroupID()
352 if (GV.hasAttributes()) in ValueEnumerator()934 if (!AS.hasAttributes()) in EnumerateAttributes()
777 if (AS.hasAttributes()) in writeAttributeTable()1258 GV.hasAttributes() || in writeModuleInfo()
760 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function2413 bool hasAttributes() const { in hasAttributes() function2414 if (!getAttributes().empty() || getDeclSpec().hasAttributes()) in hasAttributes()
1702 if (!B.hasAttributes()) in setFastFlags()
1110 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in ParseGlobal()1140 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp()2568 if (ArgList[i].Attrs.hasAttributes()) in ParseFunctionType()
2155 if (Attrs.hasAttributes()) { in ConstructAttributeList()
2825 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
2401 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
64 .hasAttributes()) in isInTailCallPosition()