Searched refs:STRUCT (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daix.h173 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
174 ((TREE_CODE (STRUCT) == RECORD_TYPE \
175 || TREE_CODE (STRUCT) == UNION_TYPE \
176 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
178 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Ddarwin.h408 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
409 ((TREE_CODE (STRUCT) == RECORD_TYPE \
410 || TREE_CODE (STRUCT) == UNION_TYPE \
411 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
413 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
414 : (TREE_CODE (STRUCT) == VECTOR_TYPE \
415 && ALTIVEC_VECTOR_MODE (TYPE_MODE (STRUCT))) \
H A Dlinux64.h230 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
232 && (TREE_CODE (STRUCT) == RECORD_TYPE \
233 || TREE_CODE (STRUCT) == UNION_TYPE \
234 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
236 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dinittyp.c107 { STRUCT, { -1, -1,
108 STRUCT, STRUCT,
H A Dlint.h70 STRUCT, /* structure tag */ enumerator in enum:__anon10838
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
129 (ml->ml_type->t_tdesc->t_type != STRUCT &&
225 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
258 } else if (machcpu->t_type != STRUCT) {
H A Dctftools.h138 STRUCT, enumerator in enum:stabtype
H A Dstabs.c88 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
H A Dctf.c318 case STRUCT:
328 if (tp->t_type == STRUCT)
1031 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1146 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
H A Dtdata.c81 case STRUCT:
H A Dst_parse.c383 (void) soudef(cp, STRUCT, &rtdp);
764 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp);
1060 if (tdp->t_type == STRUCT || tdp->t_type == UNION ||
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint.h62 STRUCT, /* structure tag */ enumerator in enum:__anon10841
H A Dinit.c118 if (istk->i_cnt > 0 && istk->i_type->t_tspec == STRUCT) {
209 case STRUCT:
231 istk->i_cnt = istk->i_type->t_tspec == STRUCT ? cnt : 1;
256 case STRUCT:
H A Dtree.c400 if (t == STRUCT || t == UNION)
404 if (t == STRUCT || t == UNION)
807 ((lt != STRUCT && lt != UNION) && !ln->tn_lvalue)) {
863 } else if (lt != STRUCT && lt != UNION) {
1020 if (lt == STRUCT && rt == STRUCT && ltp->t_str == rtp->t_str)
1109 } else if (ltp->t_const || ((lt == STRUCT || lt == UNION) &&
1216 if ((lt == STRUCT || lt == UNION) && (rt == STRUCT || rt == UNION))
1836 if (((nt == STRUCT || n
[all...]
H A Demit1.c117 case STRUCT: t = 'T'; s = 's'; break;
133 } else if (ts == STRUCT || ts == UNION) {
H A Ddecl.c177 } else if (t == STRUCT || t == UNION) {
196 } else if (t == STRUCT || t == UNION) {
267 if (t == STRUCT || t == UNION || t == ENUM) {
407 case STRUCT:
440 if ((t = tp->t_tspec) == STRUCT || t == UNION) {
782 case STRUCT:
820 if ((t = tp->t_tspec) == STRUCT || t == UNION) {
1499 * kind is the kind of the tag (STRUCT/UNION/ENUM)
1510 if (kind == STRUCT) {
1677 t == STRUCT
[all...]
H A Dscan.l232 { "struct", T_SOU, 0, STRUCT, 0, 0, 0 },
563 case STRUCT:
/freebsd-9.3-release/contrib/gcc/
H A Dgengtype-yacc.y44 %token STRUCT
234 | STRUCT ID '{' struct_fields '}'
236 | STRUCT ID
H A Dgengtype-lex.l289 "struct"/[^[:alnum:]_] { return STRUCT; }
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Demit2.c82 case STRUCT: t = 'T'; s = 's'; break;
104 } else if (ts == ENUM || ts == STRUCT || ts == UNION) {
H A Dread.c616 tp->t_tspec = s == 'e' ? ENUM : (s == 's' ? STRUCT : UNION);
654 case STRUCT:
812 t = STRUCT;
851 case STRUCT:
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h669 (given by STRUCT as a tree node) if the alignment computed in the
675 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
677 ((TREE_CODE (STRUCT) == RECORD_TYPE \
678 || TREE_CODE (STRUCT) == UNION_TYPE \
679 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
680 && TYPE_FIELDS (STRUCT) != 0 \
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86ms.pl347 XMMWORD STRUCT 16
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-exp.y191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
864 | STRUCT name
1656 return STRUCT;
H A Dobjc-exp.y195 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
903 | STRUCT name
1603 return STRUCT;

Completed in 362 milliseconds

12