HomeSort by relevance Sort by last modified time
    Searched defs:ElementType (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
382 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
385 TypeIndex getElementType() const { return ElementType; }
390 TypeIndex ElementType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 380 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
382 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
385 TypeIndex getElementType() const { return ElementType; }
390 TypeIndex ElementType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
httpext.h 214 DWORD ElementType;
ntddchgr.h 190 ELEMENT_TYPE ElementType;
dhcpsapi.h 342 DHCP_SUBNET_ELEMENT_TYPE_V6 ElementType;
  /external/clang/lib/CodeGen/
CGObjC.cpp 126 QualType ElementType = Context.getObjCIdType().withConst();
128 = Context.getConstantArrayType(ElementType, APNumElements,
151 ElementType, AlignmentSource::Decl);
163 ElementType, AlignmentSource::Decl);
171 ElementType, AlignmentSource::Decl);
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 62 enum ElementType
    [all...]
gl4cShaderStorageBufferObjectTests.cpp 60 enum ElementType
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderStorageBufferObjectTests.cpp 59 enum ElementType
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 682 QualType ElementType;
688 ElementType = AType->getElementType();
694 ElementType = VType->getElementType();
699 ElementType = ILE->getType();
716 Filler = new (SemaRef.Context) NoInitExpr(ElementType);
    [all...]
SemaChecking.cpp     [all...]
TreeTransform.h 730 QualType RebuildArrayType(QualType ElementType,
742 QualType RebuildConstantArrayType(QualType ElementType,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 604 func ArrayType(elementType Type, elementCount int) (t Type) {
605 t.C = C.LLVMArrayType(elementType.C, C.unsigned(elementCount))
608 func PointerType(elementType Type, addressSpace int) (t Type) {
609 t.C = C.LLVMPointerType(elementType.C, C.unsigned(addressSpace))
612 func VectorType(elementType Type, elementCount int) (t Type) {
613 t.C = C.LLVMVectorType(elementType.C, C.unsigned(elementCount))
617 func (t Type) ElementType() (rt Type) { rt.C = C.LLVMGetElementType(t.C); return }
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/v8/src/
objects.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]

Completed in 1236 milliseconds

1 23 4 5 6