Home
last modified time | relevance | path

Searched defs:Elements (Results 1 – 25 of 33) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRRewriteRuleElementStream.h33 } Elements; typedef
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRRewriteRuleElementStream.h33 } Elements; typedef
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRewriteRuleElementStream.h33 } Elements; typedef
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/llvm/lib/IR/
DType.cpp426 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()
DDIBuilder.cpp485 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()
DCore.cpp681 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstStructInContext() local
705 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstNamedStruct() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1476 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
DCGDebugInfo.cpp406 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
DCGExprConstant.cpp43 SmallVector<llvm::Constant *, 32> Elements; member in __anon89e99b390111::ConstStructBuilder
1282 SmallVectorImpl<llvm::Constant *> &Elements, in FillInNullDataMemberPointers()
DCodeGenModule.cpp2484 SmallVector<uint16_t, 32> Elements; in GetConstantArrayFromStringLiteral() local
2494 SmallVector<uint32_t, 32> Elements; in GetConstantArrayFromStringLiteral() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp884 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
DDwarfDebug.cpp145 DIArray Elements = blockStruct.getTypeArray(); in getType() local
/external/llvm/unittests/ADT/
DSCCIteratorTest.cpp35 BitVector Elements; member in llvm::Graph::NodeSubset
/external/llvm/lib/Linker/
DLinkModules.cpp204 SmallVector<Type*, 16> Elements; in linkDefinedTypeBodies() local
886 SmallVector<Constant*, 16> Elements; in linkAppendingVarInit() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1485 SmallVectorImpl<Value*> &Elements, in CollectInsertionElements()
1590 SmallVector<Value*, 8> Elements(DestVecTy->getNumElements()); in OptimizeIntegerToVectorInsertions() local
/external/clang/include/clang/Analysis/
DCFG.h342 ElementList Elements; variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp614 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) { in BuildObjCArrayLiteral()
732 ObjCDictionaryElement *Elements, in BuildObjCDictionaryLiteral()
DTreeTransform.h2248 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/
DParseObjc.cpp2693 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. in ParseObjCDictionaryLiteral() local
/external/llvm/include/llvm/ADT/
DIntervalMap.h1971 unsigned Elements = 0; in overflow() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp842 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral() local
/external/clang/lib/AST/
DExpr.cpp3930 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, in ObjCArrayLiteral()
3951 ArrayRef<Expr *> Elements, in Create()
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp722 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R); in CodeGenRegisterClass() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp587 SmallVector<Type*, 4> Elements; in getShadowTy() local

12