Lines Matching refs:target
777 /// to being the target of canonical type propagation.
833 /// Mark a set of types that have been the target of canonical type
862 /// Mark a type that has been the target of canonical type
866 /// target of canonical type propagation and that depend on a
888 /// Mark all the types that have been the target of canonical type
910 /// Collect the types that depends on a given "target" type.
913 /// a "target" type, then collect them into a set.
915 /// @param target the target type to consider.
918 /// target.
921 /// depend on @p target.
923 collect_types_that_depends_on(const type_base *target,
936 if (t->priv_->depends_on_recursive_type(target))
947 /// have been the target of canonical type propagation and that
958 /// @param target if a type which has been subject to the canonical
959 /// type propagation optimizationdepends on a this target type, then
962 cancel_ct_propagation_for_types_dependant_on(const type_base* target)
965 collect_types_that_depends_on(target,
987 /// been the target of canonical type propagation.
1000 /// @param target if a type which has been subject to the canonical
1001 /// type propagation optimizationdepends on a this target type, then