|
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... | |
Public Member Functions inherited from type_suppression::insertion_range::boundary | |
| 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 463 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 1788 of file abg-suppression.cc.
Destructor of type_suppression::insertion_range::fn_call_expr_boundary.
Definition at line 1807 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 1796 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 1802 of file abg-suppression.cc.
1.8.10