Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
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
170 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-warning {{non-constant-expression cannot be n… in shrink_int() local
Dp7-0x.cpp59 …Agg<char> ce2 = { ConvertVar<double>() }; // expected-error {{type 'double' cannot be narrowed to … in float_to_int() local
105 …Agg<double> ce2 = { ConvertVar<long double>() }; // expected-error {{non-constant-expression canno… in shrink_float() local
126 …Agg<double> ce2 = { ConvertVar<long long>() }; // expected-error {{non-constant-expression cannot … in int_to_float() local
169 …Agg<char> ce2 = { ConvertVar<short>() }; // expected-error {{non-constant-expression cannot be nar… in shrink_int() local
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp23 Constexpr2 ce2; member
/external/elfutils/tests/
Drun-strings-test.sh175 testfile4: 2ce2 [^_]
217 testfile4: 5ce2 [^_]
/external/icu4c/test/cintltst/
Dcapitst.c552 uint32_t ce2 = ucol_next(iter2, &status); in TestRuleBasedColl() local
557 if (ce2 != ce) { in TestRuleBasedColl()
/external/valgrind/main/VEX/priv/
Dir_defs.c1794 IRCallee* ce2 = mkIRCallee(ce->regparms, ce->name, ce->addr); in deepCopyIRCallee() local
1795 ce2->mcx_mask = ce->mcx_mask; in deepCopyIRCallee()
1796 return ce2; in deepCopyIRCallee()