Searched refs:function_call_expr (Results 1 – 3 of 3) sorted by relevance
427 class function_call_expr; variable430 typedef shared_ptr<function_call_expr> function_call_expr_sptr;433 class function_call_expr438 function_call_expr();441 function_call_expr(const string& name,
1332 expr.reset(new function_call_expr(name, arguments)); in read_function_call_expr()1954 struct function_call_expr::priv1975 function_call_expr::function_call_expr(const string& name, in function_call_expr() function in abigail::ini::function_call_expr1984 function_call_expr::get_name() const in get_name()1993 function_call_expr::get_arguments() const in get_arguments()2002 function_call_expr::get_arguments() in get_arguments()
615 (function_call_expr): Likewise.25846 (string_property_value, tuple_property_value, function_call_expr):25891 (function_call_expr::priv): Define new type.25892 (function_call_expr::{function_call_expr, get_name,