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_UNKNOWN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tristate.h
29
TS_UNKNOWN
,
36
static tristate unknown () { return tristate (
TS_UNKNOWN
); }
40
bool is_known () const { return m_value !=
TS_UNKNOWN
; }
41
bool is_unknown () const { return m_value ==
TS_UNKNOWN
; }
/src/external/gpl3/gcc.old/dist/gcc/
tristate.h
29
TS_UNKNOWN
,
36
static tristate unknown () { return tristate (
TS_UNKNOWN
); }
40
bool is_known () const { return m_value !=
TS_UNKNOWN
; }
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026