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

  /src/external/gpl3/gcc/dist/gcc/
godump.cc 683 bool is_union = false; local
885 is_union = true;
916 if (!is_union || !emitted_a_field)
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 683 bool is_union = false; local
866 is_union = true;
897 if (!is_union || !emitted_a_field)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 3332 const bool is_union = (TREE_CODE (node) == UNION_TYPE); local
3343 if (is_union)
3387 if (is_union)
3410 if (is_union)
3439 if (is_union)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 3285 const bool is_union = (TREE_CODE (node) == UNION_TYPE); local
3296 if (is_union)
3340 if (is_union)
3363 if (is_union)
3392 if (is_union)
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 584 virtual bool is_union () const { return false; } function in class:gcc::jit::recording::type
1116 bool is_union () const final override { return true; }
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 568 virtual bool is_union () const { return false; } function in class:gcc::jit::recording::type
1054 virtual bool is_union () const FINAL OVERRIDE { return true; }
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 64 int is_union; member in struct:stag
659 int is_union = arg; local
676 if (!is_union)
701 current_stag->is_union = is_union;
735 tic54x_endstruct (int is_union)
741 if (!current_stag || current_stag->is_union != is_union)
744 is_union ? "union" : "struct",
745 is_union ? "union" : "struct")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 64 int is_union; member in struct:stag
659 int is_union = arg; local
676 if (!is_union)
701 current_stag->is_union = is_union;
735 tic54x_endstruct (int is_union)
741 if (!current_stag || current_stag->is_union != is_union)
744 is_union ? "union" : "struct",
745 is_union ? "union" : "struct")
    [all...]

Completed in 42 milliseconds