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

  /src/lib/libform/
field_types.c 44 _formi_create_field_args(FIELDTYPE *type, char **type_args,
46 static FIELDTYPE *
53 _formi_create_field_args(FIELDTYPE *type, char **type_args,
87 * Allocate a new fieldtype structure, initialise it and return the
90 static FIELDTYPE *
93 FIELDTYPE *new;
116 set_field_type(FIELD *fptr, FIELDTYPE *type, ...)
140 FIELDTYPE *
168 FIELDTYPE *
172 FIELDTYPE *new
    [all...]
  /src/usr.sbin/acpitools/aml/
aml_obj.h 100 enum fieldtype { enum
107 enum fieldtype ftype; /* f_t_field */
112 enum fieldtype ftype; /* f_t_index */
118 enum fieldtype ftype; /* f_t_bank */
130 enum fieldtype ftype;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 6484 tree fieldtype = (TYPE_ATOMIC (TREE_TYPE (field))
6489 && comptypes (type, fieldtype))
6539 tree fieldtype = (TYPE_ATOMIC (TREE_TYPE (field))
6543 if (comptypes (lhs_main_type, fieldtype))
10347 tree fieldtype;
10356 fieldtype = TREE_TYPE (constructor_fields);
10357 if (fieldtype != error_mark_node)
10358 fieldtype = TYPE_MAIN_VARIANT (fieldtype);
10359 fieldcode = TREE_CODE (fieldtype);
6464 tree fieldtype = (TYPE_ATOMIC (TREE_TYPE (field)) local
6519 tree fieldtype = (TYPE_ATOMIC (TREE_TYPE (field)) local
10316 tree fieldtype; local
10425 tree fieldtype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 1211 tree fieldtype; local
1217 fieldtype = TREE_TYPE (fields);
1222 if (ANON_AGGR_TYPE_P (fieldtype))
1228 list = build_field_list (fieldtype, list, uses_unions_or_anon_p);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ctfeexpr.d 61 private int getFieldIndex(Type fieldtype, uint fieldoffset)
73 if (fieldoffset == v2.offset && fieldtype.size() == v2.type.size())

Completed in 38 milliseconds