HomeSort by: relevance | last modified time | path
    Searched refs:return_false_with_msg (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 164 return return_false_with_msg ("DECL_BY_REFERENCE flags are different");
179 return return_false_with_msg ("DECL_SIZEs are different");
218 return return_false_with_msg ("one type is not polymorphic");
220 return return_false_with_msg ("types are not same for ODR");
229 return return_false_with_msg ("different tree types");
232 return return_false_with_msg ("restrict flags are different");
235 return return_false_with_msg ("types are not compatible");
419 return return_false_with_msg
424 return return_false_with_msg
427 return return_false_with_msg
    [all...]
ipa-icf.cc 352 return return_false_with_msg
357 return return_false_with_msg ("inline attributes are different");
362 return return_false_with_msg ("operator new flags are different");
366 return return_false_with_msg ("replaceable operator flags are different");
380 return return_false_with_msg
384 return return_false_with_msg ("alignment mismatch");
393 return return_false_with_msg ("different var decl attributes");
396 return return_false_with_msg ("different var type attributes");
405 return return_false_with_msg ("virtual flag mismatch");
408 return return_false_with_msg ("final flag mismatch")
    [all...]
ipa-icf-gimple.h 53 #define return_false_with_msg(message) \ macro
57 #define return_false() return_false_with_msg ("")
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 161 return return_false_with_msg ("DECL_BY_REFERENCE flags are different");
176 return return_false_with_msg ("DECL_SIZEs are different");
215 return return_false_with_msg ("one type is not polymorphic");
217 return return_false_with_msg ("types are not same for ODR");
226 return return_false_with_msg ("different tree types");
229 return return_false_with_msg ("restrict flags are different");
232 return return_false_with_msg ("types are not compatible");
386 return return_false_with_msg
389 return return_false_with_msg
392 return return_false_with_msg
    [all...]
ipa-icf.cc 349 return return_false_with_msg
354 return return_false_with_msg ("inline attributes are different");
359 return return_false_with_msg ("operator new flags are different");
363 return return_false_with_msg ("replaceable operator flags are different");
377 return return_false_with_msg
381 return return_false_with_msg ("alignment mismatch");
390 return return_false_with_msg ("different var decl attributes");
393 return return_false_with_msg ("different var type attributes");
402 return return_false_with_msg ("virtual flag mismatch");
405 return return_false_with_msg ("final flag mismatch")
    [all...]
ipa-icf-gimple.h 53 #define return_false_with_msg(message) \ macro
57 #define return_false() return_false_with_msg ("")

Completed in 30 milliseconds