OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNION
(Results
1 - 17
of
17
) sorted by relevancy
/src/usr.bin/xlint/common/
inittyp.c
119
typeinfo("
union
",
UNION
,
UNION
, 0, 0, ' '),
lint.h
92
UNION
, /*
union
tag */
tyname.c
293
case
UNION
:
/src/sys/arch/playstation2/conf/
config.playstation2
16
file-system
UNION
#
union
file system
/src/sys/arch/sgimips/conf/
INSTALL32_IP2x
41
no file-system
UNION
/src/usr.bin/xlint/lint2/
emit2.c
75
} else if (ts == ENUM || ts == STRUCT || ts ==
UNION
) {
189
/* All files referenced by unnamed struct/
union
/enum declarations. */
read.c
593
case 'u': /* 'unsigned' or '
union
' */
634
return s == 'e' ? ENUM : (s == 's' ? STRUCT :
UNION
);
716
case
UNION
:
857
t =
UNION
;
897
case
UNION
:
chk.c
261
if ((t1 == STRUCT || t1 ==
UNION
) && !eq) {
263
* If a function returns a struct or
union
, it
265
*
union
, even if the return value is ignored.
1279
if (t == STRUCT || t ==
UNION
) {
/src/sys/arch/hpcmips/conf/
LROUTER
76
file-system
UNION
TX3912
74
file-system
UNION
#
union
file system
TX3922
64
file-system
UNION
#
union
file system
MPC303
74
file-system
UNION
/src/usr.bin/xlint/lint1/
init.c
286
case
UNION
:
300
"designator '.member' is only for struct/
union
");
499
case
UNION
:
525
/* too many struct/
union
initializers */
683
if (!allow_c90 && tp->t_tspec ==
UNION
)
684
/* initialization of
union
requires C90 or later */
703
/* cannot initialize struct/
union
with no named member */
766
error(249, "designator '.member' is only for struct/
union
");
lint1.h
98
union
{
151
union
{
166
SK_MEMBER, /* member of a struct or
union
*/
233
union
{
242
union
{
264
sym_t *s_next; /* next struct/
union
member, enumerator,
298
union
{
331
DLK_UNION, /*
union
members */
344
*
union
or enum declaration, a parameter declaration list, or a plain
361
*
union
being built, withou
[
all
...]
tree.c
1383
case
UNION
:
2210
* Return whether all struct/
union
members with the same name have the same
2260
* that no defined struct or
union
has a member with the same name.
2285
* struct or
union
specified by 'tn'.
2315
* struct/
union
, but the right operand is not member of it.
2345
/* non-unique member requires struct/
union
%s */
2503
} else if (t != STRUCT && t !=
UNION
) {
2828
if (lt ==
UNION
&& rt ==
UNION
&& ltp->u.sou == rtp->u.sou)
3875
if (nst ==
UNION
|| ost == UNION)
[
all
...]
decl.c
99
/* struct,
union
, enum, ptr, array and func are not shared. */
121
// Keep referring to the same subtype, struct,
union
, enum, params.
132
// Keep referring to the same subtype, struct,
union
, enum, params.
148
// Keep referring to the same subtype, struct,
union
, enum, params.
154
* In case of a struct or
union
type, the members should lose their
156
* or
union
type. This in turn would defeat the type comparison in
166
* Returns whether the type is 'void' or an incomplete array, struct,
union
243
* and other specifiers (except struct,
union
, enum, typedef name).
309
* struct/
union
/enum tag.
331
if (t == STRUCT || t ==
UNION
|| t == ENUM)
[
all
...]
lex.c
110
union
{
195
kwdef("
union
", T_STRUCT_OR_UNION, .u.kw_tspec =
UNION
, 78,0,1),
Completed in 21 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025