Searched refs:getNumAttributes (Results 1 – 14 of 14) sorted by relevance
56 uint32_t getNumAttributes() const { in getNumAttributes() function57 return !isNULL() ? AbbrevDecl->getNumAttributes() : 0; in getNumAttributes()
43 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in dump()112 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extractFast()233 const uint32_t numAttributes = AbbrevDecl->getNumAttributes(); in extract()
34 uint32_t getNumAttributes() const { return Attributes.size(); } in getNumAttributes() function
130 int getNumAttributes() { return (int)indexToAttribute.size(); } in getNumAttributes() function
2000 int TProgram::getNumLiveAttributes() const { return reflection->getNumAttributes(… in getNumLiveAttributes()
106 size_t getNumAttributes() const { in getNumAttributes() function
176 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
572 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet573 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2108 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()2428 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
587 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()599 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
211 size_t getNumAttributes (void) const;368 const size_t numAttributes = getNumAttributes(); in VertexInputTest()446 size_t VertexInputTest::getNumAttributes (void) const in getNumAttributes() function in vkt::pipeline::__anon6b7ae5390111::VertexInputTest485 const size_t numAttributes = getNumAttributes(); in createInstance()
258 unsigned getNumAttributes() const;
1681 if (it->getNumAttributes() == 0) in TEST()