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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 1282 inline bool has_gimple_body_p (void);
3053 if (cn && cn->has_gimple_body_p ())
3067 if (cn1 && cn1->has_gimple_body_p ())
3085 cgraph_node::has_gimple_body_p (void) function in class:cgraph_node
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 1283 inline bool has_gimple_body_p (void);
3050 if (cn && cn->has_gimple_body_p ())
3064 if (cn1 && cn1->has_gimple_body_p ())
3082 cgraph_node::has_gimple_body_p (void) function in class:cgraph_node

Completed in 49 milliseconds