OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TS_FALSE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tristate.h
31
TS_FALSE
35
tristate (bool val) : m_value (val ? TS_TRUE :
TS_FALSE
) {}
43
bool is_false () const { return m_value ==
TS_FALSE
; }
/src/external/gpl3/gcc.old/dist/gcc/
tristate.h
31
TS_FALSE
35
tristate (bool val) : m_value (val ? TS_TRUE :
TS_FALSE
) {}
42
bool is_false () const { return m_value ==
TS_FALSE
; }
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026