/external/clang/lib/AST/ |
D | APValue.cpp | 360 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in printPretty() local 427 QualType ElemTy; in printPretty() local 476 QualType ElemTy = AT->getElementType(); in printPretty() local
|
D | RecordLayoutBuilder.cpp | 443 QualType ElemTy = Context.getBaseElementType(AT); in CanPlaceFieldSubobjectAtOffset() local 540 QualType ElemTy = Context.getBaseElementType(AT); in UpdateEmptyFieldSubobjects() local
|
D | ExprConstant.cpp | 7803 QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType(); in ZeroInitialization() local
|
/external/llvm/lib/IR/ |
D | Type.cpp | 601 bool StructType::isValidElementType(Type *ElemTy) { in isValidElementType() 694 bool ArrayType::isValidElementType(Type *ElemTy) { in isValidElementType() 724 bool VectorType::isValidElementType(Type *ElemTy) { in isValidElementType() 763 bool PointerType::isValidElementType(Type *ElemTy) { in isValidElementType()
|
/external/llvm/lib/Target/R600/ |
D | SITypeRewriter.cpp | 83 Type *ElemTy = PtrTy->getPointerElementType(); in visitLoadInst() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 595 Type *ElemTy = STy->getElementType(i); in getConstantValue() local 610 const Type *ElemTy = VTy->getElementType(); in getConstantValue() local 897 Type* ElemTy; in getConstantValue() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 116 Type *ElemTy; member
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1750 Type *ElemTy = GV->getType()->getElementType(); in ProcessInternalGlobal() local 2496 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType(); in EvaluateBlock() local
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 750 llvm::Type *ElemTy = AType->getElementType(); in EmitArrayInitialization() local
|
D | CodeGenModule.cpp | 2877 llvm::Type *ElemTy = AType->getElementType(); in GetConstantArrayFromStringLiteral() local
|
D | TargetInfo.cpp | 4697 llvm::Type* ElemTy; in classifyArgumentType() local 6149 llvm::Type *ElemTy = StrTy->getElementType(i); in addStruct() local
|
D | CGExpr.cpp | 740 QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType(); in EmitComplexPrePostIncDec() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 2180 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local 3725 QualType ElemTy = Context->getBaseElementType(Type); in RewriteObjCFieldDeclType() local
|
D | RewriteObjC.cpp | 2072 QualType ElemTy = Context->getBaseElementType(T); in needToScanForQualifiers() local
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 76 const QualType ElemTy = in IsStringInit() local
|
D | SemaExprCXX.cpp | 1035 QualType ElemTy = Ty; in BuildCXXTypeConstructExpr() local
|
D | SemaExpr.cpp | 5551 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local 5573 QualType ElemTy = Ty->getAs<VectorType>()->getElementType(); in BuildVectorLiteral() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7711 MVT ElemTy = N->getSimpleValueType(0).getScalarType(); in tryCombineShiftImm() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 103 MVT ElemTy = VT.getVectorElementType(); in addTypeForNEON() local
|