Home
last modified time | relevance | path

Searched defs:get_value (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtl-iter.h242 static value_type get_value (rtx_type x) { return x; } in get_value() function
253 static value_type get_value (rtx_type x) { return x; } in get_value() function
264 static value_type get_value (rtx_type &x) { return &x; } in get_value() function
H A Dgimple-ssa-evrp.c48 tree get_value (tree) FINAL OVERRIDE; in get_value() function
57 evrp_folder::get_value (tree op) in get_value() function
H A Dtree-ssa-propagate.h105 virtual tree get_value (tree) { return NULL_TREE; } in get_value() function
H A Dtree-ssa-ccp.c344 get_value (tree var) in get_value() function
928 ccp_folder::get_value (tree op) in get_value() function
H A Dipa-cp.c283 widest_int get_value () { return m_value; } in get_value() function
H A Dtree-vrp.c6577 vrp_folder::get_value (tree op) in get_value() function
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/
H A Dhw_hpd.c78 static enum gpio_result get_value( in get_value() function
H A Dhw_gpio.h54 enum gpio_result (*get_value)( member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.c900 replace_uses_in (gimple stmt, ssa_prop_get_value_fn get_value) in replace_uses_in()
939 replace_phi_args_in (gimple phi, ssa_prop_get_value_fn get_value) in replace_phi_args_in()
H A Dtree-ssa-copy.c739 get_value (tree name) in get_value() function
H A Dtree-ssa-ccp.c298 get_value (tree var) in get_value() function
/dflybsd-src/games/rogue/
H A Dscore.c428 get_value(const object *obj) in get_value() function
/dflybsd-src/usr.sbin/efivar/
H A Defivar.c101 get_value(char *val, size_t *datalen) in get_value() function
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delflink.c8098 get_value (bfd_vma size, in get_value() function
/dflybsd-src/contrib/gdb-7/bfd/
H A Delflink.c7913 get_value (bfd_vma size, in get_value() function
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delflink.c8679 get_value (bfd_vma size, in get_value() function
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h72 tree get_value () const { return m_value; } in get_value() function