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

  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1954 the one of BASEFN. This is due to [except.spec]: "If a virtual function
1961 maybe_check_overriding_exception_spec (tree overrider, tree basefn)
1963 maybe_instantiate_noexcept (basefn);
1965 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn));
1996 inform (DECL_SOURCE_LOCATION (basefn),
1997 "overridden function is %q#F", basefn);
2005 BASEFN. Issue diagnostic, and return zero, if unacceptable. */
2008 check_final_overrider (tree overrider, tree basefn)
2011 tree base_type = TREE_TYPE (basefn);
2013 tree base_return = fndecl_declared_return_type (basefn);
1995 "overridden function is %q#F", basefn); local
2072 "overridden function is %q#D", basefn); local
2089 "overridden function is %q#D", basefn); local
2106 "overridden function is %q#D", basefn); local
2125 "overridden function is %qD", basefn); local
2143 "overriding %qD declared %<transaction_safe%>", basefn); local
2154 "overridden function is %qD", basefn); local
2163 "overridden function is %qD", basefn); local
2174 "overridden function is %qD", basefn); local
2199 "overridden function is %qD", basefn); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1893 the one of BASEFN. */
1896 maybe_check_overriding_exception_spec (tree overrider, tree basefn)
1898 maybe_instantiate_noexcept (basefn);
1900 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn));
1917 inform (DECL_SOURCE_LOCATION (basefn),
1918 "overridden function is %q#F", basefn);
1926 BASEFN. Issue diagnostic, and return zero, if unacceptable. */
1929 check_final_overrider (tree overrider, tree basefn)
1932 tree base_type = TREE_TYPE (basefn);
1934 tree base_return = fndecl_declared_return_type (basefn);
1916 "overridden function is %q#F", basefn); local
1993 "overridden function is %q#D", basefn); local
2010 "overridden function is %q#D", basefn); local
2027 "overridden function is %q#D", basefn); local
2046 "overridden function is %qD", basefn); local
2064 "overriding %qD declared %<transaction_safe%>", basefn); local
2075 "overridden function is %qD", basefn); local
2084 "overridden function is %qD", basefn); local
2093 "overridden function is %qD", basefn); local
    [all...]

Completed in 27 milliseconds