Searched refs:get_member_function_from_ptrfunc (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cvt.c | 190 return get_member_function_from_ptrfunc (&object, in cp_convert_to_pointer()
|
H A D | decl2.c | 4159 fn = get_member_function_from_ptrfunc (&object_addr, fn); in build_offset_ref_call_from_tree()
|
H A D | typeck.c | 3040 get_member_function_from_ptrfunc (tree *instance_ptrptr, tree function) in get_member_function_from_ptrfunc() function 6125 expr = get_member_function_from_ptrfunc (&decl, expr); in convert_member_func_to_ptr()
|
H A D | cp-tree.h | 5797 extern tree get_member_function_from_ptrfunc (tree *, tree);
|
H A D | call.c | 277 return get_member_function_from_ptrfunc (&object, in build_addr_func()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 194 return get_member_function_from_ptrfunc (&object, in cp_convert_to_pointer()
|
H A D | decl2.c | 5105 fn = get_member_function_from_ptrfunc (&object_addr, fn, in build_offset_ref_call_from_tree()
|
H A D | typeck.c | 3455 get_member_function_from_ptrfunc (tree *instance_ptrptr, tree function, in get_member_function_from_ptrfunc() function 7298 expr = get_member_function_from_ptrfunc (&decl, expr, complain); in convert_member_func_to_ptr()
|
H A D | cp-tree.h | 7232 extern tree get_member_function_from_ptrfunc (tree *, tree, tsubst_flags_t);
|
H A D | call.c | 279 return get_member_function_from_ptrfunc (&object, in build_addr_func()
|