Lines Matching defs:underlying

537 /// Return the first underlying type that is not a qualified type.
540 /// @return the first underlying type that is not a qualified type, or
2001 // Add the underlying pointer of 'd' to the vector of children.
2432 /// nodes; for instance, a typedef_diff has the diff of the underlying
3343 diff_sptr underlying,
3346 priv_(new priv(underlying))
3628 diff_sptr underlying,
3631 priv_(new priv(underlying))
3780 /// Getter for the diff between the underlying types of the two
3783 /// @return the diff between the underlying types of the two qualified
3789 /// Getter for the diff between the most underlying non-qualified
3792 /// @return the diff between the most underlying non-qualified types
3806 /// Setter for the diff between the underlying types of the two
3809 /// @return the diff between the underlying types of the two qualified
3984 /// @param underlying_type_diff the diff of the two underlying types
4006 /// @return the diff of the two underlying enum types.
5298 // underlying symbols are deleted as well; otherwise, consider
5332 // presence of the underlying D0, D1, D2 in the binary might vary
5624 /// vector is not empty, it means the bases of the underlying class
5784 class_diff_sptr underlying,
5787 priv_(new priv(underlying))
5804 /// Getter for the diff object for the diff of the underlying base
5807 /// @return the diff object for the diff of the underlying base
5816 /// @param d the new diff object for the diff of the underlying base
7271 /// @param underlying the underlying diff of the @ref typedef_diff.
7272 /// That is the diff between the underlying types of @p first and @p
7281 const diff_sptr underlying,
7284 priv_(new priv(underlying))
7301 /// Getter for the diff between the two underlying types of the
7305 /// two underlying types of the typedefs.
7310 /// Setter for the diff between the two underlying types of the
7314 /// the two underlying types of the typedefs.
7398 /// Return the leaf underlying diff node of a @ref typedef_diff node.
7400 /// If the underlying diff node of a @ref typedef_diff node is itself
7401 /// a @ref typedef_diff node, then recursively look at the underlying
7403 /// node. This is what a leaf underlying diff node means.
7405 /// Otherwise, if the underlying diff node of @ref typedef_diff is
7406 /// *NOT* a @ref typedef_diff node, then just return the underlying
7412 /// @return the leaf underlying diff node of a @p diff.
8823 // underlying symbols are deleted as well; otherwise, consider
8927 // underlying symbols are deleted as well; otherwise consider
10375 /// Test if the soname of the underlying corpus has changed.
10382 /// Test if the architecture of the underlying corpus has changed.
10409 /// usually made of the name and version of the underlying ELF symbol
10741 // a typedef changed because its underlying type was 'int' and
10765 // typedef change which underlying type is an anonymous
11519 // special. The local changes of the underlying type are
11608 // Note that the private-ness of a an underlying type won't be
11613 // meaning that changes to opaque underlying type will be
11618 // of its underlying type. So in practise, the typedef
11632 // If the underlying type of a typedef is private and carries
11635 // those changes to the underlying type are not seen.
12071 // consider that a local changes to their underlying
12080 // these /only/ carry changes to their underlying
12083 // Note that changes to the underlying type of a
12091 // see redundancy propagation from its underlying
12377 /// diff node about changes between the underlying types.
12379 /// Note that this function walks the tree of underlying diff nodes
12384 /// @return the underlying diff node of @p dif, or just return @p dif
12396 /// diff node about changes between the underlying (pointed-to) types.
12398 /// Note that this function walks the tree of underlying diff nodes
12403 /// @return the underlying diff node of @p dif, or just return @p dif
12415 /// the diff node about changes between the underlying (pointed-to)
12418 /// Note that this function walks the tree of underlying diff nodes
12423 /// @return the underlying diff node of @p dif, or just return @p dif
12435 /// the diff node about changes between the underlying (non-qualified)
12438 /// Note that this function walks the tree of underlying diff nodes
12443 /// @return the underlying diff node of @p dif, or just return @p dif
12471 /// underlying types.
12473 /// Note that this function walks the tree of underlying diff nodes
12479 /// @return the underlying diff node of @p dif, or just return @p dif
12499 /// types, get the diff node about changes between the underlying
12502 /// Note that this function walks the tree of underlying diff nodes
12508 /// @return the underlying diff node of @p dif, or just return @p dif
12526 /// types, get the diff node about changes between the underlying
12529 /// Note that this function walks the tree of underlying diff nodes
12535 /// @return the diff node about changes between the underlying types.