Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dprint-type.c9 typedef int ArrayType[5]; typedef
Dprint-type.cpp26 typedef int ArrayType[5]; typedef
/external/clang/lib/CodeGen/
DCGVTT.cpp48 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local
116 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
DCGVTables.cpp544 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); in CreateVTableInitializer() local
573 llvm::ArrayType *ArrayType = in GenerateConstructionVTable() local
DCGExprAgg.cpp318 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
DItaniumCXXABI.cpp1313 llvm::ArrayType *ArrayType = llvm::ArrayType::get( in getAddrOfVTable() local
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyPath.h52 ArrayType enumerator
DIDBKey.h101 ArrayType, enumerator
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js55 ArrayType: "array" property
61 ArrayType: "array" property
/external/llvm/include/llvm/IR/
DConstants.h33 class ArrayType; variable
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h72 const TypeDescriptor &ArrayType; member
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java548 public static class ArrayType extends ObjectType { class in SignatureAttribute
552 public ArrayType(int d, Type comp) { in ArrayType() method in SignatureAttribute.ArrayType
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h52 typedef Array<Scalar, RowsAtCompileTime, 1, ColMajor, MaxRowsAtCompileTime> ArrayType; typedef
/external/chromium_org/third_party/cython/src/Cython/
DShadow.py216 class ArrayType(PointerType): class
/external/clang/utils/ABITest/
DTypeGen.py112 class ArrayType(Type): class
/external/llvm/lib/IR/
DType.cpp671 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/external/chromium_org/v8/src/
Dtypes.h302 class ArrayType; variable
/external/clang/lib/Sema/
DSemaInit.cpp3113 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction() local
6421 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit() local
/external/chromium_org/v8/test/cctest/
Dtest-types.cc1987 TEST(ArrayType) { in TEST() argument
/external/clang/include/clang/Sema/
DSema.h71 class ArrayType; variable
/external/clang/lib/AST/
DExprConstant.cpp5172 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local