Lines Matching defs:alias
249 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
251 # define __REDIRECT_NTH(name, proto, alias) \ argument
253 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
256 # define __REDIRECT_NTH(name, proto, alias) \ argument
258 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
579 # define __LDBL_REDIR1(name, proto, alias) ... unused__ldbl_redir1 argument
580 # define __LDBL_REDIR1_DECL(name, alias) \ argument
583 # define __LDBL_REDIR1_NTH(name, proto, alias) \ argument
585 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
589 # define __REDIRECT_LDBL(name, proto, alias) ... unused__redirect_ldbl argument
598 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument
601 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument
606 # define __LDBL_REDIR1_DECL(name, alias) \ argument
610 # define __REDIRECT_LDBL(name, proto, alias) \ argument
612 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
618 # define __LDBL_REDIR1(name, proto, alias) name proto argument
620 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW argument
625 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias) argument
626 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument