Home
last modified time | relevance | path

Searched refs:function_call_expr (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/include/
Dabg-ini.h427 class function_call_expr; variable
430 typedef shared_ptr<function_call_expr> function_call_expr_sptr;
433 class function_call_expr
438 function_call_expr();
441 function_call_expr(const string& name,
/third_party/libabigail/src/
Dabg-ini.cc1332 expr.reset(new function_call_expr(name, arguments)); in read_function_call_expr()
1954 struct function_call_expr::priv
1975 function_call_expr::function_call_expr(const string& name, in function_call_expr() function in abigail::ini::function_call_expr
1984 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()
/third_party/libabigail/
DChangeLog5477 (function_call_expr): Likewise.
30708 (string_property_value, tuple_property_value, function_call_expr):
30753 (function_call_expr::priv): Define new type.
30754 (function_call_expr::{function_call_expr, get_name,