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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 3050 tree union_decl, field; local
3053 union_decl = build_decl (input_location,
3056 DECL_ARTIFICIAL (union_decl) = 1;
3057 DECL_EXTERNAL (union_decl) = 0;
3058 TREE_PUBLIC (union_decl) = 0;
3059 TREE_USED (union_decl) = 1;
3060 layout_decl (union_decl, 0);
3061 pushdecl (union_decl);
3063 DECL_CONTEXT (union_decl) = current_function_decl;
3065 TREE_TYPE (union_decl), union_decl, tmp)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 3002 tree union_decl, field; local
3005 union_decl = build_decl (input_location,
3008 DECL_ARTIFICIAL (union_decl) = 1;
3009 DECL_EXTERNAL (union_decl) = 0;
3010 TREE_PUBLIC (union_decl) = 0;
3011 TREE_USED (union_decl) = 1;
3012 layout_decl (union_decl, 0);
3013 pushdecl (union_decl);
3015 DECL_CONTEXT (union_decl) = current_function_decl;
3017 TREE_TYPE (union_decl), union_decl, tmp)
    [all...]

Completed in 17 milliseconds