Home
last modified time | relevance | path

Searched refs:cond_start (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtimevar.h115 bool cond_start (timevar_id_t tv);
H A Dtimevar.c502 return g_timer->cond_start (timevar); in timevar_cond_start()
508 timer::cond_start (timevar_id_t timevar) in cond_start() function
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c9399 const char *cond_start = NULL; in find_condition_and_thread() local
9418 tok = cond_start = end_tok + 1; in find_condition_and_thread()
9422 *cond_string = savestring (cond_start, cond_end - cond_start); in find_condition_and_thread()
10875 const char *cond_start = NULL; in watch_command_1() local
11034 tok = cond_start = end_tok + 1; in watch_command_1()
11138 if (cond_start) in watch_command_1()
11139 b->cond_string = savestring (cond_start, cond_end - cond_start); in watch_command_1()