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_stack
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
reg-stack.cc
373
struct stack_def
temp_stack
;
383
temp_stack
.reg_set = regstack->reg_set;
385
for (top =
temp_stack
.top = regstack->top; top >= 0; top--)
386
temp_stack
.reg[top] = FIRST_STACK_REG +
temp_stack
.top - top;
388
change_stack (insn, regstack, &
temp_stack
, EMIT_BEFORE);
1031
struct stack_def
temp_stack
;
1034
temp_stack
= *regstack;
1037
regno = get_hard_regnum (&
temp_stack
, src1);
1041
k =
temp_stack
.top - (regno - FIRST_STACK_REG)
369
struct stack_def
temp_stack
;
local
1020
struct stack_def
temp_stack
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
reg-stack.cc
373
struct stack_def
temp_stack
;
383
temp_stack
.reg_set = regstack->reg_set;
385
for (top =
temp_stack
.top = regstack->top; top >= 0; top--)
386
temp_stack
.reg[top] = FIRST_STACK_REG +
temp_stack
.top - top;
388
change_stack (insn, regstack, &
temp_stack
, EMIT_BEFORE);
1031
struct stack_def
temp_stack
;
1034
temp_stack
= *regstack;
1037
regno = get_hard_regnum (&
temp_stack
, src1);
1041
k =
temp_stack
.top - (regno - FIRST_STACK_REG)
369
struct stack_def
temp_stack
;
local
1020
struct stack_def
temp_stack
;
local
[
all
...]
/src/external/mpl/dhcp/dist/server/
ldap.c
1801
struct ldap_config_stack *
temp_stack
;
local
1819
temp_stack
= ldap_stack;
1821
free_stack_entry (
temp_stack
);
2451
struct ldap_config_stack *
temp_stack
;
local
2462
while ((
temp_stack
= ldap_stack) != NULL)
2464
ldap_stack =
temp_stack
->next;
2465
free_stack_entry (
temp_stack
);
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026