Home
last modified time | relevance | path

Searched refs:get_function_named_in_call (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c666 get_function_named_in_call (tree t) in get_function_named_in_call() function
732 tree fun = get_function_named_in_call (body); in constexpr_fn_retval()
2180 tree fun = get_function_named_in_call (t); in cxx_eval_call_expression()
3922 tree fn = get_function_named_in_call (t); in initialized_type()
6524 if (tree fun = get_function_named_in_call (oldop)) in cxx_eval_constant_expression()
7734 tree fun = get_function_named_in_call (t); in potential_constant_expression_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc667 get_function_named_in_call (tree t) in get_function_named_in_call() function
732 tree fun = get_function_named_in_call (body); in constexpr_fn_retval()
2387 tree fun = get_function_named_in_call (t); in cxx_eval_call_expression()
4643 tree fn = get_function_named_in_call (t); in initialized_type()
7402 if (tree fun = get_function_named_in_call (oldop)) in cxx_eval_constant_expression()
8672 tree fun = get_function_named_in_call (t); in potential_constant_expression_1()
H A DChangeLog-2014502 (get_function_named_in_call): Handle null CALL_EXPR_FN.
792 maybe_initialize_constexpr_call_table, get_function_named_in_call,
H A DChangeLog-2010771 (get_function_named_in_call): Likewise.
H A DChangeLog-20162805 * constexpr.c (get_function_named_in_call): Use it.
H A DChangeLog-2017740 (get_function_named_in_call): Declare function earlier.