libabigail
|
An insertion_range boundary that is expressed as function call expression. The (integer) value of that expression is usually a bit offset. More...
#include <abg-suppression.h>
Public Member Functions | |
fn_call_expr_boundary (ini::function_call_expr_sptr expr) | |
Converting constructor for type_suppression::insertion_range::fn_call_expr_boundary. More... | |
~fn_call_expr_boundary () | |
Destructor of type_suppression::insertion_range::fn_call_expr_boundary. More... | |
ini::function_call_expr_sptr | as_function_call_expr () const |
Returns the function call expression value of the current boundary. More... | |
operator ini::function_call_expr_sptr () const | |
Converts the current boundary to its function call expression value. More... | |
![]() | |
boundary () | |
Default constructor of type_suppression::insertion_range::boundary. More... | |
virtual | ~boundary () |
Destructor of type_suppression::insertion_range::boundary. More... | |
An insertion_range boundary that is expressed as function call expression. The (integer) value of that expression is usually a bit offset.
Definition at line 440 of file abg-suppression.h.
Converting constructor for type_suppression::insertion_range::fn_call_expr_boundary.
expr | the function call expression to build this boundary from. |
Definition at line 1646 of file abg-suppression.cc.
Destructor of type_suppression::insertion_range::fn_call_expr_boundary.
Definition at line 1666 of file abg-suppression.cc.
ini::function_call_expr_sptr as_function_call_expr | ( | ) | const |
Returns the function call expression value of the current boundary.
Definition at line 1655 of file abg-suppression.cc.
operator ini::function_call_expr_sptr | ( | ) | const |
Converts the current boundary to its function call expression value.
Definition at line 1661 of file abg-suppression.cc.