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

  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 7616 /* Assuming that TEMPL_TYPE is a union or struct type, returns
7617 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
7620 is_dynamic_field (struct type *templ_type, int field_num)
7622 const char *name = templ_type->field (field_num).name ();
7625 && templ_type->field (field_num).type ()->code () == TYPE_CODE_PTR
8069 struct type *templ_type;
8074 templ_type = dynamic_template_type (type0);
8076 if (templ_type != NULL)
8077 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8106 struct type *templ_type;
8057 struct type *templ_type; local
8094 struct type *templ_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 7651 /* Assuming that TEMPL_TYPE is a union or struct type, returns
7652 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
7655 is_dynamic_field (struct type *templ_type, int field_num)
7657 const char *name = templ_type->field (field_num).name ();
7660 && templ_type->field (field_num).type ()->code () == TYPE_CODE_PTR
8104 struct type *templ_type;
8109 templ_type = dynamic_template_type (type0);
8111 if (templ_type != NULL)
8112 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8141 struct type *templ_type;
8092 struct type *templ_type; local
8129 struct type *templ_type; local
    [all...]

Completed in 43 milliseconds