OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPA_BITS_CONSTANT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-cp.h
200
bool constant_p () const { return m_lattice_val ==
IPA_BITS_CONSTANT
; }
216
enum { IPA_BITS_UNDEFINED,
IPA_BITS_CONSTANT
, IPA_BITS_VARYING }
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
311
bool constant_p () const { return m_lattice_val ==
IPA_BITS_CONSTANT
; }
327
enum { IPA_BITS_UNDEFINED,
IPA_BITS_CONSTANT
, IPA_BITS_VARYING } m_lattice_val;
1079
m_lattice_val =
IPA_BITS_CONSTANT
;
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026