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

  /src/external/gpl3/gdb.old/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...]
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...]
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/dist/gdb/
ada-lang.c 7614 /* Assuming that TEMPL_TYPE is a union or struct type, returns
7615 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
7618 is_dynamic_field (struct type *templ_type, int field_num)
7620 const char *name = templ_type->field (field_num).name ();
7623 && templ_type->field (field_num).type ()->code () == TYPE_CODE_PTR
8067 struct type *templ_type;
8072 templ_type = dynamic_template_type (type0);
8074 if (templ_type != NULL)
8075 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8104 struct type *templ_type;
8055 struct type *templ_type; local
8092 struct type *templ_type; local
    [all...]
ada-lang.c 7614 /* Assuming that TEMPL_TYPE is a union or struct type, returns
7615 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
7618 is_dynamic_field (struct type *templ_type, int field_num)
7620 const char *name = templ_type->field (field_num).name ();
7623 && templ_type->field (field_num).type ()->code () == TYPE_CODE_PTR
8067 struct type *templ_type;
8072 templ_type = dynamic_template_type (type0);
8074 if (templ_type != NULL)
8075 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8104 struct type *templ_type;
8055 struct type *templ_type; local
8092 struct type *templ_type; local
    [all...]
ada-lang.c 7614 /* Assuming that TEMPL_TYPE is a union or struct type, returns
7615 non-zero iff field FIELD_NUM of TEMPL_TYPE has dynamic size. */
7618 is_dynamic_field (struct type *templ_type, int field_num)
7620 const char *name = templ_type->field (field_num).name ();
7623 && templ_type->field (field_num).type ()->code () == TYPE_CODE_PTR
8067 struct type *templ_type;
8072 templ_type = dynamic_template_type (type0);
8074 if (templ_type != NULL)
8075 return template_to_fixed_record_type (templ_type, valaddr, address, dval);
8104 struct type *templ_type;
8055 struct type *templ_type; local
8092 struct type *templ_type; local
    [all...]

Completed in 100 milliseconds