OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfun
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h
488
#define current_function_static_stack_size (
cfun
->su->static_stack_size)
489
#define current_function_dynamic_stack_size (
cfun
->su->dynamic_stack_size)
490
#define current_function_pushed_stack_size (
cfun
->su->pushed_stack_size)
491
#define current_function_dynamic_alloc_count (
cfun
->su->dynamic_alloc_count)
493
(
cfun
->su->has_unbounded_dynamic_stack_size)
697
extern GTY(()) struct function *
cfun
;
699
/* In order to ensure that
cfun
is not set directly, we redefine it so
700
that it is not an lvalue. Rather than assign to
cfun
, use
702
#define
cfun
(
cfun
+ 0
696
extern GTY(()) struct function *
cfun
;
variable in typeref:struct:function
701
#define
cfun
macro
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h
488
#define current_function_static_stack_size (
cfun
->su->static_stack_size)
489
#define current_function_dynamic_stack_size (
cfun
->su->dynamic_stack_size)
490
#define current_function_pushed_stack_size (
cfun
->su->pushed_stack_size)
491
#define current_function_dynamic_alloc_count (
cfun
->su->dynamic_alloc_count)
493
(
cfun
->su->has_unbounded_dynamic_stack_size)
697
extern GTY(()) struct function *
cfun
;
699
/* In order to ensure that
cfun
is not set directly, we redefine it so
700
that it is not an lvalue. Rather than assign to
cfun
, use
702
#define
cfun
(
cfun
+ 0
696
extern GTY(()) struct function *
cfun
;
variable in typeref:struct:function
701
#define
cfun
macro
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h
488
#define current_function_static_stack_size (
cfun
->su->static_stack_size)
489
#define current_function_dynamic_stack_size (
cfun
->su->dynamic_stack_size)
490
#define current_function_pushed_stack_size (
cfun
->su->pushed_stack_size)
491
#define current_function_dynamic_alloc_count (
cfun
->su->dynamic_alloc_count)
493
(
cfun
->su->has_unbounded_dynamic_stack_size)
697
extern GTY(()) struct function *
cfun
;
699
/* In order to ensure that
cfun
is not set directly, we redefine it so
700
that it is not an lvalue. Rather than assign to
cfun
, use
702
#define
cfun
(
cfun
+ 0
696
extern GTY(()) struct function *
cfun
;
variable in typeref:struct:function
701
#define
cfun
macro
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h
488
#define current_function_static_stack_size (
cfun
->su->static_stack_size)
489
#define current_function_dynamic_stack_size (
cfun
->su->dynamic_stack_size)
490
#define current_function_pushed_stack_size (
cfun
->su->pushed_stack_size)
491
#define current_function_dynamic_alloc_count (
cfun
->su->dynamic_alloc_count)
493
(
cfun
->su->has_unbounded_dynamic_stack_size)
697
extern GTY(()) struct function *
cfun
;
699
/* In order to ensure that
cfun
is not set directly, we redefine it so
700
that it is not an lvalue. Rather than assign to
cfun
, use
702
#define
cfun
(
cfun
+ 0
696
extern GTY(()) struct function *
cfun
;
variable in typeref:struct:function
701
#define
cfun
macro
[
all
...]
Completed in 818 milliseconds