Searched defs: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() local167 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
66 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local115 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local142 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local191 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
26 typename S::const_reverse_iterator ce2 = s.crend(); in test() local
26 typename S::const_iterator ce2 = s.cend(); in test() local
23 Constexpr2 ce2; member
514 TestExplicitCtor ce2 = ce1; global() variable