HomeSort by: relevance | last modified time | path
    Searched defs:overrider (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1953 /* Check throw specifier of OVERRIDER is at least as strict as
1961 maybe_check_overriding_exception_spec (tree overrider, tree basefn)
1964 maybe_instantiate_noexcept (overrider);
1966 tree over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider));
1968 if (DECL_INVALID_OVERRIDER_P (overrider)
1971 || DECL_DELETED_FN (overrider))
1995 "%q+#F", overrider);
1998 DECL_INVALID_OVERRIDER_P (overrider) = 1;
2004 /* Check that virtual overrider OVERRIDER is acceptable for base functio
2141 "%qD declared %<transaction_safe_dynamic%>", overrider); local
    [all...]
class.cc 2650 /* The function for which we are trying to find a final overrider. */
2660 /* Add the overrider along the current path to FFOD->CANDIDATES.
2661 Returns true if an overrider was found; false otherwise. */
2671 A definition there will overrider a definition here. */
2730 /* Returns a TREE_LIST whose TREE_PURPOSE is the final overrider for
2797 overrider at that index in the vtable. This should only be used when we
2824 tree overrider;
2848 /* Find the final overrider. */
2849 overrider = find_final_overrider (TYPE_BINFO (t), b, target_fn);
2850 if (overrider == error_mark_node
2820 tree overrider; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1892 /* Check throw specifier of OVERRIDER is at least as strict as
1896 maybe_check_overriding_exception_spec (tree overrider, tree basefn)
1899 maybe_instantiate_noexcept (overrider);
1901 tree over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider));
1903 if (DECL_INVALID_OVERRIDER_P (overrider))
1916 "%q+#F", overrider);
1919 DECL_INVALID_OVERRIDER_P (overrider) = 1;
1925 /* Check that virtual overrider OVERRIDER is acceptable for base function
1929 check_final_overrider (tree overrider, tree basefn
2062 "%qD declared %<transaction_safe_dynamic%>", overrider); local
    [all...]
class.cc 2424 /* The function for which we are trying to find a final overrider. */
2434 /* Add the overrider along the current path to FFOD->CANDIDATES.
2435 Returns true if an overrider was found; false otherwise. */
2445 A definition there will overrider a definition here. */
2504 /* Returns a TREE_LIST whose TREE_PURPOSE is the final overrider for
2571 overrider at that index in the vtable. This should only be used when we
2598 tree overrider;
2622 /* Find the final overrider. */
2623 overrider = find_final_overrider (TYPE_BINFO (t), b, target_fn);
2624 if (overrider == error_mark_node
2594 tree overrider; local
    [all...]

Completed in 31 milliseconds