Lines Matching refs:reports
49 or any other relevant libabigail tool to avoid emitting reports for
53 ABI artifacts to avoid emitting change reports about.
59 Syntax`_. For instance, to specify that change reports on a type
66 If we want to ensure that only change reports about structures named
73 But we could also want to suppress change reports avoid typedefs named
80 Or, we could want to suppress change reports about all struct which
194 suppress ABI change reports for a particular kind of ABI artifact.
291 Suppresses change reports about ABI artifacts that are defined in a
301 Suppresses change reports about ABI artifacts that are defined in a
312 Suppresses change reports about ABI artifacts that are defined in a
322 Suppresses change reports about ABI artifacts that are defined in a
332 Suppresses change reports involving types whose name matches the
342 Suppresses change reports involving types whose name does *NOT* match
345 types to suppress from reports.
353 Suppresses change reports involving types whose name equals the value
363 Suppresses change reports involving a certain kind of type. The kind
364 of type to suppress change reports for is specified by the possible
367 - ``class``: suppress change reports for class types. Note that
369 triggers the suppression of change reports for struct types,
372 - ``struct``: suppress change reports for struct types in C or C++.
376 - ``union``: suppress change reports for union types.
378 - ``enum``: suppress change reports for enum types.
380 - ``array``: suppress change reports for array types.
382 - ``typedef``: suppress change reports for typedef types.
384 - ``builtin``: suppress change reports for built-in (or native)
396 Suppresses change reports involving a type which is defined in a file
403 suppresses change reports about all the types that are *NOT* defined
415 Suppresses change reports involving a type which is defined in a file
422 suppresses change reports involving all the types that are *NOT*
434 Suppresses change reports involving a type which has at least one
474 Suppresses change reports involving a type which has at least one
505 Suppresses change reports involving a type which has multiple data
511 This usage example suppresses change reports involving a type which
539 Suppress change reports involving a type which is referred to either
576 out the example below about :ref:`suppressing change reports about
620 Suppresses change reports involving changes in the value of
665 Suppresses change reports about ABI artifacts that are defined in a
676 Suppresses change reports about ABI artifacts that are defined in a
686 Suppresses change reports about ABI artifacts that are defined in a
696 Suppresses change reports about ABI artifacts that are defined in a
707 Suppresses change reports involving functions whose name equals the
716 Suppresses change reports involving functions whose name matches the
726 suppress the diff reports for said function.
735 Suppresses change reports involving functions whose names don't match
784 Suppresses change reports involving functions whose
832 Suppresses change reports involving functions whose return type name
841 Suppresses change reports involving functions whose return type name
850 Suppresses change reports involving functions whose symbol name equals
859 Suppresses change reports involving functions whose symbol name
868 the diff reports for said function.
876 Suppresses change reports involving functions whose symbol name does
885 Suppresses change reports involving functions whose symbol version
894 Suppresses change reports involving functions whose symbol version
953 Suppresses change reports about ABI artifacts that are defined in a
963 Suppresses change reports about ABI artifacts that are defined in a
974 Suppresses change reports about ABI artifacts that are defined in a
985 Suppresses change reports about ABI artifacts that are defined in a
996 Suppresses change reports involving variables whose name equals the
1005 Suppresses change reports involving variables whose name matches the
1025 Suppresses change reports involving variables whose symbol name equals
1034 Suppresses change reports involving variables whose symbol name
1044 Suppresses change reports involving variables whose symbol name does
1053 Suppresses change reports involving variables whose symbol version
1062 Suppresses change reports involving variables whose symbol version
1071 Suppresses change reports involving variables whose type name equals
1080 Suppresses change reports involving variables whose type name matches
1092 1. Suppressing change reports about types.
1168 So ``abidiff`` reports that the opaque_type's layout has changed
1189 read: "Do not emit change reports about a struct which name is
1202 Suppressing change reports about types with data member
1282 tells abidiff to filter out change reports about adding a data
1307 Suppressing change reports about types accessed either directly
1430 To go further in suppressing reports about changes that are
1432 would like to go tell abidiff to suppress reports about this
1435 words, suppress the change reports about ``fun0()`` **and**
1445 # So this suppression specification says to suppress reports about
1469 Suppressing change reports about functions.