HomeSort by: relevance | last modified time | path
    Searched defs:discr_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ada-typeprint.c 516 VAR_TYPE. DISCR_TYPE is the type of the discriminant (or nullptr
522 print_variant_clauses (struct type *var_type, struct type *discr_type,
530 if (print_choices (var_type, i, stream, discr_type))
559 struct type *discr_type;
562 discr_type = ada_variant_discrim_type (var_type, outer_type);
575 print_variant_clauses (var_type, discr_type, outer_type, stream, show,
663 print_choices (struct type *discr_type, const variant &variant,
678 ada_print_scalar (discr_type, range.low, stream);
680 ada_print_scalar (discr_type, range.high, stream);
700 struct type *discr_type = nullptr
558 struct type *discr_type; local
699 struct type *discr_type = nullptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-typeprint.c 518 VAR_TYPE. DISCR_TYPE is the type of the discriminant (or nullptr
524 print_variant_clauses (struct type *var_type, struct type *discr_type,
532 if (print_choices (var_type, i, stream, discr_type))
561 struct type *discr_type;
564 discr_type = ada_variant_discrim_type (var_type, outer_type);
577 print_variant_clauses (var_type, discr_type, outer_type, stream, show,
665 print_choices (struct type *discr_type, const variant &variant,
680 ada_print_scalar (discr_type, range.low, stream);
682 ada_print_scalar (discr_type, range.high, stream);
702 struct type *discr_type = nullptr
560 struct type *discr_type; local
701 struct type *discr_type = nullptr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25481 tree discr_type = TREE_TYPE (src);
25485 tree debug_type = lang_hooks.types.get_debug_type (discr_type);
25487 discr_type = debug_type;
25490 if (TREE_CODE (src) != INTEGER_CST || !INTEGRAL_TYPE_P (discr_type))
25498 bool is_debug_unsigned = TYPE_UNSIGNED (discr_type);
25501 src = fold_convert (discr_type, src);
25463 tree discr_type = TREE_TYPE (src); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 25343 tree discr_type = TREE_TYPE (src);
25347 tree debug_type = lang_hooks.types.get_debug_type (discr_type);
25349 discr_type = debug_type;
25352 if (TREE_CODE (src) != INTEGER_CST || !INTEGRAL_TYPE_P (discr_type))
25360 bool is_debug_unsigned = TYPE_UNSIGNED (discr_type);
25363 src = fold_convert (discr_type, src);
25325 tree discr_type = TREE_TYPE (src); local

Completed in 79 milliseconds