• Home
  • Raw
  • Download

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
470 Suppresses change reports involving a type which has at least one
498 Suppresses change reports involving a type which has multiple data
504 This usage example suppresses change reports involving a type which
529 Suppress change reports involving a type which is referred to either
566 out the example below about :ref:`suppressing change reports about
610 Suppresses change reports involving changes in the value of
655 Suppresses change reports about ABI artifacts that are defined in a
666 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
697 Suppresses change reports involving functions whose name equals the
706 Suppresses change reports involving functions whose name matches the
716 suppress the diff reports for said function.
725 Suppresses change reports involving functions whose names don't match
774 Suppresses change reports involving functions whose
822 Suppresses change reports involving functions whose return type name
831 Suppresses change reports involving functions whose return type name
840 Suppresses change reports involving functions whose symbol name equals
849 Suppresses change reports involving functions whose symbol name
858 the diff reports for said function.
866 Suppresses change reports involving functions whose symbol name does
875 Suppresses change reports involving functions whose symbol version
884 Suppresses change reports involving functions whose symbol version
943 Suppresses change reports about ABI artifacts that are defined in a
953 Suppresses change reports about ABI artifacts that are defined in a
964 Suppresses change reports about ABI artifacts that are defined in a
975 Suppresses change reports about ABI artifacts that are defined in a
986 Suppresses change reports involving variables whose name equals the
995 Suppresses change reports involving variables whose name matches the
1015 Suppresses change reports involving variables whose symbol name equals
1024 Suppresses change reports involving variables whose symbol name
1034 Suppresses change reports involving variables whose symbol name does
1043 Suppresses change reports involving variables whose symbol version
1052 Suppresses change reports involving variables whose symbol version
1061 Suppresses change reports involving variables whose type name equals
1070 Suppresses change reports involving variables whose type name matches
1082 1. Suppressing change reports about types.
1158 So ``abidiff`` reports that the opaque_type's layout has changed
1179 read: "Do not emit change reports about a struct which name is
1192 Suppressing change reports about types with data member
1272 tells abidiff to filter out change reports about adding a data
1297 Suppressing change reports about types accessed either directly
1420 To go further in suppressing reports about changes that are
1422 would like to go tell abidiff to suppress reports about this
1425 words, suppress the change reports about ``fun0()`` **and**
1435 # So this suppression specification says to suppress reports about
1459 Suppressing change reports about functions.