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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 6267 is_gimple_stmt (tree t)
6810 is_gimple_stmt, fb_none);
7505 ret = gimplify_expr (&init, &init_pre_p, post_p, is_gimple_stmt,
7511 ret = gimplify_expr (&init, &init_pre_p, post_p, is_gimple_stmt,
7592 gimplify_expr (stmt_p, seq_p, NULL, is_gimple_stmt, fb_none);
16632 return gimplify_expr (expr_p, pre_p, NULL, is_gimple_stmt, fb_none);
17726 is_statement = gimple_test_f == is_gimple_stmt;
17748 else if (gimple_test_f == is_gimple_stmt)
18750 if (fallback == fb_none && *expr_p && !is_gimple_stmt (*expr_p))
6264 is_gimple_stmt (tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 5868 is_gimple_stmt (tree t)
6391 is_gimple_stmt, fb_none);
7078 ret = gimplify_expr (&init, &init_pre_p, post_p, is_gimple_stmt,
7084 ret = gimplify_expr (&init, &init_pre_p, post_p, is_gimple_stmt,
7162 gimplify_expr (stmt_p, seq_p, NULL, is_gimple_stmt, fb_none);
13853 return gimplify_expr (expr_p, pre_p, NULL, is_gimple_stmt, fb_none);
14939 is_statement = gimple_test_f == is_gimple_stmt;
14962 else if (gimple_test_f == is_gimple_stmt)
15944 if (fallback == fb_none && *expr_p && !is_gimple_stmt (*expr_p))
5865 is_gimple_stmt (tree t) function

Completed in 28 milliseconds