Home
last modified time | relevance | path

Searched refs:fn_class (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c5775 tree ptr_class, fn_class; local
5780 fn_class = DECL_CONTEXT (fn);
5786 *delta = get_delta_difference (fn_class, ptr_class, /*force=*/0);
5796 tree binfo = binfo_or_else (orig_class, fn_class);
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c6094 tree ptr_class, fn_class; in expand_ptrmemfunc_cst() local
6099 fn_class = DECL_CONTEXT (fn); in expand_ptrmemfunc_cst()
6105 *delta = get_delta_difference (fn_class, ptr_class, /*force=*/0, in expand_ptrmemfunc_cst()
6116 tree binfo = binfo_or_else (orig_class, fn_class); in expand_ptrmemfunc_cst()