OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sel-sched.cc
5299
state_t
temp_state
= alloca (dfa_state_size);
5304
memcpy (
temp_state
, FENCE_STATE (fence), dfa_state_size);
5308
if (memcmp (
temp_state
, FENCE_STATE (fence), dfa_state_size))
5287
state_t
temp_state
= alloca (dfa_state_size);
local
varasm.cc
5787
oc_outer_state
temp_state
;
5788
temp_state
.bit_offset = next_offset % BITS_PER_UNIT;
5789
temp_state
.byte = local->byte;
5791
+= output_constructor (local->val, 0, 0, local->reverse, &
temp_state
);
5792
local->byte =
temp_state
.byte;
5762
oc_outer_state
temp_state
;
local
/src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc
5291
state_t
temp_state
= alloca (dfa_state_size);
5296
memcpy (
temp_state
, FENCE_STATE (fence), dfa_state_size);
5300
if (memcmp (
temp_state
, FENCE_STATE (fence), dfa_state_size))
5279
state_t
temp_state
= alloca (dfa_state_size);
local
varasm.cc
5687
oc_outer_state
temp_state
;
5688
temp_state
.bit_offset = next_offset % BITS_PER_UNIT;
5689
temp_state
.byte = local->byte;
5691
+= output_constructor (local->val, 0, 0, local->reverse, &
temp_state
);
5692
local->byte =
temp_state
.byte;
5662
oc_outer_state
temp_state
;
local
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026