OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_const_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc
196
static unsigned
n_const_val
;
variable
374
|| SSA_NAME_VERSION (var) >=
n_const_val
)
895
n_const_val
= num_ssa_names;
896
const_val = XCNEWVEC (ccp_prop_value_t,
n_const_val
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc
194
static unsigned
n_const_val
;
variable
372
|| SSA_NAME_VERSION (var) >=
n_const_val
)
883
n_const_val
= num_ssa_names;
884
const_val = XCNEWVEC (ccp_prop_value_t,
n_const_val
);
Completed in 26 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026