Home
last modified time | relevance | path

Searched refs:var_type (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/cli/
H A Dcli-setshow.c120 switch (c->var_type) in deprecated_show_value_hack()
148 switch (c->var_type) in do_set_command()
282 if (c->var_type == var_uinteger && val == 0) in do_set_command()
288 || (c->var_type == var_uinteger && val >= UINT_MAX) in do_set_command()
309 if (val == 0 && c->var_type == var_integer) in do_set_command()
315 || (c->var_type == var_integer && val >= INT_MAX) in do_set_command()
316 || (c->var_type == var_zinteger && val > INT_MAX)) in do_set_command()
482 switch (c->var_type) in do_set_command()
550 switch (c->var_type) in do_show_command()
587 if (c->var_type == var_uinteger in do_show_command()
[all …]
H A Dcli-decode.c248 c->var_type = var_boolean; in add_cmd()
404 var_types var_type, in add_set_or_show_cmd() argument
413 c->var_type = var_type; in add_set_or_show_cmd()
433 var_types var_type, void *var, in add_setshow_cmd_full() argument
458 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var, in add_setshow_cmd_full()
467 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var, in add_setshow_cmd_full()
H A Dcli-decode.h193 var_types var_type; member
/dragonfly/contrib/gdb-7/gdb/
H A Dada-typeprint.c497 struct type *var_type, *par_type; in print_variant_clauses() local
500 var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_clauses()
501 discr_type = ada_variant_discrim_type (var_type, outer_type); in print_variant_clauses()
503 if (TYPE_CODE (var_type) == TYPE_CODE_PTR) in print_variant_clauses()
505 var_type = TYPE_TARGET_TYPE (var_type); in print_variant_clauses()
506 if (var_type == NULL || TYPE_CODE (var_type) != TYPE_CODE_UNION) in print_variant_clauses()
510 par_type = ada_find_parallel_type (var_type, "___XVU"); in print_variant_clauses()
512 var_type = par_type; in print_variant_clauses()
514 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in print_variant_clauses()
517 if (print_choices (var_type, i, stream, discr_type)) in print_variant_clauses()
[all …]
H A Dada-valprint.c925 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() local
926 int which = ada_which_variant_applies (var_type, outer_type, in print_variant_part()
933 (TYPE_FIELD_TYPE (var_type, which), in print_variant_part()
936 + TYPE_FIELD_BITPOS (var_type, which) / HOST_CHAR_BIT, in print_variant_part()
H A Dada-lang.c6378 char *name = ada_variant_discrim_name (var_type); in ada_variant_discrim_type()
7064 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in ada_which_variant_applies()
7066 if (ada_is_others_clause (var_type, i)) in ada_which_variant_applies()
7943 struct type *var_type; in to_fixed_variant_branch_type() local
7946 var_type = TYPE_TARGET_TYPE (var_type0); in to_fixed_variant_branch_type()
7948 var_type = var_type0; in to_fixed_variant_branch_type()
7953 var_type = templ_type; in to_fixed_variant_branch_type()
7958 ada_which_variant_applies (var_type, in to_fixed_variant_branch_type()
7962 return empty_record (var_type); in to_fixed_variant_branch_type()
7963 else if (is_dynamic_field (var_type, which)) in to_fixed_variant_branch_type()
[all …]
H A Dauto-load.c1083 if (list->var_type == var_boolean) in set_auto_load_cmd()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopth-gen.awk91 print "extern " var_type(flags[i]) name ";"
93 print " " var_type(flags[i]) "x_" name ";"
101 print " " var_type(flags[i]) "x_" name ";"
H A Dopt-functions.awk189 function var_type(flags) function
259 if (var_type(flags) == "const char *")
H A Dopts-common.c225 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
610 if (arg && (option->var_type == CLVC_ENUM)) in decode_cmdline_option()
1081 switch (option->var_type) in set_option()
1104 if ((value != 0) == (option->var_type == CLVC_BIT_SET)) in set_option()
1189 switch (option->var_type) in option_enabled()
1232 switch (cl_options[option].var_type) in get_option_state()
1291 if (cl_options[opt_index].var_type == CLVC_BOOLEAN) in control_warning_option()
H A Dmatrix-reorg.c472 tree var_type; in analyze_matrix_decl() local
478 var_type = DECL_ARG_TYPE (var_decl); in analyze_matrix_decl()
480 var_type = TREE_TYPE (var_decl); in analyze_matrix_decl()
484 if (!POINTER_TYPE_P (var_type)) in analyze_matrix_decl()
487 while (POINTER_TYPE_P (var_type)) in analyze_matrix_decl()
489 var_type = TREE_TYPE (var_type); in analyze_matrix_decl()
496 if (!COMPLETE_TYPE_P (var_type) in analyze_matrix_decl()
497 || TREE_CODE (TYPE_SIZE_UNIT (var_type)) != INTEGER_CST) in analyze_matrix_decl()
H A Dopts.h112 enum cl_var_type var_type; member
H A Dopts.c1008 && option->var_type != CLVC_DEFER) in print_filtered_help()
1012 if (option->var_type == CLVC_STRING) in print_filtered_help()
1019 else if (option->var_type == CLVC_ENUM) in print_filtered_help()
1048 if (option->var_type == CLVC_ENUM in print_filtered_help()
H A Doptc-save-gen.awk264 if (otype == var_type(flags[i]))
H A Dgimplify.c3519 tree var, var_type, cref, tmp; in gimplify_init_ctor_eval_range() local
3526 var_type = TREE_TYPE (upper); in gimplify_init_ctor_eval_range()
3527 var = create_tmp_var (var_type, NULL); in gimplify_init_ctor_eval_range()
3556 tmp = build2 (PLUS_EXPR, var_type, var, in gimplify_init_ctor_eval_range()
3557 fold_convert (var_type, integer_one_node)); in gimplify_init_ctor_eval_range()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopts-common.c258 gcc_assert (option->var_type == CLVC_ENUM); in opt_enum_arg_to_value()
697 if (arg && (option->var_type == CLVC_ENUM)) in decode_cmdline_option()
1283 switch (option->var_type) in set_option()
1306 if ((value != 0) == (option->var_type == CLVC_BIT_SET)) in set_option()
1385 switch (option->var_type) in option_enabled()
1428 switch (cl_options[option].var_type) in get_option_state()
1496 if (option->var_type == CLVC_BOOLEAN || option->var_type == CLVC_ENUM) in control_warning_option()
1523 if (arg && option->var_type == CLVC_ENUM) in control_warning_option()
H A Dopth-gen.awk90 print "extern " var_type(flags[i]) name ";"
92 print " " var_type(flags[i]) "x_" name ";"
100 print " " var_type(flags[i]) "x_" name ";"
H A Dopt-functions.awk192 function var_type(flags) function
262 if (var_type(flags) == "const char *")
H A Dopts.h110 enum cl_var_type var_type; member
H A Dopts.c1291 && option->var_type != CLVC_DEFER) in print_filtered_help()
1295 if (option->var_type == CLVC_STRING) in print_filtered_help()
1302 else if (option->var_type == CLVC_ENUM) in print_filtered_help()
1340 if (option->var_type == CLVC_ENUM in print_filtered_help()
H A Doptc-save-gen.awk348 if (otype == var_type(flags[i]))
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-var.c109 enum varobj_type var_type; in mi_cmd_var_create() local
134 var_type = USE_CURRENT_FRAME; in mi_cmd_var_create()
136 var_type = USE_SELECTED_FRAME; in mi_cmd_var_create()
139 var_type = USE_SPECIFIED_FRAME; in mi_cmd_var_create()
148 var = varobj_create (name, expr, frameaddr, var_type); in mi_cmd_var_create()
/dragonfly/usr.bin/rpcgen/
H A Drpc_svcout.c91 const char *var_type; in write_most() local
92 var_type = (nomain? "extern" : "static"); in write_most()
93 f_print(fout, "%s int _rpcpmstart;", var_type); in write_most()
96 f_print(fout, "%s int _rpcfdtype;", var_type); in write_most()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dvtable-class-hierarchy.c1233 tree var_type = build_pointer_type (void_type_node); in vtable_find_or_create_map_decl() local
1237 get_identifier (var_name), var_type); in vtable_find_or_create_map_decl()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpython.c481 return gdbpy_parameter_value (cmd->var_type, cmd->var); in gdbpy_parameter()

12