Searched defs:ICS (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
H A DInitialization.h741 ImplicitConversionSequence *ICS; member in union:clang::InitializationSequence::Step::__anon17622
1006 void AddConversionSequenceStep(const ImplicitConversionSequence &ICS,
/external/eigen/blas/testing/
H A Dcblat3.f686 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:CCHK2
744 DO 80 ICS = 1, 2
745 SIDE = ICHS( ICS: ICS )
964 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:CCHK3
1016 DO 120 ICS = 1, 2
1017 SIDE = ICHS( ICS: ICS )
H A Ddblat3.f668 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:DCHK2
726 DO 80 ICS = 1, 2
727 SIDE = ICHS( ICS: ICS )
937 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:DCHK3
989 DO 120 ICS = 1, 2
990 SIDE = ICHS( ICS: ICS )
H A Dsblat3.f668 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:SCHK2
726 DO 80 ICS = 1, 2
727 SIDE = ICHS( ICS: ICS )
937 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:SCHK3
989 DO 120 ICS = 1, 2
990 SIDE = ICHS( ICS: ICS )
H A Dzblat3.f687 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:ZCHK2
745 DO 80 ICS = 1, 2
746 SIDE = ICHS( ICS: ICS )
966 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:ZCHK3
1018 DO 120 ICS = 1, 2
1019 SIDE = ICHS( ICS: ICS )
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2597 /// conversion sequence ICS. Returns the converted
2602 const ImplicitConversionSequence &ICS,
2605 switch (ICS.getKind()) {
2607 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
2617 FunctionDecl *FD = ICS.UserDefined.ConversionFunction;
2632 if (!ICS.UserDefined.EllipsisConversion) {
2640 if (!ICS.UserDefined.EllipsisConversion) {
2643 ICS.UserDefined.Before, AA_Converting,
2655 ICS.UserDefined.FoundConversionFunction,
2656 ICS
2601 PerformImplicitConversion(Expr *From, QualType ToType, const ImplicitConversionSequence &ICS, AssignmentAction Action, CheckedConversionKind CCK) argument
[all...]
H A DSemaInit.cpp2783 delete ICS;
2922 const ImplicitConversionSequence &ICS, QualType T,
2928 S.ICS = new ImplicitConversionSequence(ICS);
3697 ImplicitConversionSequence ICS; local
3698 ICS.setStandard();
3699 ICS.Standard = Best->FinalConversion;
3700 T2 = ICS.Standard.getToType(2);
3701 Sequence.AddConversionSequenceStep(ICS, T2);
3987 ImplicitConversionSequence ICS local
2921 AddConversionSequenceStep( const ImplicitConversionSequence &ICS, QualType T, bool TopLevelOfInitList) argument
4319 ImplicitConversionSequence ICS; local
4477 ImplicitConversionSequence ICS; local
4767 ImplicitConversionSequence ICS local
7089 DiagnoseNarrowingInInitList(Sema &S, const ImplicitConversionSequence &ICS, QualType PreNarrowingType, QualType EntityType, const Expr *PostInit) argument
[all...]
H A DSemaOverload.cpp1122 ImplicitConversionSequence ICS; local
1127 ICS.setBad(BadConversionSequence::no_conversion, From, ToType);
1128 return ICS;
1135 = IsUserDefinedConversion(S, From, ToType, ICS.UserDefined, Conversions,
1139 ICS.setUserDefined();
1140 ICS.UserDefined.Before.setAsIdentityConversion();
1149 = dyn_cast<CXXConstructorDecl>(ICS.UserDefined.ConversionFunction)) {
1158 ICS.setStandard();
1159 ICS.Standard.setAsIdentityConversion();
1160 ICS
1228 ImplicitConversionSequence ICS; local
1297 ImplicitConversionSequence ICS; local
1302 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit, ImplicitConversionSequence& ICS) argument
3249 ImplicitConversionSequence ICS; local
3304 hasDeprecatedStringLiteralToCharPtrConversion( const ImplicitConversionSequence &ICS) argument
4070 FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS, QualType DeclType, SourceLocation DeclLoc, Expr *Init, QualType T2, bool AllowRvalues, bool AllowExplicit) argument
4206 ImplicitConversionSequence ICS; local
4505 ImplicitConversionSequence ICS = local
4708 ImplicitConversionSequence ICS = local
4731 ImplicitConversionSequence ICS; local
4852 ImplicitConversionSequence ICS local
5104 ImplicitConversionSequence ICS local
5140 ImplicitConversionSequence ICS = local
6185 ImplicitConversionSequence ICS = local
9182 const ImplicitConversionSequence &ICS = Cand->Conversions[ArgIdx]; local
[all...]
H A DSemaExpr.cpp6703 ImplicitConversionSequence ICS = local
6710 if (ICS.isFailure())
6713 ICS, AA_Assigning);

Completed in 9574 milliseconds