Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ini.h449 class function_call_expr; variable
452 typedef shared_ptr<function_call_expr> function_call_expr_sptr;
455 class function_call_expr
461 function_call_expr();
464 function_call_expr(const string& name,
/external/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()
/external/libabigail/
DChangeLog22294 (string_property_value, tuple_property_value, function_call_expr):
22339 (function_call_expr::priv): Define new type.
22340 (function_call_expr::{function_call_expr, get_name,