OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitFieldStyle
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
62
enum class
BitFieldStyle
: unsigned char
81
BitFieldStyle
bitFieldStyle
; // different C compilers do it differently
target.d
313
enum
BitFieldStyle
: ubyte
331
BitFieldStyle
bitFieldStyle
; /// different C compilers do it differently
declaration.d
1749
const style = target.c.
bitFieldStyle
;
1754
if (style == TargetC.
BitFieldStyle
.Gcc_Clang)
1773
(anon && style == TargetC.
BitFieldStyle
.Gcc_Clang) ? &dummy : &ad.alignsize,
1782
if (style == TargetC.
BitFieldStyle
.Gcc_Clang)
1803
else if (style == TargetC.
BitFieldStyle
.MS)
1822
else if (style == TargetC.
BitFieldStyle
.DM)
1846
else if (style == TargetC.
BitFieldStyle
.Gcc_Clang)
1866
else if (style == TargetC.
BitFieldStyle
.DM ||
1867
style == TargetC.
BitFieldStyle
.MS)
1882
if (style == TargetC.
BitFieldStyle
.Gcc_Clang
[
all
...]
dstruct.d
316
if (target.c.
bitFieldStyle
== TargetC.
BitFieldStyle
.MS)
323
else if (target.c.
bitFieldStyle
== TargetC.
BitFieldStyle
.DM)
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
169
this->c.
bitFieldStyle
= targetm.ms_bitfield_layout_p (unknown_type_node)
170
? TargetC::
BitFieldStyle
::MS : TargetC::
BitFieldStyle
::Gcc_Clang;
Completed in 18 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026