OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_const
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
genattr.cc
40
int
is_const
= GET_CODE (XEXP (attr, 2)) == CONST;
local
42
if (
is_const
)
51
(
is_const
? "void" : "rtx_insn *"));
57
(
is_const
? "void" : "rtx_insn *"));
61
(
is_const
? "void" : "rtx_insn *"));
cse.cc
385
The `
is_const
' flag is set if the element is a constant (including
411
char
is_const
;
member in struct:table_elt
1564
elt->
is_const
= (CONSTANT_P (x) || fixed_base_plus_p (x));
1624
if (elt->
is_const
&& classp && REG_P (classp->exp)
1637
&& ! elt->
is_const
)
1643
if (p->
is_const
&& !REG_P (p->exp))
2996
if (p->
is_const
)
3844
if (elt->
is_const
&& CONSTANT_P (elt->exp))
4831
if (p->
is_const
)
5283
if (p->
is_const
&& CONST_INT_P (p->exp)
[
all
...]
/src/external/bsd/libpcap/dist/
optimize.c
229
int
is_const
;
member in struct:vmapinfo
758
opt_state->vmap[val].
is_const
= 1;
1050
if (opt_state->vmap[val].
is_const
) {
1137
if (opt_state->vmap[val].
is_const
&& BPF_SRC(b->s.code) == BPF_X) {
1147
if (opt_state->vmap[val].
is_const
&& BPF_SRC(b->s.code) == BPF_K) {
1209
if (alter && opt_state->vmap[v].
is_const
) {
1245
if (alter && opt_state->vmap[val[A_ATOM]].
is_const
) {
1312
if (opt_state->vmap[val[A_ATOM]].
is_const
) {
1332
if (alter && opt_state->vmap[val[X_ATOM]].
is_const
) {
1333
if (opt_state->vmap[val[A_ATOM]].
is_const
) {
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.c
91
is_const
(struct reloc_info *info)
function
113
if (
is_const
(top - 1))
214
if (
is_const
(s_top))
256
if (
is_const
(last_1st) &&
is_const
(last_2nd))
374
if (
is_const
(last_1st) &&
is_const
(last_2nd) &&
is_const
(last_3rd))
/src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.c
90
is_const
(struct reloc_info *info)
function
112
if (
is_const
(top - 1))
213
if (
is_const
(s_top))
255
if (
is_const
(last_1st) &&
is_const
(last_2nd))
373
if (
is_const
(last_1st) &&
is_const
(last_2nd) &&
is_const
(last_3rd))
/src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.h
255
If
is_const
is false, this identifies a bitfield in an instruction encoding
258
If
is_const
is true, this represents the constant bit string of size WIDTH
279
bool
is_const
:1;
member in struct:aarch64_field
532
&& (field->
is_const
? (field->num < 1 << field->width)
535
if (field->
is_const
)
556
if (field->
is_const
)
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h
565
virtual type *
is_const
() { return NULL; }
function in class:gcc::jit::recording::type
726
if (!other->
is_const
())
728
return m_other_type->is_same_type_as (other->
is_const
());
731
virtual type *
is_const
() { return m_other_type; }
function in class:gcc::jit::recording::memento_of_get_const
/src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc
3125
bool
is_const
;
3513
if (p->
is_const
)
3118
bool
is_const
;
member in struct:tilegx_builtin_def
/src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc
2804
bool
is_const
;
3076
if (p->
is_const
)
2797
bool
is_const
;
member in struct:tilepro_builtin_def
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc
2472
bool
is_const
;
local
2474
is_const
= TRUE;
2480
return
is_const
;
2483
/* Loop over all constructor elements to find out
is_const
, but in len we
2485
of course exit the loop as soon as
is_const
is found to be false. */
2487
c &&
is_const
; c = gfc_constructor_next (c))
2499
is_const
= false;
2503
is_const
= false;
2509
is_const
= false;
2519
return
is_const
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
5791
bool
is_const
;
5851
is_const
= TYPE_READONLY (TREE_TYPE (in_type));
5857
&& !
is_const
)
5865
if (
is_const
)
5866
is_const
= TYPE_READONLY (in_type);
5773
bool
is_const
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
6501
bool
is_const
;
6605
(p->
is_const
? ECF_CONST : 0) | ECF_NOTHROW);
6486
bool
is_const
;
member in struct:alpha_builtin_def
Completed in 106 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026