Searched defs:ICS (Results 1 - 13 of 13) sorted by last modified time

/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/include/clang/Sema/
H A DInitialization.h747 ImplicitConversionSequence *ICS; member in union:clang::InitializationSequence::Step::__anon719
1016 void AddConversionSequenceStep(const ImplicitConversionSequence &ICS,
/external/clang/lib/Sema/
H A DSemaExpr.cpp7101 ImplicitConversionSequence ICS = local
7108 if (ICS.isFailure())
7111 ICS, AA_Assigning);
H A DSemaExprCXX.cpp2704 /// conversion sequence ICS. Returns the converted
2709 const ImplicitConversionSequence &ICS,
2712 switch (ICS.getKind()) {
2714 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
2724 FunctionDecl *FD = ICS.UserDefined.ConversionFunction;
2739 if (!ICS.UserDefined.EllipsisConversion) {
2747 if (!ICS.UserDefined.EllipsisConversion) {
2750 ICS.UserDefined.Before, AA_Converting,
2762 ICS.UserDefined.FoundConversionFunction,
2763 ICS
2708 PerformImplicitConversion(Expr *From, QualType ToType, const ImplicitConversionSequence &ICS, AssignmentAction Action, CheckedConversionKind CCK) argument
[all...]
H A DSemaInit.cpp2818 delete ICS;
2964 const ImplicitConversionSequence &ICS, QualType T,
2970 S.ICS = new ImplicitConversionSequence(ICS);
3780 ImplicitConversionSequence ICS; local
3781 ICS.setStandard();
3782 ICS.Standard = Best->FinalConversion;
3783 T2 = ICS.Standard.getToType(2);
3784 Sequence.AddConversionSequenceStep(ICS, T2);
4070 ImplicitConversionSequence ICS local
2963 AddConversionSequenceStep( const ImplicitConversionSequence &ICS, QualType T, bool TopLevelOfInitList) argument
4399 ImplicitConversionSequence ICS; local
4556 ImplicitConversionSequence ICS; local
4858 ImplicitConversionSequence ICS local
7233 DiagnoseNarrowingInInitList(Sema &S, const ImplicitConversionSequence &ICS, QualType PreNarrowingType, QualType EntityType, const Expr *PostInit) argument
[all...]
H A DSemaOverload.cpp1095 ImplicitConversionSequence ICS; local
1100 ICS.setBad(BadConversionSequence::no_conversion, From, ToType);
1101 return ICS;
1107 switch (IsUserDefinedConversion(S, From, ToType, ICS.UserDefined,
1112 ICS.setUserDefined();
1113 ICS.UserDefined.Before.setAsIdentityConversion();
1122 = dyn_cast<CXXConstructorDecl>(ICS.UserDefined.ConversionFunction)) {
1131 ICS.setStandard();
1132 ICS.Standard.setAsIdentityConversion();
1133 ICS
1196 ImplicitConversionSequence ICS; local
1265 ImplicitConversionSequence ICS; local
1270 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit, ImplicitConversionSequence& ICS) argument
3217 ImplicitConversionSequence ICS; local
3272 hasDeprecatedStringLiteralToCharPtrConversion( const ImplicitConversionSequence &ICS) argument
4045 FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS, QualType DeclType, SourceLocation DeclLoc, Expr *Init, QualType T2, bool AllowRvalues, bool AllowExplicit) argument
4178 ImplicitConversionSequence ICS; local
4523 ImplicitConversionSequence ICS = local
4731 ImplicitConversionSequence ICS = local
4754 ImplicitConversionSequence ICS; local
4875 ImplicitConversionSequence ICS = TryObjectArgumentInitialization( local
5161 ImplicitConversionSequence ICS local
5197 ImplicitConversionSequence ICS = local
6358 ImplicitConversionSequence ICS = local
[all...]
/external/cblas/testing/
H A Dc_cblat3.f791 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:CCHK2
849 DO 80 ICS = 1, 2
850 SIDE = ICHS( ICS: ICS )
1111 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:CCHK3
1163 DO 120 ICS = 1, 2
1164 SIDE = ICHS( ICS: ICS )
H A Dc_dblat3.f772 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:DCHK2
830 DO 80 ICS = 1, 2
831 SIDE = ICHS( ICS: ICS )
1081 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:DCHK3
1133 DO 120 ICS = 1, 2
1134 SIDE = ICHS( ICS: ICS )
H A Dc_sblat3.f776 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:SCHK2
834 DO 80 ICS = 1, 2
835 SIDE = ICHS( ICS: ICS )
1085 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:SCHK3
1137 DO 120 ICS = 1, 2
1138 SIDE = ICHS( ICS: ICS )
H A Dc_zblat3.f792 INTEGER I, IA, IB, ICS, ICU, IM, IN, LAA, LBB, LCC, local in subroutine:ZCHK2
850 DO 80 ICS = 1, 2
851 SIDE = ICHS( ICS: ICS )
1112 INTEGER I, IA, ICD, ICS, ICT, ICU, IM, IN, J, LAA, LBB, local in subroutine:ZCHK3
1164 DO 120 ICS = 1, 2
1165 SIDE = ICHS( ICS: ICS )

Completed in 191 milliseconds