OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_usage
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
toplev.cc
782
HOST_WIDE_INT
stack_usage
= current_function_static_stack_size;
local
785
if (
stack_usage
< 0)
803
stack_usage
+= extra;
809
stack_usage
+= extra;
826
stack_usage
+= current_function_dynamic_stack_size;
831
stack_usage
,
840
stack_usage
, stack_usage_kind_str[stack_usage_kind]);
849
else if (
stack_usage
> warn_stack_usage)
854
stack_usage
);
857
stack_usage
);
[
all
...]
toplev.cc
782
HOST_WIDE_INT
stack_usage
= current_function_static_stack_size;
local
785
if (
stack_usage
< 0)
803
stack_usage
+= extra;
809
stack_usage
+= extra;
826
stack_usage
+= current_function_dynamic_stack_size;
831
stack_usage
,
840
stack_usage
, stack_usage_kind_str[stack_usage_kind]);
849
else if (
stack_usage
> warn_stack_usage)
854
stack_usage
);
857
stack_usage
);
[
all
...]
dwarf2out.cc
18552
int *
stack_usage
= dwarf_proc_stack_usage_map->get (dwarf_proc);
18554
if (
stack_usage
== NULL)
18556
frame_offset_ += *
stack_usage
;
18539
int *
stack_usage
= dwarf_proc_
stack_usage
_map->get (dwarf_proc);
local
dwarf2out.cc
18552
int *
stack_usage
= dwarf_proc_stack_usage_map->get (dwarf_proc);
18554
if (
stack_usage
== NULL)
18556
frame_offset_ += *
stack_usage
;
18539
int *
stack_usage
= dwarf_proc_
stack_usage
_map->get (dwarf_proc);
local
/src/external/gpl3/gcc.old/dist/gcc/
toplev.cc
785
HOST_WIDE_INT
stack_usage
= current_function_static_stack_size;
local
788
if (
stack_usage
< 0)
806
stack_usage
+= extra;
812
stack_usage
+= extra;
829
stack_usage
+= current_function_dynamic_stack_size;
834
stack_usage
,
842
stack_usage
, stack_usage_kind_str[stack_usage_kind]);
851
else if (
stack_usage
> warn_stack_usage)
856
stack_usage
);
859
stack_usage
);
[
all
...]
toplev.cc
785
HOST_WIDE_INT
stack_usage
= current_function_static_stack_size;
local
788
if (
stack_usage
< 0)
806
stack_usage
+= extra;
812
stack_usage
+= extra;
829
stack_usage
+= current_function_dynamic_stack_size;
834
stack_usage
,
842
stack_usage
, stack_usage_kind_str[stack_usage_kind]);
851
else if (
stack_usage
> warn_stack_usage)
856
stack_usage
);
859
stack_usage
);
[
all
...]
dwarf2out.cc
18466
int *
stack_usage
= dwarf_proc_stack_usage_map->get (dwarf_proc);
18468
if (
stack_usage
== NULL)
18470
frame_offset_ += *
stack_usage
;
18453
int *
stack_usage
= dwarf_proc_
stack_usage
_map->get (dwarf_proc);
local
dwarf2out.cc
18466
int *
stack_usage
= dwarf_proc_stack_usage_map->get (dwarf_proc);
18468
if (
stack_usage
== NULL)
18470
frame_offset_ += *
stack_usage
;
18453
int *
stack_usage
= dwarf_proc_
stack_usage
_map->get (dwarf_proc);
local
/src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h
571
int
stack_usage
;
variable
avr.h
571
int
stack_usage
;
variable
/src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h
566
int
stack_usage
;
variable
avr.h
566
int
stack_usage
;
variable
/src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc
7151
int
stack_usage
= pretend_args;
7168
stack_usage
+= GET_MODE_SIZE (SImode);
7197
stack_usage
+= d;
7210
stack_usage
+= rounded_frame_size (d);
7223
current_function_static_stack_size =
stack_usage
;
7140
int
stack_usage
= pretend_args;
local
sh.cc
7151
int
stack_usage
= pretend_args;
7168
stack_usage
+= GET_MODE_SIZE (SImode);
7197
stack_usage
+= d;
7210
stack_usage
+= rounded_frame_size (d);
7223
current_function_static_stack_size =
stack_usage
;
7140
int
stack_usage
= pretend_args;
local
/src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc
7151
int
stack_usage
= pretend_args;
7168
stack_usage
+= GET_MODE_SIZE (SImode);
7197
stack_usage
+= d;
7210
stack_usage
+= rounded_frame_size (d);
7223
current_function_static_stack_size =
stack_usage
;
7140
int
stack_usage
= pretend_args;
local
sh.cc
7151
int
stack_usage
= pretend_args;
7168
stack_usage
+= GET_MODE_SIZE (SImode);
7197
stack_usage
+= d;
7210
stack_usage
+= rounded_frame_size (d);
7223
current_function_static_stack_size =
stack_usage
;
7140
int
stack_usage
= pretend_args;
local
Completed in 143 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026