Home
last modified time | relevance | path

Searched refs:return_false_with_msg (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc161 return return_false_with_msg ("DECL_BY_REFERENCE flags are different"); in compare_decl()
176 return return_false_with_msg ("DECL_SIZEs are different"); in compare_decl()
215 return return_false_with_msg ("one type is not polymorphic"); in compatible_polymorphic_types_p()
217 return return_false_with_msg ("types are not same for ODR"); in compatible_polymorphic_types_p()
226 return return_false_with_msg ("different tree types"); in compatible_types_p()
229 return return_false_with_msg ("restrict flags are different"); in compatible_types_p()
232 return return_false_with_msg ("types are not compatible"); in compatible_types_p()
386 return return_false_with_msg in compare_operand()
389 return return_false_with_msg in compare_operand()
392 return return_false_with_msg in compare_operand()
[all …]
H A Dipa-icf.cc349 return return_false_with_msg in compare_referenced_symbol_properties()
354 return return_false_with_msg ("inline attributes are different"); in compare_referenced_symbol_properties()
359 return return_false_with_msg ("operator new flags are different"); in compare_referenced_symbol_properties()
363 return return_false_with_msg ("replaceable operator flags are different"); in compare_referenced_symbol_properties()
377 return return_false_with_msg in compare_referenced_symbol_properties()
381 return return_false_with_msg ("alignment mismatch"); in compare_referenced_symbol_properties()
390 return return_false_with_msg ("different var decl attributes"); in compare_referenced_symbol_properties()
393 return return_false_with_msg ("different var type attributes"); in compare_referenced_symbol_properties()
402 return return_false_with_msg ("virtual flag mismatch"); in compare_referenced_symbol_properties()
405 return return_false_with_msg ("final flag mismatch"); in compare_referenced_symbol_properties()
[all …]
H A Dipa-icf-gimple.h53 #define return_false_with_msg(message) \ macro
57 #define return_false() return_false_with_msg ("")
H A DChangeLog-201926304 (return_false_with_msg): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c152 return return_false_with_msg ("DECL_BY_REFERENCE flags are different"); in compare_decl()
193 return return_false_with_msg ("one type is not polymorphic"); in compatible_polymorphic_types_p()
195 return return_false_with_msg ("types are not same for ODR"); in compatible_polymorphic_types_p()
204 return return_false_with_msg ("different tree types"); in compatible_types_p()
207 return return_false_with_msg ("restrict flags are different"); in compatible_types_p()
210 return return_false_with_msg ("types are not compatible"); in compatible_types_p()
307 return return_false_with_msg ("operand_equal_p failed"); in compare_operand()
354 return return_false_with_msg ("alignments are different"); in compare_variable_decl()
357 return return_false_with_msg ("DECL_HARD_REGISTER are different"); in compare_variable_decl()
361 return return_false_with_msg ("HARD REGISTERS are different"); in compare_variable_decl()
[all …]
H A Dipa-icf.c339 return return_false_with_msg in compare_referenced_symbol_properties()
344 return return_false_with_msg ("inline attributes are different"); in compare_referenced_symbol_properties()
349 return return_false_with_msg ("operator new flags are different"); in compare_referenced_symbol_properties()
353 return return_false_with_msg ("replaceable operator flags are different"); in compare_referenced_symbol_properties()
367 return return_false_with_msg in compare_referenced_symbol_properties()
371 return return_false_with_msg ("alignment mismatch"); in compare_referenced_symbol_properties()
380 return return_false_with_msg ("different var decl attributes"); in compare_referenced_symbol_properties()
383 return return_false_with_msg ("different var type attributes"); in compare_referenced_symbol_properties()
392 return return_false_with_msg ("virtual flag mismatch"); in compare_referenced_symbol_properties()
395 return return_false_with_msg ("final flag mismatch"); in compare_referenced_symbol_properties()
[all …]
H A Dipa-icf-gimple.h53 #define return_false_with_msg(message) \ macro
57 #define return_false() return_false_with_msg ("")