| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | ArrayType.java | 27 public final class ArrayType extends ReferenceType { class 38 public ArrayType(final byte type, final int dimensions) { in ArrayType() method in ArrayType 48 public ArrayType(final String class_name, final int dimensions) { in ArrayType() method in ArrayType 58 public ArrayType(final Type type, final int dimensions) { in ArrayType() method in ArrayType
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/ |
| D | ArrayType.java | 19 public class ArrayType extends ReferenceType<ArrayType> implements NodeWithAnnotations<ArrayType> { class 22 public ArrayType(Type componentType, List<AnnotationExpr> annotations) { in ArrayType() method in ArrayType 27 public ArrayType(Range range, Type componentType, List<AnnotationExpr> annotations) { in ArrayType() method in ArrayType
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
| D | ArrayType.java | 49 public class ArrayType extends ReferenceType implements NodeWithAnnotations<ArrayType> { class 76 public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType() method in ArrayType 80 public ArrayType(Type type, AnnotationExpr... annotations) { in ArrayType() method in ArrayType 88 …public ArrayType(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr… in ArrayType() method in ArrayType
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
| D | ArrayType.java | 28 public class ArrayType implements Type { class 32 public ArrayType(Type baseType) { in ArrayType() method in ArrayType
|
| /external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
| D | LayoutUtils.h | 23 class ArrayType; variable
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
| D | ArrayType.java | 42 public interface ArrayType extends ReferenceType { interface
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | ByteStream.h | 27 ArrayRef<uint8_t>>::type ArrayType; typedef
|
| D | StreamArray.h | 109 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGVTT.cpp | 45 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local 118 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
|
| /external/clang/lib/CodeGen/ |
| D | CGVTT.cpp | 48 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local 118 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
|
| /external/clang/test/Index/ |
| D | print-type.c | 9 typedef int ArrayType[5]; typedef
|
| D | print-type.cpp | 26 typedef int ArrayType[5]; typedef
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
| D | ArrayType.java | 12 public final class ArrayType class 29 protected ArrayType(JavaType componentType, TypeBindings bindings, Object emptyInstance, in ArrayType() method in ArrayType
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | attr-gsl-owner-pointer.cpp | 67 class [[gsl::Pointer(int[])]] ArrayType{}; class
|
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | AvoidCArraysCheck.cpp | 58 const auto *ArrayType = Result.Nodes.getNodeAs<TypeLoc>("typeloc"); in check() local
|
| /external/llvm-project/clang/test/Index/ |
| D | print-type.c | 9 typedef int ArrayType[5]; typedef
|
| /external/llvm/tools/llvm-pdbdump/ |
| D | VariableDumper.cpp | 131 if (auto *ArrayType = dyn_cast<PDBSymbolTypeArray>(&Type)) { in dumpSymbolTypeAndName() local
|
| /external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPConstants.h | 24 class ArrayType; variable
|
| /external/llvm/include/llvm/IR/ |
| D | Constants.h | 33 class ArrayType; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Constants.h | 44 class ArrayType; variable
|
| /external/auto/common/src/test/java/com/google/auto/common/ |
| D | MoreTypesIsTypeOfTest.java | 62 private interface ArrayType { interface in MoreTypesIsTypeOfTest
|
| /external/llvm-project/llvm/unittests/IR/ |
| D | DebugInfoTest.cpp | 218 DICompositeType *ArrayType = DIB.createArrayType(0, 0, nullptr, Subscripts, in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryStreamArray.h | 154 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | BinaryStreamArray.h | 155 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
|
| /external/swiftshader/src/Pipeline/ |
| D | SpirvShaderDebugger.cpp | 357 ArrayType, enumerator 595 struct ArrayType : ObjectImpl<ArrayType, Type, Object::Kind::ArrayType> struct 597 Type *base = nullptr; 598 bool ownsBase = false; // If true, base is owned by this ArrayType. 599 uint32_t size; // In elements 601 ~ArrayType() in ~ArrayType() 606 std::string name() const override { return base->name() + "[]"; } in name() 607 uint32_t sizeInBytes() const override { return base->sizeInBytes() * size; } in sizeInBytes() 608 size_t numMembers() const override { return size; } in numMembers() 609 Member getMember(size_t i) const override { return { base, std::to_string(i) }; } in getMember() [all …]
|