Lines Matching defs:call

6391 lookup_parameter_binding (const constexpr_call *call, tree t)  in lookup_parameter_binding()
6402 cxx_eval_builtin_function_call (const constexpr_call *call, tree t, in cxx_eval_builtin_function_call()
6497 push_cx_call_context (tree call) in push_cx_call_context()
6738 cxx_eval_unary_expression (const constexpr_call *call, tree t, in cxx_eval_unary_expression()
6758 cxx_eval_binary_expression (const constexpr_call *call, tree t, in cxx_eval_binary_expression()
6786 cxx_eval_conditional_expression (const constexpr_call *call, tree t, in cxx_eval_conditional_expression()
6808 cxx_eval_array_reference (const constexpr_call *call, tree t, in cxx_eval_array_reference()
6884 cxx_eval_component_reference (const constexpr_call *call, tree t, in cxx_eval_component_reference()
6945 cxx_eval_bit_field_ref (const constexpr_call *call, tree t, in cxx_eval_bit_field_ref()
7024 cxx_eval_logical_expression (const constexpr_call *call, tree t, in cxx_eval_logical_expression()
7078 cxx_eval_bare_aggregate (const constexpr_call *call, tree t, in cxx_eval_bare_aggregate()
7140 cxx_eval_vec_init_1 (const constexpr_call *call, tree atype, tree init, in cxx_eval_vec_init_1()
7241 cxx_eval_vec_init (const constexpr_call *call, tree t, in cxx_eval_vec_init()
7439 cxx_eval_indirect_ref (const constexpr_call *call, tree t, in cxx_eval_indirect_ref()
7547 cxx_eval_constant_expression (const constexpr_call *call, tree t, in cxx_eval_constant_expression()
9319 tree thistype, stattype, statfn, convfn, call, arg; in maybe_add_lambda_conv_op() local