Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1280 tree representative_fn; in finish_call_expr() local
1282 representative_fn = BASELINK_FUNCTIONS (fn); in finish_call_expr()
1283 if (TREE_CODE (representative_fn) == TEMPLATE_ID_EXPR) in finish_call_expr()
1284 representative_fn = TREE_OPERAND (representative_fn, 0); in finish_call_expr()
1285 representative_fn = get_first_fn (representative_fn); in finish_call_expr()
1286 object = build_dummy_object (DECL_CONTEXT (representative_fn)); in finish_call_expr()
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c1827 tree representative_fn; in finish_call_expr() local
1829 representative_fn = BASELINK_FUNCTIONS (fn); in finish_call_expr()
1830 if (TREE_CODE (representative_fn) == TEMPLATE_ID_EXPR) in finish_call_expr()
1831 representative_fn = TREE_OPERAND (representative_fn, 0); in finish_call_expr()
1832 representative_fn = get_first_fn (representative_fn); in finish_call_expr()
1833 object = build_dummy_object (DECL_CONTEXT (representative_fn)); in finish_call_expr()