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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 362 gimple_seq catch_ = NULL; local
367 gimple_seq_add_stmt_without_update (&catch_, mnt);
368 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 325 gimple_seq catch_ = NULL; local
330 gimple_seq_add_stmt_without_update (&catch_, mnt);
331 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 214 catch_, member in class:TOK

Completed in 39 milliseconds