Home
last modified time | relevance | path

Searched defs:ElemTy (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp359 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local
421 QualType ElemTy; in printPretty() local
469 QualType ElemTy = AT->getElementType(); in printPretty() local
DRecordLayoutBuilder.cpp409 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local
511 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
DExprConstant.cpp7340 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization() local
/external/llvm/lib/IR/
DType.cpp599 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType()
696 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType()
725 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType()
764 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp562 const Type *ElemTy = VTy->getElementType(); in getConstantValue() local
852 Type* ElemTy; in getConstantValue() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp747 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
DTargetInfo.cpp3388 llvm::Type* ElemTy; in classifyArgumentType() local
5208 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
DCodeGenModule.cpp2512 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
DCGExpr.cpp676 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1960 Type *ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local
2786 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType(); in EvaluateBlock() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2203 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
3807 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
DRewriteObjC.cpp2109 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
/external/clang/lib/Sema/
DSemaInit.cpp76 const QualType ElemTy = in IsStringInit() local
DSemaExprCXX.cpp870 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
DSemaExpr.cpp5093 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
5115 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1622 EVT ElemTy = VT.getVectorElementType(); in tryFoldToZero() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp103 MVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local