Home
last modified time | relevance | path

Searched refs:char_p (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDvmsdbgout.c103 typedef char *char_p; typedef
104 DEF_VEC_P(char_p);
105 DEF_VEC_ALLOC_P(char_p,heap);
107 static VEC(char_p,heap) *funcnam_table;
663 rtnname = VEC_index (char_p, funcnam_table, rtnnum); in write_rtnbeg()
1286 VEC_safe_push (char_p, heap, funcnam_table, xstrdup (name)); in vmsdbgout_begin_function()
1469 funcnam_table = VEC_alloc (char_p, heap, FUNC_TABLE_INITIAL); in vmsdbgout_init()
HDopts.c201 typedef char *char_p; /* For DEF_VEC_P. */ typedef
202 DEF_VEC_P(char_p);
203 DEF_VEC_ALLOC_P(char_p,heap);
251 VEC(char_p,heap) *vec = (VEC(char_p,heap) *) *pvec; in add_comma_separated_to_vector()
266 VEC_safe_push (char_p, heap, vec, token_start); in add_comma_separated_to_vector()
278 VEC_safe_push (char_p, heap, vec, token_start); in add_comma_separated_to_vector()
HDgcc.c1005 typedef char *char_p; /* For DEF_VEC_P. */ typedef
1006 DEF_VEC_P(char_p);
1007 DEF_VEC_ALLOC_P(char_p,heap);
1012 static VEC(char_p,heap) *linker_options;
1017 static VEC(char_p,heap) *assembler_options;
1022 static VEC(char_p,heap) *preprocessor_options;
3052 VEC_safe_push (char_p, heap, preprocessor_options, in add_preprocessor_option()
3059 VEC_safe_push (char_p, heap, assembler_options, save_string (option, len)); in add_assembler_option()
3065 VEC_safe_push (char_p, heap, linker_options, save_string (option, len)); in add_linker_option()
4490 do_specs_vec (VEC(char_p,heap) *vec) in do_specs_vec() argument
[all …]
HDgimplify.c8093 typedef char *char_p; /* For DEF_VEC_P. */ typedef
8094 DEF_VEC_P(char_p);
8095 DEF_VEC_ALLOC_P(char_p,heap);
8102 VEC(char_p,heap) *vec; in flag_instrument_functions_exclude_p()
8104 vec = (VEC(char_p,heap) *) flag_instrument_functions_exclude_functions; in flag_instrument_functions_exclude_p()
8105 if (VEC_length (char_p, vec) > 0) in flag_instrument_functions_exclude_p()
8112 FOR_EACH_VEC_ELT (char_p, vec, i, s) in flag_instrument_functions_exclude_p()
8117 vec = (VEC(char_p,heap) *) flag_instrument_functions_exclude_files; in flag_instrument_functions_exclude_p()
8118 if (VEC_length (char_p, vec) > 0) in flag_instrument_functions_exclude_p()
8125 FOR_EACH_VEC_ELT (char_p, vec, i, s) in flag_instrument_functions_exclude_p()
HDcommon.opt94 ; These two are really VEC(char_p,heap) *.
/dragonfly/contrib/gcc-8.0/gcc/
HDopts.c188 typedef char *char_p; /* For DEF_VEC_P. */ typedef
236 vec<char_p> *v = (vec<char_p> *) *pvec; in add_comma_separated_to_vector()
HDgcc.c1373 typedef char *char_p; /* For DEF_VEC_P. */ typedef
1378 static vec<char_p> linker_options;
1383 static vec<char_p> assembler_options;
1388 static vec<char_p> preprocessor_options;
5157 do_specs_vec (vec<char_p> vec) in do_specs_vec()
HDgimplify.c12814 typedef char *char_p; /* For DEF_VEC_P. */ typedef
12821 vec<char_p> *v; in flag_instrument_functions_exclude_p()
12823 v = (vec<char_p> *) flag_instrument_functions_exclude_functions; in flag_instrument_functions_exclude_p()
12836 v = (vec<char_p> *) flag_instrument_functions_exclude_files; in flag_instrument_functions_exclude_p()
HDcommon.opt102 ; These two are really VEC(char_p,heap) *.