Home
last modified time | relevance | path

Searched refs:non_defined_class (Results 1 – 5 of 5) sorted by relevance

/external/libabigail/tests/data/test-diff-suppr/
Dtest30-report-0.txt6 …[D] 'method virtual int non_defined_class::virtual_func_to_be_removed()' {_ZN17non_defined_clas…
7 note that this removes an entry from the vtable of class non_defined_class
11 …[A] 'method virtual int non_defined_class::virtual_func_inserted()' {_ZN17non_defined_class21vi…
12 note that this adds a new entry to the vtable of class non_defined_class
16 …[C] 'method virtual int non_defined_class::virtual_func0()' at test30-priv-lib-v1.h:15:1 has some …
17 the vtable offset of method virtual int non_defined_class::virtual_func0() changed from 3 to 4
18 note that this is an ABI incompatible change to the vtable of class non_defined_class
Dtest30-priv-lib-v0.h8 class non_defined_class
12 non_defined_class(){}; in non_defined_class() function
13 virtual ~non_defined_class(){} in ~non_defined_class()
18 int private_function(non_defined_class *);
Dtest30-priv-lib-v1.h8 class non_defined_class
11 non_defined_class(){}; in non_defined_class() function
12 virtual ~non_defined_class(){} in ~non_defined_class()
18 int private_function(non_defined_class *);
Dtest30-pub-lib-v0.cc8 private_function(non_defined_class*) in private_function() argument
10 non_defined_class o; in private_function()
17 non_defined_class* member0;
Dtest30-pub-lib-v1.cc8 private_function(non_defined_class *) in private_function() argument
10 non_defined_class o; in private_function()
17 non_defined_class* member0;