/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRRewriteRuleElementStream.h | 33 } Elements; typedef
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRRewriteRuleElementStream.h | 33 } Elements; typedef
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRRewriteRuleElementStream.h | 33 } Elements; typedef
|
/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 426 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() 518 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() 525 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() 533 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() 540 StructType *StructType::create(ArrayRef<Type*> Elements) { in create()
|
D | DIBuilder.cpp | 485 DIType DerivedFrom, DIArray Elements, in createClassType() 519 DIArray Elements, in createStructType() 547 uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIArray Elements, in createUnionType() 594 uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, in createEnumerationType() 779 DIArray DIBuilder::getOrCreateArray(ArrayRef<Value *> Elements) { in getOrCreateArray()
|
D | Core.cpp | 681 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstStructInContext() local 705 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstNamedStruct() local
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1476 std::vector<llvm::Constant*> Elements; in GenerateMethodList() local 1532 std::vector<llvm::Constant*> Elements; in GenerateIvarList() local 1605 std::vector<llvm::Constant*> Elements; in GenerateClassStructure() local 1658 std::vector<llvm::Constant*> Elements; in GenerateProtocolMethodList() local 1686 std::vector<llvm::Constant*> Elements; in GenerateProtocolList() local 1736 std::vector<llvm::Constant*> Elements; in GenerateEmptyProtocol() local 1900 std::vector<llvm::Constant*> Elements; in GenerateProtocol() local 1922 std::vector<llvm::Constant*> Elements; in GenerateProtocolHolderCategory() local 2041 std::vector<llvm::Constant*> Elements; in GenerateCategory() local 2386 std::vector<llvm::Constant*> Elements; in ModuleInitFunction() local
|
D | CGDebugInfo.cpp | 406 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() local 683 llvm::DIArray Elements; in CreateType() local 1376 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() local 1563 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys); in CreateType() local 2442 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys); in EmitTypeForVarWithBlocksAttr() local
|
D | CGExprConstant.cpp | 43 SmallVector<llvm::Constant *, 32> Elements; member in __anon89e99b390111::ConstStructBuilder 1282 SmallVectorImpl<llvm::Constant *> &Elements, in FillInNullDataMemberPointers()
|
D | CodeGenModule.cpp | 2484 SmallVector<uint16_t, 32> Elements; in GetConstantArrayFromStringLiteral() local 2494 SmallVector<uint32_t, 32> Elements; in GetConstantArrayFromStringLiteral() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 884 DIArray Elements = CTy.getTypeArray(); in constructTypeDIE() local 904 DIArray Elements = CTy.getTypeArray(); in constructTypeDIE() local 937 DIArray Elements = CTy.getTypeArray(); in constructTypeDIE() local 1437 DIArray Elements = CTy->getTypeArray(); in constructArrayTypeDIE() local
|
D | DwarfDebug.cpp | 145 DIArray Elements = blockStruct.getTypeArray(); in getType() local
|
/external/llvm/unittests/ADT/ |
D | SCCIteratorTest.cpp | 35 BitVector Elements; member in llvm::Graph::NodeSubset
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 204 SmallVector<Type*, 16> Elements; in linkDefinedTypeBodies() local 886 SmallVector<Constant*, 16> Elements; in linkAppendingVarInit() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1485 SmallVectorImpl<Value*> &Elements, in CollectInsertionElements() 1590 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions() local
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 342 ElementList Elements; variable
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 614 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) { in BuildObjCArrayLiteral() 732 ObjCDictionaryElement *Elements, in BuildObjCDictionaryLiteral()
|
D | TreeTransform.h | 2248 Expr **Elements, unsigned NumElements) { in RebuildObjCArrayLiteral() 2266 ObjCDictionaryElement *Elements, in RebuildObjCDictionaryLiteral() 8437 SmallVector<Expr *, 8> Elements; in TransformObjCArrayLiteral() local 8456 SmallVector<ObjCDictionaryElement, 8> Elements; in TransformObjCDictionaryLiteral() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2693 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() local
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 1971 unsigned Elements = 0; in overflow() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 842 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3930 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, in ObjCArrayLiteral() 3951 ArrayRef<Expr *> Elements, in Create()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 722 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 587 SmallVector<Type*, 4> Elements; in getShadowTy() local
|