HomeSort by: relevance | last modified time | path
    Searched defs:coerce_ref (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
value.h 951 this value. This method may return NULL, in which case coerce_ref
953 struct value *(*coerce_ref) (const struct value *value); member in struct:lval_funcs
985 /* Return value after lval_funcs->coerce_ref (after check_typedef). Return
986 NULL if lval_funcs->coerce_ref is not applicable for whatever reason. */
998 It is a common implementation for coerce_ref and value_ind. */
1008 extern struct value *coerce_ref (struct value *value);
value.c 3821 if (funcs->coerce_ref == NULL)
3824 return funcs->coerce_ref (arg);
3855 coerce_ref (struct value *arg)
3883 arg = coerce_ref (arg);
3847 coerce_ref (struct value *arg) function
  /src/external/gpl3/gdb/dist/gdb/
value.h 951 this value. This method may return NULL, in which case coerce_ref
953 struct value *(*coerce_ref) (const struct value *value); member in struct:lval_funcs
985 /* Return value after lval_funcs->coerce_ref (after check_typedef). Return
986 NULL if lval_funcs->coerce_ref is not applicable for whatever reason. */
998 It is a common implementation for coerce_ref and value_ind. */
1008 extern struct value *coerce_ref (struct value *value);
value.c 3844 if (funcs->coerce_ref == NULL)
3847 return funcs->coerce_ref (arg);
3878 coerce_ref (struct value *arg)
3906 arg = coerce_ref (arg);
3870 coerce_ref (struct value *arg) function

Completed in 51 milliseconds