Home | History | Annotate | Download | only in expr.const

Lines Matching defs:OK

17 X<a> x;     // ok, unique conversion to int
22 struct OK {
23 constexpr OK() {}
25 } constexpr ok;
37 constexpr int test_ok = ok; // ok
38 constexpr int test_explicit(expl); // ok
39 constexpr int test_ambiguous = ambig; // ok
47 auto new1 = new int[1][ok];
55 enum1 = ok,
64 alignas(ok) int alignas1;
73 int array1[ok];
81 int bitfield1 : ok;