/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 105 size_t getNumAttributes() const { in getNumAttributes() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 105 size_t getNumAttributes() const { in getNumAttributes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 200 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
D | Attributes.cpp | 650 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet 651 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
|
D | Core.cpp | 2395 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex() 2805 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
|
D | Verifier.cpp | 1594 Assert(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | AttributeImpl.h | 247 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
D | Attributes.cpp | 756 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet 757 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
|
D | Core.cpp | 2423 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex() 2836 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
|
D | Verifier.cpp | 1801 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 181 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 674 Index = AbbrDecl->getNumAttributes(); in attribute_iterator() 686 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 663 Index = AbbrDecl->getNumAttributes(); in attribute_iterator() 675 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 224 size_t getNumAttributes(void) const; 408 const size_t numAttributes = getNumAttributes(); in VertexInputTest() 483 size_t VertexInputTest::getNumAttributes(void) const in getNumAttributes() function in vkt::pipeline::__anon9a3602a60111::VertexInputTest 539 const size_t numAttributes = getNumAttributes(); in createInstance()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 271 unsigned getNumAttributes() const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Attributes.h | 352 unsigned getNumAttributes() const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 349 assert(AS.getNumAttributes() == 1 && in addAttributes()
|