OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:singleton_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.h
103
bool
singleton_p
() const
function in struct:ana::bounded_range
/src/external/gpl3/gcc/dist/gcc/
value-range.h
90
virtual bool
singleton_p
(tree *result = NULL) const;
304
virtual bool
singleton_p
(tree *result = NULL) const override;
305
bool
singleton_p
(wide_int &) const;
485
// disabling them in
singleton_p
. No clue.
501
virtual bool
singleton_p
(tree *result = NULL) const override;
502
bool
singleton_p
(REAL_VALUE_TYPE &r) const;
708
bool
singleton_p
(tree *result = NULL) const
function in class:Value_Range
709
{ return m_vrange->
singleton_p
(result); }
value-range.cc
98
vrange::
singleton_p
(tree *) const
function in class:vrange
821
frange::
singleton_p
(tree *result) const
function in class:frange
833
frange::
singleton_p
(REAL_VALUE_TYPE &r) const
function in class:frange
1175
irange::
singleton_p
(tree *result) const
function in class:irange
1187
irange::
singleton_p
(wide_int &w) const
function in class:irange
/src/external/gpl3/gcc.old/dist/gcc/
value-range.cc
533
irange::
singleton_p
(tree *result) const
function in class:irange
562
return vr0.
singleton_p
(result);
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026