OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unionp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
encoding.c
1123
BOOL
unionp
= layout->original_type[-1] == _C_UNION_B;
local
1129
if (
unionp
)
1150
if ((
unionp
&& *layout->type == _C_UNION_E)
1151
|| (!
unionp
&& *layout->type == _C_STRUCT_E))
1247
BOOL
unionp
= layout->original_type[-1] == _C_UNION_B;
local
1249
&& ((!
unionp
&& *layout->type == _C_STRUCT_E)
1250
|| (
unionp
&& *layout->type == _C_UNION_E)))
/src/external/gpl3/gcc.old/dist/libobjc/
encoding.c
1118
BOOL
unionp
= layout->original_type[-1] == _C_UNION_B;
local
1124
if (
unionp
)
1145
if ((
unionp
&& *layout->type == _C_UNION_E)
1146
|| (!
unionp
&& *layout->type == _C_STRUCT_E))
1242
BOOL
unionp
= layout->original_type[-1] == _C_UNION_B;
local
1244
&& ((!
unionp
&& *layout->type == _C_STRUCT_E)
1245
|| (
unionp
&& *layout->type == _C_UNION_E)))
Completed in 44 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026