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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 2243 else if (former_thunk_p ())
3218 if (!node->thunk && !node->former_thunk_p ())
3230 while (node->thunk || node->former_thunk_p ())
4284 cgraph_node::former_thunk_p (void) function in class:cgraph_node
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 2238 else if (former_thunk_p ())
3159 if (!node->thunk && !node->former_thunk_p ())
3171 while (node->thunk || node->former_thunk_p ())
4221 cgraph_node::former_thunk_p (void) function in class:cgraph_node

Completed in 52 milliseconds