Searched refs:FIELD (Results 1 - 25 of 48) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-4.f902 CHARACTER (LEN=80), SAVE :: CARD, FIELD variable in module:Vcimage
15 IF (FIELD=='PROB' .OR. FIELD=='PROBLEM_NUMBER') THEN
H A Dpr38953.f908 DIMENSION FIELD(IFMAX) , KEYWD(IKN) , RUNST(ISTRG)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.h27 FIELD, /* Declaration inside struct or union */ enumerator in enum:decl_context
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.h27 FIELD, /* Declaration inside struct or union */ enumerator in enum:decl_context
/haiku-buildtools/gcc/gcc/
H A Dcollect2-aix.c45 /* FIELD is a char array. Read the contents as a big-endian integer. */
46 #define READ_FIELD(FIELD) \
47 read_value (FIELD, sizeof (FIELD))
50 Return the address of field FIELD. */
51 #define OBJECT_FIELD(OBJECT, TYPE, FIELD) \
52 (OBJECT) + offsetof (struct TYPE, FIELD)
54 /* Return the size of FIELD, which is a field of struct TYPE. */
55 #define FIELD_SIZE(TYPE, FIELD) \
56 sizeof (((struct TYPE *) (0))->FIELD)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C6 enum PropertyType { NORMAL = 0, FIELD = 1 }; enumerator in enum:PropertyType
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Daix.h172 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
174 && TYPE_MODE (strip_array_types (TREE_TYPE (FIELD))) == DFmode) \
H A Ddarwin.h332 There is a dummy use of the FIELD argument to avoid an unused variable
334 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
335 ((void) (FIELD), \
H A Dfreebsd64.h368 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
369 (rs6000_special_adjust_field_align_p ((FIELD), (COMPUTED)) \
373 && TYPE_MODE (strip_array_types (TREE_TYPE (FIELD))) == DFmode) \
H A Dlinux64.h244 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
245 (rs6000_special_adjust_field_align_p ((FIELD), (COMPUTED)) \
249 && TYPE_MODE (strip_array_types (TREE_TYPE (FIELD))) == DFmode) \
H A Dsysv4.h292 /* An expression for the alignment of a structure field FIELD if the
294 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
295 (rs6000_special_adjust_field_align_p ((FIELD), (COMPUTED)) \
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h205 extern FIELD * current_field(FORM *);
249 extern FIELD * dup_field(FIELD *, int, int);
251 extern int dynamic_field_info(FIELD *, int *, int *, int *);
342 extern char * field_arg(FIELD *);
343 extern chtype field_back(FIELD *);
344 extern char * field_buffer(FIELD *, int);
346 extern chtype field_fore(FIELD *);
347 extern int field_index(FIELD *);
348 extern int field_info(FIELD *, in
[all...]
H A Dsys-types.h187 typedef int FIELD; typedef
/haiku-buildtools/isl/
H A Disl_pw_templ.c79 pw->p[pw->n].FIELD = el;
135 FN(EL,copy)(pw->p[i].FIELD));
171 FN(EL,free)(pw->p[i].FIELD);
239 pw->p[i].FIELD = FN(EL,realign_domain)(pw->p[i].FIELD,
241 if (!pw->p[i].FIELD)
392 FN(EL,copy)(pw1->p[i].FIELD),
393 FN(EL,copy)(pw2->p[j].FIELD));
397 res = FN(PW,add_piece)(res, set, FN(EL,copy)(pw1->p[i].FIELD));
405 res = FN(PW,add_piece)(res, set, FN(EL,copy)(pw2->p[j].FIELD));
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dbitfields.C52 /* Creates a variable of type AGGREGATE, sets FIELD to -1, and
56 #define CHECK_FIELD(AGGREGATE, FIELD, START_BIT, NUM_BITS, RVAL) \
60 a__.FIELD = -1; \
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-elf.c249 struct type. FIELD is a field within the struct. TYPE is the type
252 #define ELF_FETCH_STRUCT_FIELD(TYPEFUNCS, STRUCTTYPE, FIELD, BUFFER, TYPE) \
253 ((TYPEFUNCS)->fetch_ ## TYPE ((BUFFER) + offsetof (STRUCTTYPE, FIELD)))
255 /* Even more hideous macro to fetch the value of FIELD from BUFFER.
257 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in
262 FIELD, TYPE) \
265 FIELD, BUFFER, TYPE)
270 FIELD, TYPE) \
272 ? ELF_FETCH_SIZED_FIELD (TYPEFUNCS, 32, STRUCTTYPE, BUFFER, FIELD, \
274 : ELF_FETCH_SIZED_FIELD (TYPEFUNCS, 64, STRUCTTYPE, BUFFER, FIELD, \
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-elf.c249 struct type. FIELD is a field within the struct. TYPE is the type
252 #define ELF_FETCH_STRUCT_FIELD(TYPEFUNCS, STRUCTTYPE, FIELD, BUFFER, TYPE) \
253 ((TYPEFUNCS)->fetch_ ## TYPE ((BUFFER) + offsetof (STRUCTTYPE, FIELD)))
255 /* Even more hideous macro to fetch the value of FIELD from BUFFER.
257 elf/external.h: Ehdr, Shdr, etc. FIELD is the name of a field in
262 FIELD, TYPE) \
265 FIELD, BUFFER, TYPE)
270 FIELD, TYPE) \
272 ? ELF_FETCH_SIZED_FIELD (TYPEFUNCS, 32, STRUCTTYPE, BUFFER, FIELD, \
274 : ELF_FETCH_SIZED_FIELD (TYPEFUNCS, 64, STRUCTTYPE, BUFFER, FIELD, \
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djavaop.def101 FIELD: Extracts from or stores into a field.
288 JAVAOP (getstatic, 178, FIELD, 1, 0)
289 JAVAOP (putstatic, 179, FIELD, 1, 1)
290 JAVAOP (getfield, 180, FIELD, 0, 0)
291 JAVAOP (putfield, 181, FIELD, 0, 1)
H A Djava-tree.h842 Unless this is the first field, FIELD most hold the previous field.
843 FIELD is set to the newly created FIELD_DECL.
848 #define PUSH_FIELD(RTYPE, FIELD, NAME, FTYPE) \
851 else TREE_CHAIN(FIELD) = tmp_field; \
854 FIELD = tmp_field; }
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-types.c188 #define ASSIGN(FIELD, EXPR) \
194 (FIELD)), \
/haiku-buildtools/binutils/include/opcode/
H A Driscv.h260 /* Extract the operand given by FIELD from integer INSN. */
261 #define EXTRACT_OPERAND(FIELD, INSN) \
262 EXTRACT_BITS ((INSN), OP_MASK_##FIELD, OP_SH_##FIELD)
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.h192 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
193 epiphany_adjust_field_align((FIELD), (COMPUTED))
/haiku-buildtools/binutils/gas/config/
H A Dtc-hppa.c1010 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1013 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1015 ((OPCODE) |= (FIELD) << (START)); \
1019 /* Simple range checking for FIELD against HIGH and LOW bounds.
1022 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1024 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1028 (int) (FIELD));\
1036 #define CHECK_FIELD_WHERE(FIELD, HIGH, LOW, FILENAME, LINE) \
1038 if ((FIELD) > (HIG
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c1159 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1162 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1164 ((OPCODE) |= (FIELD) << (START)); \
1168 /* Simple range checking for FIELD against HIGH and LOW bounds.
1171 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1173 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1177 (int) (FIELD));\
1185 #define CHECK_FIELD_WHERE(FIELD, HIGH, LOW, FILENAME, LINE) \
1187 if ((FIELD) > (HIG
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Djava-tree.h1413 Unless this is the first field, FIELD most hold the previous field.
1414 FIELD is set to the newly created FIELD_DECL.
1419 #define PUSH_FIELD(LOC, RTYPE, FIELD, NAME, FTYPE) \
1424 DECL_CHAIN(FIELD) = _field; \
1427 FIELD = _field; }

Completed in 491 milliseconds

12