Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c390 expand_builtin_return_addr (fndecl_code, count, tem) in expand_builtin_return_addr() argument
391 enum built_in_function fndecl_code; in expand_builtin_return_addr()
410 if (fndecl_code == BUILT_IN_RETURN_ADDRESS)
429 if (fndecl_code == BUILT_IN_FRAME_ADDRESS)
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.c535 expand_builtin_return_addr (enum built_in_function fndecl_code, int count) in expand_builtin_return_addr() argument
553 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
577 if (fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
596 if (fndecl_code == BUILT_IN_FRAME_ADDRESS) in expand_builtin_return_addr()