Home
last modified time | relevance | path

Searched refs:return_val (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dcompleter.c119 char **return_val; in filename_completer() local
126 return_val = (char **) xmalloc (return_val_alloced * sizeof (char *)); in filename_completer()
136 return_val = in filename_completer()
137 (char **) xrealloc (return_val, in filename_completer()
142 return_val[return_val_used++] = p; in filename_completer()
159 return_val[return_val_used++] = p; in filename_completer()
165 return_val[return_val_used++] = q; in filename_completer()
175 return_val[return_val_used++] = q; in filename_completer()
188 return return_val; in filename_completer()
H A Dsymtab.c3205 static char **return_val; variable
3257 return_val = (char **) xrealloc ((char *) return_val, newsize); in completion_list_add_name()
3429 return_val[0] = NULL; in make_symbol_completion_list()
3430 return return_val; in make_symbol_completion_list()
3452 return_val[0] = NULL; in make_symbol_completion_list()
3560 return (return_val); in make_symbol_completion_list()
3613 return_val[0] = NULL; in make_file_symbol_completion_list()
3614 return return_val; in make_file_symbol_completion_list()
3628 return_val[0] = NULL; in make_file_symbol_completion_list()
3645 return (return_val); in make_file_symbol_completion_list()
[all …]
H A Dbreakpoint.c1097 int return_val = 0; /* return success code. */ in insert_breakpoints() local
1134 return_val = val; in insert_breakpoints()
1137 if (return_val) in insert_breakpoints()
1155 return return_val; in insert_breakpoints()
/freebsd-12.1/contrib/gcc/
H A Dpredict.c1191 tree return_val; in apply_return_prediction() local
1207 return_val = TREE_OPERAND (return_stmt, 0); in apply_return_prediction()
1208 if (!return_val) in apply_return_prediction()
1210 if (TREE_CODE (return_val) == MODIFY_EXPR) in apply_return_prediction()
1211 return_val = TREE_OPERAND (return_val, 1); in apply_return_prediction()
1212 if (TREE_CODE (return_val) != SSA_NAME in apply_return_prediction()
1213 || !SSA_NAME_DEF_STMT (return_val) in apply_return_prediction()
1214 || TREE_CODE (SSA_NAME_DEF_STMT (return_val)) != PHI_NODE) in apply_return_prediction()
1216 for (phi = SSA_NAME_DEF_STMT (return_val); phi; phi = PHI_CHAIN (phi)) in apply_return_prediction()
1217 if (PHI_RESULT (phi) == return_val) in apply_return_prediction()
H A Dtree-eh.c912 tree x, finally, lab, return_val; in lower_try_finally_nofallthru() local
926 return_val = NULL; in lower_try_finally_nofallthru()
931 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_nofallthru()
993 tree return_val = NULL; in lower_try_finally_onedest() local
995 do_return_redirection (q, finally_label, NULL, &return_val); in lower_try_finally_onedest()
1061 tree return_val = NULL; in lower_try_finally_copy() local
1093 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_copy()
1120 do_return_redirection (q, lab, NULL, &return_val); in lower_try_finally_copy()
1143 tree return_val = NULL; in lower_try_finally_switch() local
1244 do_return_redirection (q, finally_label, mod, &return_val); in lower_try_finally_switch()
H A Drtl.h305 unsigned return_val : 1; member
991 (RTL_FLAG_CHECK2("REG_FUNCTION_VALUE_P", (RTX), REG, PARALLEL)->return_val)
1135 (RTL_FLAG_CHECK1("MEM_SCALAR_P", (RTX), MEM)->return_val)
1270 (RTL_FLAG_CHECK1("SYMBOL_REF_WEAK", (RTX), SYMBOL_REF)->return_val)
H A Dprint-rtl.c199 if (RTX_FLAG (in_rtx, return_val)) in print_rtx()
H A Dgenattrtab.c97 #define ATTR_PERMANENT_P(RTX) (RTX_FLAG((RTX), return_val))
H A DChangeLog.tree-ssa1509 Copy the new return_val flag.
1518 * genattrtab.c (ATTR_PERMANENT_P): Use the return_val flag
1547 Print the return_val flag.
1549 return_val flag.
H A DChangeLog-200426152 Use the return_val flag for MEM_SCALAR_P.
33477 Copy the new return_val flag.
33617 * genattrtab.c (ATTR_PERMANENT_P): Use the return_val flag
33749 Print the return_val flag.
33779 return_val flag.
/freebsd-12.1/sys/kern/
H A Dkern_fail.c223 bool return_val; in fail_point_is_off() local
227 return_val = true; in fail_point_is_off()
234 return_val = false; in fail_point_is_off()
241 return (return_val); in fail_point_is_off()
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c338 boolean_t return_val = FALSE; in drop_mgr_process_node() local
368 return_val = TRUE; in drop_mgr_process_node()
386 return return_val; in drop_mgr_process_node()
/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y336 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
341 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c366 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
371 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()
/freebsd-12.1/contrib/ee/
H A Dee.c3078 int return_val; local
3225 return_val = wait((int *) 0);
3227 while ((return_val != parent) && (return_val != -1));
/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c386 static int return_val; /* nonzero on BRACES iff return-expression found */ variable
391 return (lintLibrary() && !return_val) ? "void" : "int"; in dft_decl_spec()