Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c942 expand_builtin_return_addr (enum built_in_function fndecl_code, int count) in expand_builtin_return_addr() argument
957 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
975 if (RETURN_ADDR_IN_PREVIOUS_FRAME && fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
991 if (fndecl_code == BUILT_IN_FRAME_ADDRESS) in expand_builtin_return_addr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.cc831 expand_builtin_return_addr (enum built_in_function fndecl_code, int count) in expand_builtin_return_addr() argument
846 if (count == 0 && fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
864 if (RETURN_ADDR_IN_PREVIOUS_FRAME && fndecl_code == BUILT_IN_RETURN_ADDRESS) in expand_builtin_return_addr()
880 if (fndecl_code == BUILT_IN_FRAME_ADDRESS) in expand_builtin_return_addr()