Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DByteStream.h27 ArrayRef<uint8_t>>::type ArrayType; typedef
DStreamArray.h109 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/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
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
DCGExprAgg.cpp324 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
DItaniumCXXABI.cpp1573 llvm::ArrayType *ArrayType = llvm::ArrayType::get( in getAddrOfVTable() local
/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/llvm/include/llvm/IR/
DConstants.h33 class ArrayType; variable
/external/libmojo/mojo/public/cpp/bindings/tests/
Darray_common_test.h398 #define ARRAY_COMMON_TEST(ArrayType, test_name) \ argument
/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/clang/utils/ABITest/
DTypeGen.py116 class ArrayType(Type): class
/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
/external/llvm/lib/IR/
DType.cpp603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/external/clang/lib/Sema/
DSemaInit.cpp3422 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction() local
7014 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit() local
/external/clang/include/clang/Sema/
DSema.h73 class ArrayType; variable
/external/llvm/bindings/go/llvm/
Dir.go604 func ArrayType(elementType Type, elementCount int) (t Type) { func
/external/clang/lib/AST/
DExprConstant.cpp5718 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local