Lines Matching full:note
13 def note_expr_divide_by_zero : Note<"division by zero">;
14 def note_constexpr_invalid_cast : Note<
17 def note_constexpr_invalid_downcast : Note<
19 def note_constexpr_overflow : Note<
21 def note_constexpr_negative_shift : Note<"negative shift count %0">;
22 def note_constexpr_large_shift : Note<
24 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
25 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
26 def note_constexpr_invalid_function : Note<
29 def note_constexpr_invalid_inhctor : Note<
32 def note_constexpr_no_return : Note<
34 def note_constexpr_virtual_call : Note<
36 def note_constexpr_virtual_base : Note<
39 def note_constexpr_nonliteral : Note<
41 def note_constexpr_non_global : Note<
44 def note_constexpr_uninitialized : Note<
46 def note_constexpr_array_index : Note<"cannot refer to element %0 of "
48 def note_constexpr_float_arithmetic : Note<
50 def note_constexpr_pointer_subtraction_not_same_array : Note<
52 def note_constexpr_pointer_subtraction_zero_size : Note<
54 def note_constexpr_pointer_comparison_base_classes : Note<
57 def note_constexpr_pointer_comparison_base_field : Note<
60 def note_constexpr_pointer_comparison_differing_access : Note<
63 def note_constexpr_compare_virtual_mem_ptr : Note<
65 def note_constexpr_past_end : Note<
68 def note_constexpr_past_end_subobject : Note<
73 def note_constexpr_null_subobject : Note<
78 def note_constexpr_var_init_non_constant : Note<
80 def note_constexpr_typeid_polymorphic : Note<
83 def note_constexpr_void_comparison : Note<
85 def note_constexpr_temporary_here : Note<"temporary created here">;
86 def note_constexpr_conditional_never_const : Note<
89 def note_constexpr_depth_limit_exceeded : Note<
91 def note_constexpr_call_limit_exceeded : Note<
93 def note_constexpr_step_limit_exceeded : Note<
95 def note_constexpr_this : Note<
98 def note_constexpr_lifetime_ended : Note<
101 def note_constexpr_access_uninit : Note<
104 def note_constexpr_use_uninit_reference : Note<
107 def note_constexpr_modify_const_type : Note<
110 def note_constexpr_access_volatile_type : Note<
113 def note_constexpr_access_volatile_obj : Note<
117 def note_constexpr_ltor_mutable : Note<
119 def note_constexpr_ltor_non_const_int : Note<
121 def note_constexpr_ltor_non_constexpr : Note<
123 def note_constexpr_access_null : Note<
126 def note_constexpr_access_past_end : Note<
129 def note_constexpr_access_inactive_union_member : Note<
133 def note_constexpr_access_static_temporary : Note<
137 def note_constexpr_modify_global : Note<
140 def note_constexpr_stmt_expr_unsupported : Note<
143 def note_constexpr_calls_suppressed : Note<
146 def note_constexpr_call_here : Note<"in call to '%0'">;
147 def note_constexpr_inherited_ctor_call_here : Note<
149 def note_constexpr_baa_insufficient_alignment : Note<
153 def note_constexpr_baa_value_insufficient_alignment : Note<
164 def note_unimplemented_constexpr_lambda_feature_ast : Note<
187 def note_covariant_thunk : Note<
197 def note_odr_value_here : Note<"declared here with type %0">;
198 def note_odr_defined_here : Note<"also defined here">;
205 def note_odr_tag_kind_here: Note<
207 def note_odr_field : Note<"field %0 has type %1 here">;
208 def note_odr_missing_field : Note<"no corresponding field here">;
209 def note_odr_bit_field : Note<"bit-field %0 with type %1 and length %2 here">;
210 def note_odr_not_bit_field : Note<"field %0 is not a bit-field">;
211 def note_odr_base : Note<"class has base type %0">;
212 def note_odr_virtual_base : Note<
214 def note_odr_missing_base : Note<"no corresponding base class here">;
215 def note_odr_number_of_bases : Note<
217 def note_odr_enumerator : Note<"enumerator %0 with value %1 here">;
218 def note_odr_missing_enumerator : Note<"no corresponding enumerator here">;
230 def note_odr_objc_superclass : Note<"inherits from superclass %0 here">;
231 def note_odr_objc_missing_superclass : Note<"no corresponding superclass here">;
244 def note_odr_objc_method_here : Note<
252 def note_odr_objc_property_impl_kind : Note<
257 def note_odr_objc_synthesize_ivar_here : Note<
263 def note_odr_template_parameter_list : Note<
267 def note_odr_template_parameter_here : Note<
271 def note_odr_parameter_pack_non_pack : Note<