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

  /src/external/gpl3/gcc/dist/libcc1/
libcc1plugin.cc 285 gcc_decl decl_in, int is_global)
288 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
289 rest_of_decl_compilation (decl, is_global, 0);
284 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
libcc1plugin.cc 285 gcc_decl decl_in, int is_global)
288 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
289 rest_of_decl_compilation (decl, is_global, 0);
284 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcc1plugin.cc 285 gcc_decl decl_in, int is_global)
288 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
289 rest_of_decl_compilation (decl, is_global, 0);
284 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
libcc1plugin.cc 285 gcc_decl decl_in, int is_global)
288 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global);
289 rest_of_decl_compilation (decl, is_global, 0);
284 c_bind (DECL_SOURCE_LOCATION (decl), decl, is_global); local
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
85 gcc_assert (!building_stmt_list_p () == is_global);
1996 int is_global; local
2069 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2074 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4508 bool is_global;
4642 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
5071 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt)
4505 bool is_global; local
    [all...]
init.cc 67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
85 gcc_assert (!building_stmt_list_p () == is_global);
1996 int is_global; local
2069 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2074 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4508 bool is_global;
4642 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
5071 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt)
4505 bool is_global; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1263 virtual bool is_global () const { return false; } function in class:gcc::jit::recording::lvalue
1531 bool is_global () const final override { return true; }
jit-recording.h 1263 virtual bool is_global () const { return false; } function in class:gcc::jit::recording::lvalue
1531 bool is_global () const final override { return true; }
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
85 gcc_assert (!building_stmt_list_p () == is_global);
1968 int is_global; local
2041 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2046 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4403 bool is_global;
4531 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
4940 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt)
4400 bool is_global; local
    [all...]
init.cc 67 bool is_global = !building_stmt_list_p (); local
72 return is_global;
79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
85 gcc_assert (!building_stmt_list_p () == is_global);
1968 int is_global; local
2041 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2046 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4403 bool is_global;
4531 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
4940 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt)
4400 bool is_global; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 1197 virtual bool is_global () const { return false; } function in class:gcc::jit::recording::lvalue
1455 bool is_global () const FINAL OVERRIDE { return true; }
jit-recording.h 1197 virtual bool is_global () const { return false; } function in class:gcc::jit::recording::lvalue
1455 bool is_global () const FINAL OVERRIDE { return true; }

Completed in 66 milliseconds