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

  /src/usr.bin/xlint/common/
inittyp.c 122 typeinfo("enum", ENUM, ENUM, ENUM_SIZE, INT_RANK, 's'),
lint.h 62 typedef enum {
93 ENUM, /* enum tag */
107 enum rank_kind {
150 typedef enum {
tyname.c 259 t = ENUM;
289 case ENUM:
  /src/usr.bin/xlint/lint2/
emit2.c 59 ts = ENUM;
75 } else if (ts == ENUM || ts == STRUCT || ts == UNION) {
189 /* All files referenced by unnamed struct/union/enum declarations. */
read.c 595 case 'e': /* 'enum' */
634 return s == 'e' ? ENUM : (s == 's' ? STRUCT : UNION);
711 case ENUM:
853 t = ENUM;
895 case ENUM:
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 51 typedef enum {
60 ENUM,
68 typedef enum {
158 typedef enum {
aicasm_symbol.c 110 case ENUM:
245 case ENUM:
503 case ENUM:
621 case ENUM:
aicasm_gram.y 474 process_field(ENUM, $2, $3.value);
684 case ENUM:
1396 stop("Empty Field, or Enum", EX_DATAERR);
1471 case ENUM:
1851 || node->symbol->type == ENUM
  /src/usr.bin/xlint/lint1/
emit1.c 80 * enum tag e T tag_or_typename
105 ts = ENUM;
117 } else if (ts == ENUM) {
decl.c 56 /* value of next enumerator during declaration of enum types */
99 /* struct, union, enum, ptr, array and func are not shared. */
121 // Keep referring to the same subtype, struct, union, enum, params.
132 // Keep referring to the same subtype, struct, union, enum, params.
148 // Keep referring to the same subtype, struct, union, enum, params.
167 * or enum.
180 if (t == ENUM)
243 * and other specifiers (except struct, union, enum, typedef name).
309 * struct/union/enum tag.
331 if (t == STRUCT || t == UNION || t == ENUM) {
    [all...]
cgram.y 404 /* No type for enum. */
507 identifier_sym: /* helper for struct/union/enum */
1350 enum gcc_attribute_specifier_list_opt identifier_sym {
1351 $$ = make_tag_type($3, ENUM, false, false);
1353 | enum gcc_attribute_specifier_list_opt identifier_sym {
1354 dcs->d_tag_type = make_tag_type($3, ENUM, true, false);
1358 | enum gcc_attribute_specifier_list_opt {
1359 dcs->d_tag_type = make_tag_type(NULL, ENUM, true, false);
1363 | enum error {
1369 enum: /* helper for C99 6.7.2.2 * label
    [all...]
tree.c 809 n->u.value.v_tspec = INT; /* ENUM is in n->tn_type */
1388 case ENUM:
3383 /* Allow enum in array indices. */
3390 /* dubious operation '%s' on enum */
3402 /* enum type mismatch between '%s' and '%s' in ... */
3418 /* enum type mismatch: '%s' '%s' '%s' */
3521 if (t == ENUM)
3554 if (t == ENUM)
3630 if (nt == ENUM && ot == INT)
3885 enum rank_kind rk1 = type_properties(nst)->tt_rank_kind
    [all...]
  /src/share/examples/puffs/pgfs/
newfs.sql 49 CREATE TYPE filetype AS ENUM (

Completed in 19 milliseconds