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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 368 VAR_DECL, get_identifier (name), union_type);
439 decl = build_decl (input_location, VAR_DECL, identifier, union_type);
442 decl = build_decl (input_location, VAR_DECL, get_identifier (com->name),
743 tree var_decl; local
745 var_decl = build_decl (gfc_get_location (&s->sym->declared_at),
746 VAR_DECL, DECL_NAME (s->field),
748 TREE_STATIC (var_decl) = TREE_STATIC (decl);
751 TREE_USED (var_decl) = 1;
753 DECL_IGNORED_P (var_decl) = 1;
755 TREE_ADDRESSABLE (var_decl) = 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 368 VAR_DECL, get_identifier (name), union_type);
439 decl = build_decl (input_location, VAR_DECL, identifier, union_type);
442 decl = build_decl (input_location, VAR_DECL, get_identifier (com->name),
743 tree var_decl; local
745 var_decl = build_decl (gfc_get_location (&s->sym->declared_at),
746 VAR_DECL, DECL_NAME (s->field),
748 TREE_STATIC (var_decl) = TREE_STATIC (decl);
751 TREE_USED (var_decl) = 1;
753 DECL_IGNORED_P (var_decl) = 1;
755 TREE_ADDRESSABLE (var_decl) = 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
function.h 478 tree var_decl;
494 void types_used_by_var_decl_insert (tree type, tree var_decl);
477 tree var_decl; variable
lto-cgraph.cc 1350 tree var_decl; local
1359 var_decl = lto_input_var_decl_ref (ib, file_data);
1365 node->decl = var_decl;
1806 tree var_decl local
1808 vec_safe_push (offload_vars, var_decl);
1810 /* Prevent IPA from removing var_decl as unused, since there
1811 may be no refs to var_decl in offload LTO mode. */
1813 varpool_node::get (var_decl)->force_output = 1;
  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 537 /* The VAR_DECL for the vtable should be the first
758 tree array_arg = build_decl (UNKNOWN_LOCATION, VAR_DECL,
1183 = build_decl (BUILTINS_LOCATION, VAR_DECL,
1226 tree var_decl = NULL; local
1230 var_decl = build_decl (UNKNOWN_LOCATION, VAR_DECL,
1233 DECL_EXTERNAL (var_decl) = 0;
1234 TREE_STATIC (var_decl) = 1;
1235 DECL_VISIBILITY (var_decl) = VISIBILITY_HIDDEN;
1236 SET_DECL_ASSEMBLER_NAME (var_decl, get_identifier (var_name))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
function.h 486 tree var_decl;
502 void types_used_by_var_decl_insert (tree type, tree var_decl);
485 tree var_decl; variable
lto-cgraph.cc 1395 tree var_decl; local
1404 var_decl = lto_input_var_decl_ref (ib, file_data);
1410 node->decl = var_decl;
1871 tree var_decl local
1873 vec_safe_push (offload_vars, var_decl);
1875 /* Prevent IPA from removing var_decl as unused, since there
1876 may be no refs to var_decl in offload LTO mode. */
1878 varpool_node::get (var_decl)->force_output = 1;
1879 tmp_decl = var_decl;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 550 /* The VAR_DECL for the vtable should be the first
771 tree array_arg = build_decl (UNKNOWN_LOCATION, VAR_DECL,
1230 tree var_decl = NULL; local
1234 var_decl = build_decl (UNKNOWN_LOCATION, VAR_DECL,
1237 DECL_EXTERNAL (var_decl) = 0;
1238 TREE_STATIC (var_decl) = 1;
1239 DECL_VISIBILITY (var_decl) = VISIBILITY_HIDDEN;
1240 SET_DECL_ASSEMBLER_NAME (var_decl, get_identifier (var_name));
1241 DECL_ARTIFICIAL (var_decl) = 1
    [all...]

Completed in 69 milliseconds