Lines Matching refs:allowed
16 " a reinterpret_cast|cast from %1}0 is not allowed in a constant expression">;
79 "not allowed in a constant expression">;
93 "%select{|implicit }0use of 'this' pointer is only allowed within the "
100 "object outside its lifetime is not allowed in a constant expression">;
103 "is not allowed in a constant expression">;
105 "modification of object of const-qualified type %0 is not allowed "
109 "volatile-qualified type %1 is not allowed in a constant expression">;
112 "%select{temporary|object %2|member %2}1 is not allowed in "
115 "read of mutable member %0 is not allowed in a constant expression">;
117 "read of non-const variable %0 is not allowed in a constant expression">;
119 "read of non-constexpr variable %0 is not allowed in a constant expression">;
122 "dereferenced null pointer is not allowed in a constant expression">;
125 "dereferenced one-past-the-end pointer is not allowed in a constant expression">;
129 "is not allowed in a constant expression">;
132 "is not allowed in a constant expression outside the expression that "