Home
last modified time | relevance | path

Searched defs:ce2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp60 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-warning {{type 'double' cannot be narrowed t… in float_to_int() local
106 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-warning {{non-constant-expression can… in shrink_float() local
127 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-warning {{non-constant-expression canno… in int_to_float() local
167 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
H A Dp7-0x.cpp66 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local
115 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local
142 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local
191 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
/llvm-project/libcxx/test/std/strings/string.view/string.view.iterators/
H A Drend.pass.cpp26 typename S::const_reverse_iterator ce2 = s.crend(); in test() local
H A Dend.pass.cpp26 typename S::const_iterator ce2 = s.cend(); in test() local
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp13-0x.cpp23 Constexpr2 ce2; member
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-class-template-argument-deduction.cpp514 TestExplicitCtor ce2 = ce1; global() variable