Searched refs:getNumAttributes (Results 1 – 14 of 14) sorted by relevance
76 EXPECT_EQ(Abbrev5->getNumAttributes(), 1u); in TEST()83 EXPECT_EQ(Abbrev6->getNumAttributes(), 1u); in TEST()106 EXPECT_EQ(Abbrev2->getNumAttributes(), 1u); in TEST()113 EXPECT_EQ(Abbrev1->getNumAttributes(), 1u); in TEST()
1976 if (it->getNumAttributes() == 0)
113 size_t getNumAttributes() const { in getNumAttributes() function
180 int getNumAttributes() const { return attributes.size(); } in getNumNativeAttributes() 179 int getNumAttributes() const { return attributes.size(); } getNumAttributes() function
695 Index = AbbrDecl->getNumAttributes(); in updateForIndex() 707 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
327 unsigned getNumAttributes() const { return NumAttrs; } in hasAttribute() 324 unsigned getNumAttributes() const { return NumAttrs; } getNumAttributes() function
1107 unsigned AttributeSet::getNumAttributes() const { in getAttribute() 1108 return SetNode ? SetNode->getNumAttributes() : 0;905 unsigned AttributeSet::getNumAttributes() const { getNumAttributes() function in AttributeSet
2578 return AS.getNumAttributes(); in LLVMGetLastParam() 3045 return AS.getNumAttributes(); in LLVMGetCallBrNumIndirectDests()
1949 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
741 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitSerializationFunction() 1023 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitDeserializationFunction()
216 if (op.getNumAttributes() != 0) { in emitOpDoc()
650 Score += AttrSet.getNumAttributes(); in computeIRComplexityScoreImpl()
409 unsigned getNumAttributes() const;
579 assert(AS.getNumAttributes() == 1 && in getOrCreateRuntimeFunction()