HomeSort by relevance Sort by last modified time
    Searched defs:Elements (Results 26 - 47 of 47) sorted by null

12

  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 684 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
689 for (unsigned i = 0, e = Elements->size(); i != e; ++i) {
690 Orders[0].push_back((*Elements)[i]);
691 const CodeGenRegister *Reg = RegBank.getReg((*Elements)[i]);
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
lcms2_internal.h 349 // Multi Process elements
558 // The global Context0 storage for mult process elements plug-in
783 cmsUInt32Number nEntries; // Number of table elements
839 cmsStage* Elements; // Points to elements chain
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp 674 llvm::DIArray Elements;
682 Elements = DBuilder.getOrCreateArray(EltTys);
690 Flags, llvm::DIType(), Elements);
716 Elements = DBuilder.getOrCreateArray(EltTys);
720 Flags, llvm::DIType(), Elements);
828 SmallVectorImpl<llvm::Value *> &elements,
852 elements.push_back(fieldType);
866 elements.push_back(fieldType);
    [all...]
CGObjCGNU.cpp 192 /// Generates a global structure, initialized by the elements in the vector.
193 /// The element types must match the types of the structure elements in the
205 /// elements that the array type declares, of the type specified as the array
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 933 assert(NumElements == E->getNumElements() && "Wrong number of elements");
934 Expr **Elements = E->getElements();
936 Elements[I] = Reader.ReadSubExpr();
944 assert(NumElements == E->getNumElements() && "Wrong number of elements");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpsapi.h 63 LPDHCP_BIND_ELEMENT Elements;
122 LPDHCP_IP_ADDRESS Elements;
159 LPDHCP_OPTION_DATA_ELEMENT Elements;
348 LPDHCP_SUBNET_ELEMENT_DATA_V6 Elements;
winnt.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 767 SmallVector<Type*, 4> Elements;
769 Elements.push_back(getShadowTy(ST->getElementType(i)));
770 StructType *Res = StructType::get(*MS.C, Elements, ST->isPacked());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 249 VP_SCATTER_GATHER_ELEMENT Elements[0];
    [all...]
wdm.h     [all...]
  /external/llvm/lib/IR/
Core.cpp 783 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
784 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
807 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
810 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 724 /// number of elements.
732 /// number of elements.
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 576 OMX_PTR Elements;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
jsoup-1.7.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1554 milliseconds

12