| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BTFDebug.cpp | 167 DINodeArray Elements = ETy->getElements(); in completeType() local 234 const DINodeArray Elements = STy->getElements(); in completeType() local 282 DITypeRefArray Elements = STy->getTypeArray(); in completeType() local 426 DITypeRefArray Elements = STy->getTypeArray(); in visitSubroutineType() local 450 const DINodeArray Elements = CTy->getElements(); in visitStructType() local 482 DINodeArray Elements = CTy->getElements(); in visitArrayType() local 515 DINodeArray Elements = CTy->getElements(); in visitEnumType() local 640 const DINodeArray Elements = CTy->getElements(); in visitMapDefType() local
|
| /external/mesa3d/src/egl/main/ |
| D | eglarray.h | 48 void **Elements; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Type.cpp | 373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() 452 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() 459 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() 467 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() 474 StructType *StructType::create(ArrayRef<Type*> Elements) { in create()
|
| D | DIBuilder.cpp | 448 DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, in createClassType() 465 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, in createStructType() 478 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) { in createUnionType() 490 DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) { in createVariantPart() 507 uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, in createEnumerationType() 604 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() 609 DIBuilder::getOrCreateMacroArray(ArrayRef<Metadata *> Elements) { in getOrCreateMacroArray() 613 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() 1003 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()
|
| D | DebugInfoMetadata.cpp | 391 Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, in getImpl() 413 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in buildODRType() 448 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in getODRType() 827 ArrayRef<uint64_t> Elements, in getImpl() 1258 Metadata *Elements, StorageType Storage, in getImpl()
|
| /external/igt-gpu-tools/assembler/ |
| D | brw_compat.h | 61 #define Elements(x) ARRAY_SIZE(x) macro
|
| /external/llvm/lib/IR/ |
| D | Type.cpp | 350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() 443 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() 450 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() 458 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() 465 StructType *StructType::create(ArrayRef<Type*> Elements) { in create()
|
| D | DIBuilder.cpp | 362 unsigned Flags, DIType *DerivedFrom, DINodeArray Elements, in createClassType() 379 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, in createStructType() 392 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) { in createUnionType() 416 uint64_t SizeInBits, uint64_t AlignInBits, DINodeArray Elements, in createEnumerationType() 508 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() 512 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() 830 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()
|
| D | DebugInfoMetadata.cpp | 261 Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, in getImpl() 282 unsigned Flags, Metadata *Elements, unsigned RuntimeLang, in buildODRType() 316 unsigned Flags, Metadata *Elements, unsigned RuntimeLang, in getODRType() 545 ArrayRef<uint64_t> Elements, in getImpl() 638 Metadata *Elements, StorageType Storage, in getImpl()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | JSON.cpp | 91 Array::Array(std::initializer_list<Value> Elements) { in Array() 99 Value::Value(std::initializer_list<Value> Elements) in Value() 522 std::vector<const Object::value_type *> Elements; in sortedElements() local
|
| D | IntervalMap.cpp | 119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
| /external/rust/crates/plotters/ |
| D | README.md | 361 ### Elements subsection
|
| /external/licenseclassifier/internal/sets/ |
| D | stringset.go | 204 func (s *StringSet) Elements() []string { func
|
| /external/llvm/lib/Support/ |
| D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
| /external/licenseclassifier/stringclassifier/internal/sets/ |
| D | intset.go | 203 func (s *IntSet) Elements() []int { func
|
| /external/clang/lib/AST/ |
| D | ExprObjC.cpp | 20 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, in ObjCArrayLiteral() 39 ArrayRef<Expr *> Elements, in Create()
|
| /external/clang/lib/CodeGen/ |
| D | CGObjCGNU.cpp | 1593 llvm::Constant *Elements[] = { in GenerateIvarList() local 1653 std::vector<llvm::Constant*> Elements; in GenerateClassStructure() local 1733 std::vector<llvm::Constant*> Elements; in GenerateProtocolList() local 1786 llvm::Constant *Elements[] = { in GenerateEmptyProtocol() local 1940 llvm::Constant *Elements[] = { in GenerateProtocol() local 1955 std::vector<llvm::Constant*> Elements; in GenerateProtocolHolderCategory() local 2071 llvm::Constant *Elements[] = { in GenerateCategory() local 2404 std::vector<llvm::Constant*> Elements; in ModuleInitFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.cpp | 851 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE() local 915 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() local 1379 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded() local 1410 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE() local 1432 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 70 SmallVector<Constant *, 8> Elements(MaxThreads); in createLoweredInitializer() local
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 70 SmallVector<Constant *, 8> Elements(MaxThreads); in createLoweredInitializer() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 244 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() 281 std::list<MachOElement> &Elements) { in parseSegmentLoadCommand() 405 std::list<MachOElement> &Elements) { in checkSymtabCommand() 463 std::list<MachOElement> &Elements) { in checkDysymtabCommand() 596 std::list<MachOElement> &Elements, in checkLinkeditDataCommand() 634 std::list<MachOElement> &Elements) { in checkDyldInfoCommand() 828 std::list<MachOElement> &Elements) { in checkNoteCommand() 1196 std::list<MachOElement> &Elements) { in checkTwoLevelHintsCommand() 1288 std::list<MachOElement> Elements; in MachOObjectFile() local
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 202 ArrayRef<Metadata *> Elements(DataValue, Length); in LLVMDIBuilderGetOrCreateArray() local 212 ArrayRef<Metadata *> Elements(DataValue, Length); in LLVMDIBuilderGetOrCreateTypeArray() local
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.cpp | 859 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE() local 915 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() local 1312 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE() local 1322 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | TGParser.h | 78 SmallVector<Init *, 16> Elements; member
|
| /external/llvm/unittests/ADT/ |
| D | SCCIteratorTest.cpp | 35 BitVector Elements; member in llvm::Graph::NodeSubset
|