Searched refs:datum (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/legacy/gcc/libio/dbz/
H A Ddbz.h5 } datum; typedef in typeref:struct:__anon3524
9 extern datum fetch();
12 extern datum firstkey(); /* not in dbz */
13 extern datum nextkey(); /* not in dbz */
19 extern datum dbzfetch();
H A Ddbz.c844 datum
846 datum key;
849 datum mappedkey;
875 datum /* dptr NULL, dsize 0 means failure */
877 datum key;
881 datum output;
979 datum key;
980 datum data;
983 datum mappedkey;
1007 datum ke
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dgdbm.h45 } datum; typedef in typeref:struct:__anon2884
58 extern datum gdbm_fetch ();
64 extern datum gdbm_firstkey ();
66 extern datum gdbm_nextkey ();
H A Dobstack.h356 # define obstack_1grow(OBSTACK,datum) \
361 obstack_1grow_fast (__o, datum); \
368 # define obstack_ptr_grow(OBSTACK,datum) \
373 obstack_ptr_grow_fast (__o, datum); })
375 # define obstack_int_grow(OBSTACK,datum) \
380 obstack_int_grow_fast (__o, datum); })
487 # define obstack_1grow(h,datum) \
490 obstack_1grow_fast (h, datum))
492 # define obstack_ptr_grow(h,datum) \
495 obstack_ptr_grow_fast (h, datum))
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990517-1.c5 } datum; typedef in typeref:struct:__anon1503
7 extern void sdbm__putpair (char *, datum, datum) ;
11 datum key;
12 datum val;
/haiku-buildtools/gcc/include/
H A Dgcc-interface.h92 void (*print_function) (void *datum,
94 void *datum);
H A Dgcc-c-interface.h102 typedef void gcc_c_oracle_function (void *datum,
110 typedef gcc_address gcc_c_symbol_address_function (void *datum,
154 void *datum);
H A Dobstack.h356 # define obstack_1grow(OBSTACK,datum) \
361 obstack_1grow_fast (__o, datum); \
368 # define obstack_ptr_grow(OBSTACK,datum) \
373 obstack_ptr_grow_fast (__o, datum); })
375 # define obstack_int_grow(OBSTACK,datum) \
380 obstack_int_grow_fast (__o, datum); })
487 # define obstack_1grow(h,datum) \
490 obstack_1grow_fast (h, datum))
492 # define obstack_ptr_grow(h,datum) \
495 obstack_ptr_grow_fast (h, datum))
[all...]
/haiku-buildtools/binutils/include/
H A Dgcc-interface.h92 void (*print_function) (void *datum,
94 void *datum);
H A Dgcc-c-interface.h102 typedef void gcc_c_oracle_function (void *datum,
110 typedef gcc_address gcc_c_symbol_address_function (void *datum,
154 void *datum);
H A Dobstack.h334 # define obstack_1grow(OBSTACK, datum) \
339 obstack_1grow_fast (__o, datum); })
345 # define obstack_ptr_grow(OBSTACK, datum) \
350 obstack_ptr_grow_fast (__o, datum); })
352 # define obstack_int_grow(OBSTACK, datum) \
357 obstack_int_grow_fast (__o, datum); })
470 # define obstack_1grow(h, datum) \
473 obstack_1grow_fast (h, datum))
475 # define obstack_ptr_grow(h, datum) \
478 obstack_ptr_grow_fast (h, datum))
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/libstdc++-prettyprinters/
H A Dcxx11.cc54 struct datum struct
60 std::unique_ptr<datum> global;
126 std::unique_ptr<datum> uptr (new datum);
129 // { dg-final { regexp-test uptr {std::unique_ptr.datum. containing 0x.*} } }
130 std::unique_ptr<datum> &ruptr = uptr;
131 // { dg-final { regexp-test ruptr {std::unique_ptr.datum. containing 0x.*} } }
/haiku-buildtools/legacy/gcc/include/
H A Dobstack.h407 # define obstack_1grow(OBSTACK,datum) \
412 *(__o->next_free)++ = (datum); \
419 # define obstack_ptr_grow(OBSTACK,datum) \
424 *((void **)__o->next_free)++ = ((void *)datum); \
427 # define obstack_int_grow(OBSTACK,datum) \
432 *((int *)__o->next_free)++ = ((int)datum); \
529 # define obstack_1grow(h,datum) \
532 (*((h)->next_free)++ = (datum)))
534 # define obstack_ptr_grow(h,datum) \
537 (*((char **) (((h)->next_free+=sizeof(char *))-sizeof(char *))) = ((char *) datum)))
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c881 and solely for initializing this datum.
1219 build_scoped_ref (datum, basetype)
1220 tree datum;
1224 tree type = TREE_TYPE (datum);
1226 if (datum == error_mark_node)
1247 switch (TREE_CODE (datum))
1257 build_unary_op (ADDR_EXPR, TREE_OPERAND (datum, 0), 0));
1261 build_unary_op (ADDR_EXPR, datum, 0));
1276 build_x_arrow (datum)
1277 tree datum;
[all...]
H A Dtypeck.c1916 build_object_ref (datum, basetype, field)
1917 tree datum, basetype, field;
1920 if (datum == error_mark_node)
1923 dtype = TREE_TYPE (datum);
1935 return build_component_ref (datum, field, NULL_TREE, 1);
1941 return build_x_component_ref (build_scoped_ref (datum, basetype),
1952 build_component_ref_1 (datum, field, protect)
1953 tree datum, field;
1957 (build_component_ref (datum, field, NULL_TREE, protect));
2035 build_component_ref (datum, componen
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck2.c1655 build_scoped_ref (tree datum, tree basetype, tree* binfo_p)
1659 if (datum == error_mark_node)
1664 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check,
1671 error_not_base_type (basetype, TREE_TYPE (datum));
1676 return build_base_path (PLUS_EXPR, datum, binfo, 1,
1780 build_m_component_ref (tree datum, tree component, tsubst_flags_t complain)
1788 if (error_operand_p (datum) || error_operand_p (component))
1791 datum = mark_lvalue_use (datum);
1803 objtype = TYPE_MAIN_VARIANT (TREE_TYPE (datum));
1650 build_scoped_ref(tree datum, tree basetype, tree* binfo_p) argument
1775 build_m_component_ref(tree datum, tree component, tsubst_flags_t complain) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dxtypeck.c23 build_component_ref (datum, field_name)
24 tree datum, field_name;
26 return build_chill_component_ref (datum, field_name);
/haiku-buildtools/gcc/libcc1/
H A Dlibcc1.cc64 void (*print_function) (void *datum, const char *message);
146 void *datum)
152 self->oracle_datum = datum;
367 void (*print_function) (void *datum,
369 void *datum)
374 self->print_datum = datum;
141 set_callbacks(struct gcc_c_context *s, gcc_c_oracle_function *binding_oracle, gcc_c_symbol_address_function *address_oracle, void *datum) argument
363 libcc1_set_print_callback(struct gcc_base_context *s, void (*print_function) (void *datum, const char *message), void *datum) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-types.h208 typedef int datum; typedef
H A Dsys-protos.h221 extern void delete(datum);
333 extern datum fetch(datum);
362 extern datum firsthash(/* ??? */);
363 extern datum firstkey(void);
679 extern datum makdatum(/* ??? */);
775 extern datum nextkey(datum);
1075 extern void store(datum, datum);
[all...]
H A Drtlanal.c1383 If DATUM is nonzero, look for one whose datum is DATUM. */
1386 find_reg_note (insn, kind, datum)
1389 rtx datum;
1399 && (datum == 0 || datum == XEXP (link, 0)))
1440 find_reg_fusage (insn, code, datum)
1443 rtx datum;
1450 if (! datum)
1453 if (GET_CODE (datum) != REG)
1461 && rtx_equal_p (datum, SET_DES
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c1118 tree datum,
1121 gcc_assert (datum);
1126 tree type = TREE_TYPE (datum);
1131 tree ref = build3 (COMPONENT_REF, TREE_TYPE (t_field), datum,
1148 tree datum = build1 (INDIRECT_REF, type, ptr); local
1150 set_tree_location (datum, loc);
1151 return datum;
1162 tree datum = as_tree (); local
1163 tree ref = get_context ()->new_field_access (loc, datum, field);
1177 tree datum local
1117 new_field_access(location *loc, tree datum, field *field) argument
1193 tree datum = get_context ()->new_dereference (ptr, loc); local
1210 tree datum = get_context ()->new_dereference (ptr, loc); local
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dfrags.c386 frag_append_1_char (int datum)
394 obstack_1grow (&frchain_now->frch_obstack, datum);
376 frag_append_1_char(int datum) argument
/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c345 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component))
351 objc_build_class_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component))
/haiku-buildtools/binutils/gas/
H A Dfrags.c407 frag_append_1_char (int datum)
415 obstack_1grow (&frchain_now->frch_obstack, datum);
397 frag_append_1_char(int datum) argument

Completed in 303 milliseconds

123