Home
last modified time | relevance | path

Searched +defs:value +defs:dereference (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h59 unsigned char value [1]; member
72 isc_result_t (*dereference) (void *, member
86 unsigned char value [1]; member
92 omapi_typed_data_t *value; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h611 type *dereference () FINAL OVERRIDE { return m_other_type; } in dereference() function
641 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); } in dereference() function
1358 HOST_TYPE value) in memento_of_new_rvalue_from_const()
1387 string *value) in memento_of_new_string_literal()
2085 HOST_TYPE value) in new_rvalue_from_const()
H A Djit-recording.c1072 recording::context::new_string_literal (const char *value) in new_string_literal()
1240 const char *value) in set_str_option()
1261 int value) in set_int_option()
1281 int value) in set_bool_option()
1295 int value) in set_inner_bool_option()
2182 recording::memento_of_get_type::dereference () in dereference() function
2700 recording::array_type::dereference () in dereference() function
2769 recording::function_type::dereference () in dereference() function
3116 recording::compound_type::dereference () in dereference() function
3377 recording::rvalue::dereference (recording::location *loc) in dereference() function
H A Dlibgccjit++.h654 const char *value) in set_str_option()
662 int value) in set_int_option()
670 int value) in set_bool_option()
865 int value) const in new_rvalue()
875 long value) const in new_rvalue()
899 double value) const in new_rvalue()
909 void *value) const in new_rvalue()
918 context::new_rvalue (const std::string &value) const in new_rvalue()
1683 rvalue::dereference (location loc) in dereference() function
H A Djit-playback.c670 new_string_literal (const char *value) in new_string_literal()
1250 dereference (location *loc) in dereference() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h659 type *dereference () FINAL OVERRIDE { return m_other_type; } in dereference() function
692 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); } in dereference() function
1511 HOST_TYPE value) in memento_of_new_rvalue_from_const()
1540 string *value) in memento_of_new_string_literal()
2510 HOST_TYPE value) in new_rvalue_from_const()
H A Djit-recording.cc1089 recording::context::new_string_literal (const char *value) in new_string_literal()
1339 const char *value) in set_str_option()
1360 int value) in set_int_option()
1380 int value) in set_bool_option()
1394 int value) in set_inner_bool_option()
2402 recording::memento_of_get_type::dereference () in dereference() function in gcc::jit::recording::memento_of_get_type
3049 recording::array_type::dereference () in dereference() function in gcc::jit::recording::array_type
3118 recording::function_type::dereference () in dereference() function in gcc::jit::recording::function_type
3465 recording::compound_type::dereference () in dereference() function in gcc::jit::recording::compound_type
3726 recording::rvalue::dereference (recording::location *loc) in dereference() function in gcc::jit::recording::rvalue
H A Dlibgccjit++.h715 const char *value) in set_str_option()
723 int value) in set_int_option()
731 int value) in set_bool_option()
926 int value) const in new_rvalue()
936 long value) const in new_rvalue()
960 double value) const in new_rvalue()
970 void *value) const in new_rvalue()
979 context::new_rvalue (const std::string &value) const in new_rvalue()
1783 rvalue::dereference (location loc) in dereference() function
1911 rvalue value, in new_union_ctor()
H A Djit-playback.cc882 int value) in new_rvalue_from_const()
906 long value) in new_rvalue_from_const()
930 double value) in new_rvalue_from_const()
961 void *value) in new_rvalue_from_const()
979 new_string_literal (const char *value) in new_string_literal()
1632 dereference (location *loc) in dereference() function in gcc::jit::playback::rvalue
2198 tree value = asm_op->m_expr; in build_operand_chain() local