HomeSort by relevance Sort by last modified time
    Searched defs:is_union (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
type-traits.cpp 272 void is_union() function
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 65 int is_union; member in struct:stag
641 int is_union = arg; local
658 if (!is_union)
685 current_stag->is_union = is_union;
718 tic54x_endstruct (int is_union)
724 if (!current_stag || current_stag->is_union != is_union)
727 is_union ? "union" : "struct",
728 is_union ? "union" : "struct")
    [all...]

Completed in 1242 milliseconds