| /external/mesa3d/src/egl/main/ |
| D | eglarray.h | 48 void **Elements; member
|
| /external/igt-gpu-tools/assembler/ |
| D | brw_compat.h | 61 #define Elements(x) ARRAY_SIZE(x) macro
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | Type.cpp | 356 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() 435 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() 442 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() 450 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() 457 StructType *StructType::create(ArrayRef<Type*> Elements) { in create()
|
| D | DIBuilder.cpp | 447 DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, in createClassType() 464 DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, in createStructType() 477 DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) { in createUnionType() 489 DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) { in createVariantPart() 506 uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, in createEnumerationType() 603 DINodeArray DIBuilder::getOrCreateArray(ArrayRef<Metadata *> Elements) { in getOrCreateArray() 608 DIBuilder::getOrCreateMacroArray(ArrayRef<Metadata *> Elements) { in getOrCreateMacroArray() 612 DITypeRefArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray() 992 void DIBuilder::replaceArrays(DICompositeType *&T, DINodeArray Elements, in replaceArrays()
|
| D | DebugInfoMetadata.cpp | 320 Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, in getImpl() 342 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in buildODRType() 377 DIFlags Flags, Metadata *Elements, unsigned RuntimeLang, in getODRType() 682 ArrayRef<uint64_t> Elements, in getImpl() 992 Metadata *Elements, StorageType Storage, in getImpl()
|
| /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/virglrenderer/src/gallium/auxiliary/util/ |
| D | u_memory.h | 88 #define Elements(x) (sizeof(x)/sizeof((x)[0])) macro
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
| D | JSON.cpp | 92 Array::Array(std::initializer_list<Value> Elements) { in Array() 100 Value::Value(std::initializer_list<Value> Elements) in Value() 517 std::vector<const Object::value_type *> Elements; in sortedElements() local
|
| /external/llvm/lib/Support/ |
| D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
| D | TestGraph.h | 40 BitVector Elements; variable
|
| /external/clang/lib/AST/ |
| D | ExprObjC.cpp | 20 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, in ObjCArrayLiteral() 39 ArrayRef<Expr *> Elements, in Create()
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 70 SmallVector<Constant *, 8> Elements(MaxThreads); in createLoweredInitializer() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 70 SmallVector<Constant *, 8> Elements(MaxThreads); in createLoweredInitializer() local
|
| /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-7.0/llvm/lib/TableGen/ |
| D | TGParser.h | 75 SmallVector<Init *, 16> Elements; member
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfUnit.cpp | 911 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); in constructTypeDIE() local 975 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() local 1424 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded() local 1455 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE() local 1474 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 241 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() 278 std::list<MachOElement> &Elements) { in parseSegmentLoadCommand() 399 std::list<MachOElement> &Elements) { in checkSymtabCommand() 455 std::list<MachOElement> &Elements) { in checkDysymtabCommand() 585 std::list<MachOElement> &Elements, in checkLinkeditDataCommand() 620 std::list<MachOElement> &Elements) { in checkDyldInfoCommand() 805 std::list<MachOElement> &Elements) { in checkNoteCommand() 1153 std::list<MachOElement> &Elements) { in checkTwoLevelHintsCommand() 1243 std::list<MachOElement> Elements; in MachOObjectFile() 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/llvm/unittests/ADT/ |
| D | SCCIteratorTest.cpp | 35 BitVector Elements; member in llvm::Graph::NodeSubset
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | JSON.h | 294 Value(json::Array &&Elements) : Type(T_Array) { in Value()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCLoopPreIncPrep.cpp | 119 SmallVector<BucketElement, 16> Elements; member
|