Lines Matching defs:name

50 # define __glibc_has_builtin(name) __has_builtin (name)  argument
52 # define __glibc_has_builtin(name) 0 argument
203 # define __errordecl(name, msg) \ argument
207 # define __errordecl(name, msg) extern void name (void) argument
246 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
248 # define __REDIRECT_NTH(name, proto, alias) \ argument
250 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
253 # define __REDIRECT_NTH(name, proto, alias) \ argument
255 # define __REDIRECT_NTHNL(name, proto, alias) \ argument
566 # define __LDBL_REDIR(name, proto) ... unused__ldbl_redir argument
567 # define __LDBL_REDIR_DECL(name) \ argument
571 # define __LDBL_REDIR2_DECL(name) \ argument
576 # define __LDBL_REDIR1(name, proto, alias) ... unused__ldbl_redir1 argument
577 # define __LDBL_REDIR1_DECL(name, alias) \ argument
580 # define __LDBL_REDIR1_NTH(name, proto, alias) \ argument
582 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
586 # define __REDIRECT_LDBL(name, proto, alias) ... unused__redirect_ldbl argument
587 # define __LDBL_REDIR_NTH(name, proto) ... unused__ldbl_redir_nth argument
595 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument
596 # define __LDBL_REDIR(name, proto) \ argument
598 # define __LDBL_REDIR1_NTH(name, proto, alias) __REDIRECT_NTH (name, proto, alias) argument
599 # define __LDBL_REDIR_NTH(name, proto) \ argument
601 # define __LDBL_REDIR2_DECL(name) \ argument
603 # define __LDBL_REDIR1_DECL(name, alias) \ argument
605 # define __LDBL_REDIR_DECL(name) \ argument
607 # define __REDIRECT_LDBL(name, proto, alias) \ argument
609 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument
615 # define __LDBL_REDIR1(name, proto, alias) name proto argument
616 # define __LDBL_REDIR(name, proto) name proto argument
617 # define __LDBL_REDIR1_NTH(name, proto, alias) name proto __THROW argument
618 # define __LDBL_REDIR_NTH(name, proto) name proto __THROW argument
619 # define __LDBL_REDIR2_DECL(name) argument
620 # define __LDBL_REDIR_DECL(name) argument
622 # define __REDIRECT_LDBL(name, proto, alias) __REDIRECT (name, proto, alias) argument
623 # define __REDIRECT_NTH_LDBL(name, proto, alias) \ argument