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

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 706 call takes too long. DIRECT_CALL_P is true when this inferior call is
710 infcall_timer_controller (thread_info *thr, bool direct_call_p)
714 = direct_call_p ? direct_call_timeout : indirect_call_timeout;
848 bool direct_call_p = !call_thread->control.in_cond_eval; variable
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 706 call takes too long. DIRECT_CALL_P is true when this inferior call is
710 infcall_timer_controller (thread_info *thr, bool direct_call_p)
714 = direct_call_p ? direct_call_timeout : indirect_call_timeout;
848 bool direct_call_p = !call_thread->control.in_cond_eval; variable
849 infcall_timer_controller infcall_timer (call_thread, direct_call_p);
  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 656 bool is_safe, direct_call_p;
662 direct_call_p = true;
670 direct_call_p = false;
683 else if (direct_call_p)
718 if (direct_call_p)
737 if (direct_call_p)
653 bool is_safe, direct_call_p; local
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 653 bool is_safe, direct_call_p;
659 direct_call_p = true;
667 direct_call_p = false;
680 else if (direct_call_p)
715 if (direct_call_p)
734 if (direct_call_p)
650 bool is_safe, direct_call_p; local

Completed in 30 milliseconds