Searched refs:lookup_promise_method (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | coroutines.cc | 639 lookup_promise_method (tree fndecl, tree member_id, location_t loc, in lookup_promise_method() function 665 tree meth = lookup_promise_method (fn, member_id, loc, musthave); in coro_build_promise_expression() 1189 = lookup_promise_method (current_function_decl, in finish_co_await_expr() 2090 tree fns = lookup_promise_method (orig, delname, loc, in coro_get_frame_dtor() 4307 = lookup_promise_method (orig, coro_unhandled_exception_identifier, in coro_rewrite_function_body() 4629 tree fns = lookup_promise_method (orig, nwname, fn_start, in morph_fn_to_coro()
|
H A D | ChangeLog-2020 | 6283 (lookup_promise_method): Emit diagnostic when get NULL_TREE back only.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | coroutines.cc | 610 lookup_promise_method (tree fndecl, tree member_id, location_t loc, in lookup_promise_method() function 636 tree meth = lookup_promise_method (fn, member_id, loc, musthave); in coro_build_promise_expression() 1148 = lookup_promise_method (current_function_decl, in finish_co_await_expr() 2161 tree fns = lookup_promise_method (orig, delname, loc, in coro_get_frame_dtor() 4267 = lookup_promise_method (orig, coro_unhandled_exception_identifier, in coro_rewrite_function_body() 4699 tree fns = lookup_promise_method (orig, nwname, fn_start, in morph_fn_to_coro()
|