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

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h 67 UINT Elements;
    [all...]
d3dx9shader.h 111 UINT Elements;
361 WORD Elements;
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;
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 774 uint64_t Flags, DINodeArray Elements, unsigned RuntimeLang,
779 BaseType, SizeInBits, AlignInBits, OffsetInBits, Flags, Elements.get(),
787 unsigned Flags, Metadata *Elements, unsigned RuntimeLang,
804 unsigned Flags, DINodeArray Elements, unsigned RuntimeLang,
809 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang,
815 uint64_t OffsetInBits, unsigned Flags, Metadata *Elements,
820 AlignInBits, OffsetInBits, Flags, Elements, RuntimeLang,
848 void replaceElements(DINodeArray Elements) {
851 assert(std::find(Elements->op_begin(), Elements->op_end(), Op) &
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 188 auto Elements = cast<DICompositeType>(subType)->getElements();
189 for (unsigned i = 0, N = Elements.size(); i < N; ++i) {
190 auto *DT = cast<DIDerivedType>(Elements[i]);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 192 SmallVector<Type *, 16> Elements;
198 Elements.resize(SrcSTy->getNumElements());
199 for (unsigned I = 0, E = Elements.size(); I != E; ++I)
200 Elements[I] = get(SrcSTy->getElementType(I));
202 DstSTy->setBody(Elements, SrcSTy->isPacked());
251 // If this is not a recursive type, then just map all of the elements and
260 // Remap all of the elements, keeping track of whether any of them change.
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 677 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
682 for (unsigned i = 0, e = Elements->size(); i != e; ++i) {
683 Orders[0].push_back((*Elements)[i]);
684 const CodeGenRegister *Reg = RegBank.getReg((*Elements)[i]);
    [all...]
  /external/pdfium/third_party/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/gmock/include/gmock/
gmock-matchers.h 161 // For example, a "has at least 10 elements" matcher should explain
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 303 // The order of elements in a set is not stable, put them in a vec and sort
675 /// Perform a meet operation on two elements of the BDVState lattice.
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 757 llvm::DINodeArray Elements;
764 Elements = DBuilder.getOrCreateArray(EltTys);
772 FieldOffset, 0, Flags, nullptr, Elements);
796 Elements = DBuilder.getOrCreateArray(EltTys);
804 FieldOffset, 0, Flags, nullptr, Elements);
    [all...]
CGObjCGNU.cpp 189 /// Generates a global structure, initialized by the elements in the vector.
190 /// 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...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 974 assert(NumElements == E->getNumElements() && "Wrong number of elements")
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [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...]
  /external/ImageMagick/MagickCore/
display.c     [all...]
  /external/llvm/lib/IR/
Core.cpp 914 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
915 return wrap(ConstantStruct::getAnon(*unwrap(C), makeArrayRef(Elements, Count),
954 Constant **Elements = unwrap<Constant>(ConstantVals, Count);
957 return wrap(ConstantStruct::get(Ty, makeArrayRef(Elements, Count)));
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [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 

Completed in 989 milliseconds

12 3