Home
last modified time | relevance | path

Searched refs:CurrentType (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp36 std::string CurrentType; in LayoutOverrideSource() local
49 if (!CurrentType.empty()) in LayoutOverrideSource()
50 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()
72 CurrentType = parseName(LineStr); in LayoutOverrideSource()
151 if (!CurrentType.empty()) in LayoutOverrideSource()
152 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()
/external/llvm-project/clang/lib/Frontend/
DLayoutOverrideSource.cpp35 std::string CurrentType; in LayoutOverrideSource() local
48 if (!CurrentType.empty()) in LayoutOverrideSource()
49 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()
71 CurrentType = parseName(LineStr); in LayoutOverrideSource()
150 if (!CurrentType.empty()) in LayoutOverrideSource()
151 Layouts[CurrentType] = CurrentLayout; in LayoutOverrideSource()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1912 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local
1925 CurrentType = in VisitOffsetOfExpr()
1926 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
1930 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()
1939 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()
1959 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()
1972 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()
1976 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()
1979 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7279 Type *CurrentType = IV->getType(); in getAggregateSize() local
7281 if (auto *ST = dyn_cast<StructType>(CurrentType)) { in getAggregateSize()
7286 CurrentType = ST->getElementType(0); in getAggregateSize()
7287 } else if (auto *AT = dyn_cast<ArrayType>(CurrentType)) { in getAggregateSize()
7289 CurrentType = AT->getElementType(); in getAggregateSize()
7290 } else if (auto *VT = dyn_cast<FixedVectorType>(CurrentType)) { in getAggregateSize()
7293 } else if (CurrentType->isSingleValueType()) { in getAggregateSize()
7315 Type *CurrentType = IV->getType(); in getOperandIndex() local
7317 if (auto *ST = dyn_cast<StructType>(CurrentType)) { in getOperandIndex()
7319 CurrentType = ST->getElementType(Index); in getOperandIndex()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp2738 QualType CurrentType = E->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local
2751 CurrentType = in VisitOffsetOfExpr()
2752 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
2756 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity()); in VisitOffsetOfExpr()
2765 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()
2785 CurrentType = MemberDecl->getType(); in VisitOffsetOfExpr()
2798 RecordDecl *RD = CurrentType->castAs<RecordType>()->getDecl(); in VisitOffsetOfExpr()
2802 CurrentType = ON.getBase()->getType(); in VisitOffsetOfExpr()
2805 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
/external/pdfium/third_party/lcms/src/
Dcmstypes.c2591 cmsTagTypeSignature CurrentType; in WriteSetOfCurves() local
2601 CurrentType = Type; in WriteSetOfCurves()
2605 CurrentType = cmsSigCurveType; in WriteSetOfCurves()
2608 CurrentType = cmsSigCurveType; in WriteSetOfCurves()
2610 if (!_cmsWriteTypeBase(io, CurrentType)) return FALSE; in WriteSetOfCurves()
2612 switch (CurrentType) { in WriteSetOfCurves()
/external/clang/lib/AST/
DExprConstant.cpp7914 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local
7923 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()
7926 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()
7927 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()
7934 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
7943 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()
7956 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
7964 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()
7965 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp11729 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local
11735 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()
11736 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()
11739 << CurrentType); in BuildBuiltinOffsetOf()
11740 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()
11742 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
11764 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()
11768 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
11773 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()
11778 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp14956 QualType CurrentType = ArgTy; in BuildBuiltinOffsetOf() local
14962 if (!CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()
14963 const ArrayType *AT = Context.getAsArrayType(CurrentType); in BuildBuiltinOffsetOf()
14966 << CurrentType); in BuildBuiltinOffsetOf()
14967 CurrentType = AT->getElementType(); in BuildBuiltinOffsetOf()
14969 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
14991 if (CurrentType->isDependentType()) { in BuildBuiltinOffsetOf()
14995 CurrentType = Context.DependentTy; in BuildBuiltinOffsetOf()
15000 if (RequireCompleteType(OC.LocStart, CurrentType, in BuildBuiltinOffsetOf()
15005 const RecordType *RC = CurrentType->getAs<RecordType>(); in BuildBuiltinOffsetOf()
[all …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp13031 QualType CurrentType = OOE->getTypeSourceInfo()->getType(); in VisitOffsetOfExpr() local
13040 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()
13043 CurrentType = AT->getElementType(); in VisitOffsetOfExpr()
13044 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType); in VisitOffsetOfExpr()
13051 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
13060 CurrentType = MemberDecl->getType().getNonReferenceType(); in VisitOffsetOfExpr()
13073 const RecordType *RT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()
13081 CurrentType = BaseSpec->getType(); in VisitOffsetOfExpr()
13082 const RecordType *BaseRT = CurrentType->getAs<RecordType>(); in VisitOffsetOfExpr()