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

  /src/external/gpl2/texinfo/dist/makeinfo/
defun.c 304 get_base_type (int type) function
398 base_type = get_base_type (type);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 799 dwarf_expr_context::get_base_type (cu_offset die_cu_off) function in class:dwarf_expr_context
1909 type = get_base_type (type_die_cu_off);
2308 type = get_base_type (type_die_cu_off);
2326 struct type *type = get_base_type (type_die_cu_off);
2347 type = get_base_type (type_die_cu_off);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 799 dwarf_expr_context::get_base_type (cu_offset die_cu_off) function in class:dwarf_expr_context
1908 type = get_base_type (type_die_cu_off);
2307 type = get_base_type (type_die_cu_off);
2325 struct type *type = get_base_type (type_die_cu_off);
2346 type = get_base_type (type_die_cu_off);
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 743 get_base_type (struct type *type)
4047 return_type = get_base_type (func_type->target_type ());
4049 return_type = get_base_type (func_type);
4053 context_type = get_base_type (context_type);
8150 if (get_base_type (range_type)->code ()
8151 != get_base_type (encoding_type)->code ())
9203 type1 = get_base_type (ada_check_typedef (arg1->type ()));
9204 type2 = get_base_type (ada_check_typedef (arg2->type ()));
11525 struct type *subranged_type = get_base_type (type);
741 get_base_type (struct type *type) function
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 741 get_base_type (struct type *type)
4065 return_type = get_base_type (func_type->target_type ());
4067 return_type = get_base_type (func_type);
4071 context_type = get_base_type (context_type);
8185 if (get_base_type (range_type)->code ()
8186 != get_base_type (encoding_type)->code ())
9238 type1 = get_base_type (ada_check_typedef (arg1->type ()));
9239 type2 = get_base_type (ada_check_typedef (arg2->type ()));
11552 struct type *subranged_type = get_base_type (type);
739 get_base_type (struct type *type) function

Completed in 60 milliseconds