Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTT.cpp45 llvm::ArrayType *ArrayType = in EmitVTTDefinition() local
115 llvm::ArrayType *ArrayType = in GetAddrOfVTT() local
H A DCGOpenMPRuntime.h34 class ArrayType; variable
H A DCGExprAgg.cpp413 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamArray.h160 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h86 const TypeDescriptor &ArrayType; member
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp323 if (auto ArrayType = Ty->getAsArrayTypeUnsafe()) { in createDescriptor() local
/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py118 class ArrayType(Type): class
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp633 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h259 ArrayType, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h243 ArrayType, enumerator
H A DItaniumDemangle.h751 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp3946 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction() local
9358 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp118 ArrayType::ArrayType(TypeClass tc, QualType et, QualType can, in ArrayType() function in ArrayType
H A DExprConstant.cpp10161 const ConstantArrayType *ArrayType = in VisitCXXStdInitializerListExpr() local
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h751 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h89 class ArrayType; variable