HomeSort by: relevance | last modified time | path
    Searched defs:maybe_complain_about_tail_call (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
calls.cc 1246 maybe_complain_about_tail_call (tree call_expr, const char *reason)
1422 maybe_complain_about_tail_call (exp,
1491 maybe_complain_about_tail_call (exp,
2509 maybe_complain_about_tail_call
2522 maybe_complain_about_tail_call (exp, "callee returns a structure");
2530 maybe_complain_about_tail_call (exp,
2540 maybe_complain_about_tail_call (exp, "callee returns twice");
2545 maybe_complain_about_tail_call (exp, "callee does not return");
2551 maybe_complain_about_tail_call (exp, "volatile function type");
2560 /* No need for maybe_complain_about_tail_call here
1245 maybe_complain_about_tail_call (tree call_expr, const char *reason) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 1228 maybe_complain_about_tail_call (tree call_expr, const char *reason)
1401 maybe_complain_about_tail_call (exp,
1470 maybe_complain_about_tail_call (exp,
2467 maybe_complain_about_tail_call
2480 maybe_complain_about_tail_call (exp, "callee returns a structure");
2488 maybe_complain_about_tail_call (exp,
2498 maybe_complain_about_tail_call (exp, "callee returns twice");
2503 maybe_complain_about_tail_call (exp, "callee does not return");
2509 maybe_complain_about_tail_call (exp, "volatile function type");
2518 maybe_complain_about_tail_call (exp, "nested function")
1227 maybe_complain_about_tail_call (tree call_expr, const char *reason) function
    [all...]

Completed in 39 milliseconds