OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreeState
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dstruct.d
216
ThreeState
ispod; // if struct is POD
225
ispod =
ThreeState
.none;
407
if (ispod !=
ThreeState
.none)
408
return (ispod ==
ThreeState
.yes);
410
ispod =
ThreeState
.yes;
414
ispod =
ThreeState
.no;
424
ispod =
ThreeState
.no;
435
ispod =
ThreeState
.no;
441
return (ispod ==
ThreeState
.yes);
aggregate.h
44
enum class
ThreeState
: uint8_t
183
ThreeState
ispod; // if struct is POD
276
ThreeState
isabstract; // if abstract class
dclass.d
186
ThreeState
isabstract;
851
if (isabstract !=
ThreeState
.none)
852
return isabstract ==
ThreeState
.yes;
856
bool no() { if (log) printf("no\n"); isabstract =
ThreeState
.no; return false; }
857
bool yes() { if (log) printf("yes\n"); isabstract =
ThreeState
.yes; return true; }
astenums.d
288
enum
ThreeState
: ubyte
dsymbolsem.d
3406
cd.isabstract =
ThreeState
.yes;
4755
cldec.isabstract =
ThreeState
.yes;
5298
if (cldec.isabstract !=
ThreeState
.none) // if evaluated it before completion
5301
cldec.isabstract =
ThreeState
.none;
Completed in 23 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026