Searched refs:ce2 (Results 1 – 6 of 6) sorted by relevance
60 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed t… in float_to_int() local106 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-warning {{non-constant-expression can… in shrink_float() local127 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-warning {{non-constant-expression canno… in int_to_float() local170 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
59 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local105 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local126 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local169 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
23 Constexpr2 ce2; member
175 testfile4: 2ce2 [^_]217 testfile4: 5ce2 [^_]
552 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() local557 if (ce2 != ce) { in TestRuleBasedColl()
1794 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); in deepCopyIRCallee() local1795 ce2->mcx_mask = ce->mcx_mask; in deepCopyIRCallee()1796 return ce2; in deepCopyIRCallee()