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

  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 2076 if (fnptr_conv_p (type, expr_type))
2143 This is just a subroutine of fnptr_conv_p. */
2165 fnptr_conv_p (tree to, tree from)
2198 || fnptr_conv_p (ft, ot))
2163 fnptr_conv_p (tree to, tree from) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 2030 if (fnptr_conv_p (type, expr_type))
2097 This is just a subroutine of fnptr_conv_p. */
2119 fnptr_conv_p (tree to, tree from)
2152 || fnptr_conv_p (ft, ot))
2117 fnptr_conv_p (tree to, tree from) function

Completed in 18 milliseconds