Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DArrayType.java27 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/
DArrayType.java19 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/
DArrayType.java49 public final 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/oj-libjdwp/src/share/classes/com/sun/jdi/
DArrayType.java42 public interface ArrayType extends ReferenceType { interface
/external/llvm/include/llvm/DebugInfo/CodeView/
DByteStream.h27 ArrayRef<uint8_t>>::type ArrayType; typedef
DStreamArray.h109 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/external/clang/lib/CodeGen/
DCGVTT.cpp48 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local
118 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
DCGVTables.cpp655 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); in CreateVTableInitializer() local
683 llvm::ArrayType *ArrayType = in GenerateConstructionVTable() local
DCGOpenMPRuntime.h28 class ArrayType; variable
/external/clang/test/Index/
Dprint-type.c9 typedef int ArrayType[5]; typedef
Dprint-type.cpp26 typedef int ArrayType[5]; typedef
/external/syzkaller/prog/
Dtypes.go407 type ArrayType struct { struct
408 TypeCommon
409 Type Type
410 Kind ArrayKind
411 RangeBegin uint64
412 RangeEnd uint64
415 func (t *ArrayType) String() string {
419 func (t *ArrayType) makeDefaultArg() Arg {
429 func (t *ArrayType) isDefaultArg(arg Arg) bool {
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp131 if (auto *ArrayType = dyn_cast<PDBSymbolTypeArray>(&Type)) { in dumpSymbolTypeAndName() local
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h32 class ArrayType; variable
DDerivedTypes.h351 static inline bool classof(const ArrayType *) { return true; } in classof()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go846 type ArrayType struct { struct
847 Dimension AST
848 Element AST
851 func (at *ArrayType) print(ps *printState) {
862 func (at *ArrayType) printInner(ps *printState) {
867 func (at *ArrayType) printDimension(ps *printState) {
895 func (at *ArrayType) Traverse(fn func(AST) bool) {
902 func (at *ArrayType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
924 func (at *ArrayType) GoString() string {
928 func (at *ArrayType) goString(indent int, field string) string {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h45 class ArrayType; variable
/external/llvm/include/llvm/IR/
DConstants.h33 class ArrayType; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamArray.h138 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp330 struct ArrayType : public Type { struct
336 ArrayType *NextDimension = nullptr;
337 uint32_t ArrayDimension = 0;
339 Type *ElementType = nullptr;
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h76 const TypeDescriptor &ArrayType; member
/external/clang/utils/ABITest/
DTypeGen.py116 class ArrayType(Type): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp565 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h184 ArrayType, enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType

12