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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 7400 gimple_seq cleanup_stmts = NULL;
7431 gimplify_stmt (&cleanup, &cleanup_stmts);
7432 wce = gimple_build_wce (cleanup_stmts);
7442 gimplify_stmt (&cleanup, &cleanup_stmts);
7443 wce = gimple_build_wce (cleanup_stmts);
7458 gimplify_stmt (&cleanup, &cleanup_stmts);
7459 wce = gimple_build_wce (cleanup_stmts);
7397 gimple_seq cleanup_stmts = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 6973 gimple_seq cleanup_stmts = NULL;
7004 gimplify_stmt (&cleanup, &cleanup_stmts);
7005 wce = gimple_build_wce (cleanup_stmts);
7015 gimplify_stmt (&cleanup, &cleanup_stmts);
7016 wce = gimple_build_wce (cleanup_stmts);
7031 gimplify_stmt (&cleanup, &cleanup_stmts);
7032 wce = gimple_build_wce (cleanup_stmts);
6970 gimple_seq cleanup_stmts = NULL; local

Completed in 58 milliseconds