Home
last modified time | relevance | path

Searched refs:stack_arg_under_construction (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcalls.c124 static int stack_arg_under_construction; variable
2442 && stack_arg_under_construction in expand_call()
2745 old_stack_arg_under_construction = stack_arg_under_construction; in expand_call()
2746 stack_arg_under_construction = 0; in expand_call()
2883 if (stack_arg_under_construction) in expand_call()
2901 = stack_arg_under_construction; in expand_call()
2902 stack_arg_under_construction = 0; in expand_call()
3355 stack_arg_under_construction = old_stack_arg_under_construction; in expand_call()
4462 stack_arg_under_construction++; in store_one_arg()
4478 stack_arg_under_construction--; in store_one_arg()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcalls.c155 static int stack_arg_under_construction; variable
3647 && stack_arg_under_construction in expand_call()
3927 old_stack_arg_under_construction = stack_arg_under_construction; in expand_call()
3928 stack_arg_under_construction = 0; in expand_call()
4071 if (stack_arg_under_construction) in expand_call()
4090 = stack_arg_under_construction; in expand_call()
4091 stack_arg_under_construction = 0; in expand_call()
4610 stack_arg_under_construction = old_stack_arg_under_construction; in expand_call()
5783 stack_arg_under_construction++; in store_one_arg()
5799 stack_arg_under_construction--; in store_one_arg()