Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGVTT.cpp48 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local
119 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
DCGOpenMPRuntime.h26 class ArrayType; variable
DCGVTables.cpp614 llvm::ArrayType *ArrayType = llvm::ArrayType::get(Int8PtrTy, NumComponents); in CreateVTableInitializer() local
643 llvm::ArrayType *ArrayType = in GenerateConstructionVTable() local
DCGExprAgg.cpp323 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
DItaniumCXXABI.cpp1424 llvm::ArrayType *ArrayType = llvm::ArrayType::get( in getAddrOfVTable() local
/external/clang/test/Index/
Dprint-type.c9 typedef int ArrayType[5]; typedef
Dprint-type.cpp26 typedef int ArrayType[5]; typedef
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp130 if (auto *ArrayType = dyn_cast<PDBSymbolTypeArray>(&Type)) { in dumpSymbolTypeAndName() local
/external/llvm/include/llvm/IR/
DConstants.h33 class ArrayType; variable
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h76 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/clang/utils/ABITest/
DTypeGen.py116 class ArrayType(Type): class
/external/llvm/lib/IR/
DType.cpp676 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/external/v8/src/
Dtypes.h302 class ArrayType; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h284 ArrayType, enumerator
/external/clang/lib/Sema/
DSemaInit.cpp3156 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction() local
6523 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit() local
/external/v8/test/cctest/
Dtest-types.cc1987 TEST(ArrayType) { in TEST() argument
/external/clang/include/clang/Sema/
DSema.h71 class ArrayType; variable
/external/llvm/bindings/go/llvm/
Dir.go602 func ArrayType(elementType Type, elementCount int) (t Type) { func
/external/clang/lib/AST/
DExprConstant.cpp5382 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local