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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 472 c_genericize_control_stmt (tree *stmt_p, int *walk_subtrees, void *data, function
552 /* Wrapper for c_genericize_control_stmt to allow it to be used as a walk_tree
553 callback. This is appropriate for C; C++ calls c_genericize_control_stmt
559 c_genericize_control_stmt (stmt_p, walk_subtrees, data,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 557 c_genericize_control_stmt (tree *stmt_p, int *walk_subtrees, void *data, function
637 /* Wrapper for c_genericize_control_stmt to allow it to be used as a walk_tree
638 callback. This is appropriate for C; C++ calls c_genericize_control_stmt
644 c_genericize_control_stmt (stmt_p, walk_subtrees, data,

Completed in 17 milliseconds