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

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daix.h233 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
234 ((TREE_CODE (STRUCT) == RECORD_TYPE \
235 || TREE_CODE (STRUCT) == UNION_TYPE \
236 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
238 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Ddarwin.h429 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
430 ((TREE_CODE (STRUCT) == RECORD_TYPE \
431 || TREE_CODE (STRUCT) == UNION_TYPE \
432 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
434 ? darwin_rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
435 : (TREE_CODE (STRUCT) == VECTOR_TYPE \
436 && ALTIVEC_VECTOR_MODE (TYPE_MODE (STRUCT))) \
H A Dfreebsd64.h199 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
201 && (TREE_CODE (STRUCT) == RECORD_TYPE \
202 || TREE_CODE (STRUCT) == UNION_TYPE \
203 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
205 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Dnetbsd64.h267 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
269 && (TREE_CODE (STRUCT) == RECORD_TYPE \
270 || TREE_CODE (STRUCT) == UNION_TYPE \
271 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
273 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Dlinux64.h310 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
312 && (TREE_CODE (STRUCT) == RECORD_TYPE \
313 || TREE_CODE (STRUCT) == UNION_TYPE \
314 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
316 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daix.h230 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
231 ((TREE_CODE (STRUCT) == RECORD_TYPE \
232 || TREE_CODE (STRUCT) == UNION_TYPE \
233 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
235 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Ddarwin.h429 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
430 ((TREE_CODE (STRUCT) == RECORD_TYPE \
431 || TREE_CODE (STRUCT) == UNION_TYPE \
432 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
434 ? darwin_rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
435 : (TREE_CODE (STRUCT) == VECTOR_TYPE \
436 && ALTIVEC_VECTOR_MODE (TYPE_MODE (STRUCT))) \
H A Dfreebsd64.h141 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
143 && (TREE_CODE (STRUCT) == RECORD_TYPE \
144 || TREE_CODE (STRUCT) == UNION_TYPE \
145 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
147 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Dnetbsd64.h186 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
188 && (TREE_CODE (STRUCT) == RECORD_TYPE \
189 || TREE_CODE (STRUCT) == UNION_TYPE \
190 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
192 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
H A Dlinux64.h225 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
227 && (TREE_CODE (STRUCT) == RECORD_TYPE \
228 || TREE_CODE (STRUCT) == UNION_TYPE \
229 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
231 ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l83 return STRUCT;
91 return STRUCT;
121 "struct"/{EOID} { return STRUCT; }
122 "class"/{EOID} { return STRUCT; }
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l83 return STRUCT;
91 return STRUCT;
121 "struct"/{EOID} { return STRUCT; }
122 "class"/{EOID} { return STRUCT; }
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c71 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
87 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
125 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
134 (ml->ml_type->t_tdesc->t_type != STRUCT &&
230 if (!streq(cpu->t_name, "cpu") || cpu->t_type != STRUCT)
263 } else if (machcpu->t_type != STRUCT) {
/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c117 typeinfo("struct", STRUCT, STRUCT, 0, 0, ' '),
H A Dlint.h90 STRUCT, /* structure tag */ enumerator in enum:__anon42
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Driscv.h279 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
281 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
282 (STRUCT) = (((STRUCT) & ~((insn_t)(MASK) << (SHIFT))) \
285 /* Extract bits MASK << SHIFT from STRUCT and shift them right
287 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
288 (((STRUCT) >> (SHIFT)) & (MASK))
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Driscv.h335 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
337 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
338 (STRUCT) = (((STRUCT) & ~((insn_t)(MASK) << (SHIFT))) \
341 /* Extract bits MASK << SHIFT from STRUCT and shift them right
343 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
344 (((STRUCT) >> (SHIFT)) & (MASK))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h553 (given by STRUCT as a tree node) if the alignment computed in the
559 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
561 ((TREE_CODE (STRUCT) == RECORD_TYPE \
562 || TREE_CODE (STRUCT) == UNION_TYPE \
563 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
564 && TYPE_FIELDS (STRUCT) != 0 \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h550 (given by STRUCT as a tree node) if the alignment computed in the
556 #define ROUND_TYPE_ALIGN(STRUCT, COMPUTED, SPECIFIED) \
558 ((TREE_CODE (STRUCT) == RECORD_TYPE \
559 || TREE_CODE (STRUCT) == UNION_TYPE \
560 || TREE_CODE (STRUCT) == QUAL_UNION_TYPE) \
561 && TYPE_FIELDS (STRUCT) != 0 \
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Driscv.h330 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
332 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
333 (STRUCT) = (((STRUCT) & ~((insn_t)(MASK) << (SHIFT))) \
336 /* Extract bits MASK << SHIFT from STRUCT and shift them right
338 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
339 (((STRUCT) >> (SHIFT)) & (MASK))
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Driscv.h335 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
337 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
338 (STRUCT) = (((STRUCT) & ~((insn_t)(MASK) << (SHIFT))) \
341 /* Extract bits MASK << SHIFT from STRUCT and shift them right
343 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
344 (((STRUCT) >> (SHIFT)) & (MASK))
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86masm.pl130 XMMWORD STRUCT 16
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86masm.pl130 XMMWORD STRUCT 16
/netbsd-current/usr.bin/xlint/lint2/
H A Demit2.c78 } else if (ts == ENUM || ts == STRUCT || ts == UNION) {
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfnmatch_loop.c22 struct STRUCT struct
33 struct STRUCT *ends, size_t alloca_used);
41 bool no_leading_period, int flags, struct STRUCT *ends, size_t alloca_used)
167 struct STRUCT end;
1204 #undef STRUCT macro

Completed in 354 milliseconds

123