HomeSort by: relevance | last modified time | path
    Searched defs:get_base_type (Results 1 - 7 of 7) 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.old/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/dist/gdb/dwarf2/
expr.c 817 dwarf_expr_context::get_base_type (cu_offset die_cu_off) function in class:dwarf_expr_context
1986 type = get_base_type (type_die_cu_off);
2393 type = get_base_type (type_die_cu_off);
2411 struct type *type = get_base_type (type_die_cu_off);
2432 type = get_base_type (type_die_cu_off);
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 378 const glsl_type *glsl_type::get_base_type() const function in class:glsl_type
419 const glsl_type *scalar_type = type->get_base_type();
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 368 const glsl_type *glsl_type::get_base_type() const function in class:glsl_type
409 const glsl_type *scalar_type = type->get_base_type();
  /src/external/gpl3/gdb.old/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/dist/gdb/
ada-lang.c 748 get_base_type (struct type *type)
4048 return_type = get_base_type (func_type->target_type ());
4050 return_type = get_base_type (func_type);
4054 context_type = get_base_type (context_type);
8148 if (get_base_type (range_type)->code ()
8149 != get_base_type (encoding_type)->code ())
9215 type1 = get_base_type (ada_check_typedef (arg1->type ()));
9216 type2 = get_base_type (ada_check_typedef (arg2->type ()));
11536 struct type *subranged_type = get_base_type (type);
746 get_base_type (struct type *type) function

Completed in 51 milliseconds