Searched refs:var_type (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dopts.h52 enum cl_var_type var_type; member in struct:cl_option
H A Dopt-functions.awk119 function var_type(flags) function
152 if (var_type(flags) == "const char *")
H A Doptc-gen.awk95 print var_type(flags[i]) name init ";"
108 print "static " var_type(flags[i]) name ";"
H A Dopth-gen.awk71 print "extern " var_type(flags[i]) name ";"
H A Dopts.c567 switch (option->var_type)
581 if ((value != 0) == (option->var_type == CLVC_BIT_SET))
1059 if (cl_options[option_index].var_type == CLVC_BOOLEAN
1799 switch (option->var_type)
1828 switch (cl_options[option].var_type)
H A Dc-pragma.c721 if (cl_options[option_index].var_type == CLVC_BOOLEAN
H A Dgimplify.c2756 tree var, var_type, cref;
2762 var_type = TREE_TYPE (upper);
2763 var = create_tmp_var (var_type, NULL);
2764 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var, lower), pre_p);
2800 append_to_statement_list (build2 (MODIFY_EXPR, var_type, var,
2801 build2 (PLUS_EXPR, var_type, var,
2802 fold_convert (var_type,
2755 tree var, var_type, cref; local
H A Dtree-ssa-alias.c1985 tree var_type = TREE_TYPE (var); local
1990 ipa_type_escape_star_count_of_interesting_type (var_type) >= 0)
2012 if (ipa_type_escape_field_does_not_clobber_p (var_type,
H A Dtree-ssa-loop-ivopts.c5617 tree var_type = TREE_TYPE (var); local
5620 bound = fold_convert (var_type, bound);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-typeprint.c505 struct type *var_type;
508 var_type = TYPE_FIELD_TYPE (type, field_num);
509 discr_type = ada_variant_discrim_type (var_type, outer_type);
511 if (TYPE_CODE (var_type) == TYPE_CODE_PTR)
513 var_type = TYPE_TARGET_TYPE (var_type);
514 if (TYPE_FLAGS (var_type) & TYPE_FLAG_STUB)
516 var_type = ada_find_parallel_type (var_type, "___XVU");
517 if (var_type
504 struct type *var_type; local
[all...]
H A Dcommand.h215 var_types var_type, void *var,
224 var_types var_type, void *var,
235 var_types var_type, void *var,
H A Dada-lang.c5249 ada_variant_discrim_type (struct type *var_type, struct type *outer_type)
5251 char *name = ada_variant_discrim_name (var_type);
5655 ada_which_variant_applies (struct type *var_type, struct type *outer_type,
5662 char *discrim_name = ada_variant_discrim_name (var_type);
5673 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1)
5675 if (ada_is_others_clause (var_type, i))
5677 else if (ada_in_variant (discrim_val, var_type, i))
6223 struct type *var_type;
6226 var_type = TYPE_TARGET_TYPE (var_type0);
6228 var_type
5238 ada_variant_discrim_type(struct type *var_type, struct type *outer_type) argument
5644 ada_which_variant_applies(struct type *var_type, struct type *outer_type, char *outer_valaddr) argument
6211 struct type *var_type; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-decode.h175 var_types var_type; member in struct:cmd_list_element
287 var_types var_type, void *var,
H A Dcli-decode.c181 c->var_type = var_boolean;
304 var_types var_type,
312 c->var_type = var_type;
331 var_types var_type, void *var,
341 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var,
345 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var,
365 var_types var_type, void *var,
371 add_setshow_cmd_full (name, class, var_type, var, set_doc, show_doc,
379 var_types var_type,
300 add_set_or_show_cmd(char *name, enum cmd_types type, enum command_class class, var_types var_type, void *var, char *doc, struct cmd_list_element **list) argument
328 add_setshow_cmd_full(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list, struct cmd_list_element **set_result, struct cmd_list_element **show_result) argument
362 add_setshow_cmd(char *name, enum command_class class, var_types var_type, void *var, char *set_doc, char *show_doc, cmd_sfunc_ftype *set_func, cmd_sfunc_ftype *show_func, struct cmd_list_element **set_list, struct cmd_list_element **show_list) argument
376 add_set_cmd(char *name, enum command_class class, var_types var_type, void *var, char *doc, struct cmd_list_element **list) argument
[all...]
H A Dcli-setshow.c105 switch (c->var_type)
255 error ("gdb internal error: bad var_type in do_setshow_command");
277 switch (c->var_type)
336 error ("gdb internal error: bad var_type in do_setshow_command");
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c49 enum varobj_type var_type; local
78 var_type = USE_CURRENT_FRAME;
80 var_type = USE_SELECTED_FRAME;
83 var_type = USE_SPECIFIED_FRAME;
92 var = varobj_create (name, expr, frameaddr, var_type);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_svcout.c98 const char *var_type; local
99 var_type = (nomain? "extern" : "static");
100 f_print(fout, "%s int _rpcpmstart;", var_type);
103 f_print(fout, "%s int _rpcfdtype;", var_type);

Completed in 135 milliseconds