Searched refs:__attribute (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dmathconf.h73 typedef unsigned int U_int32_t __attribute ((mode (SI)));
74 typedef int Int32_t __attribute ((mode (SI)));
75 typedef unsigned int U_int64_t __attribute ((mode (DI)));
76 typedef int Int64_t __attribute ((mode (DI)));
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h89 __attribute((nothrow));
91 __attribute((nothrow));
93 __attribute((nothrow));
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h126 # define __attribute(arg) __attribute__ (arg) macro
128 # define __attribute(arg) macro
382 # define internal_function __attribute ((regparm (3), stdcall))
401 internal_function __attribute ((pure));
720 internal_function __attribute ((pure))
733 internal_function __attribute ((pure))
743 internal_function __attribute ((pure))
H A Dregex_internal.c835 internal_function __attribute ((pure))
1358 internal_function __attribute ((pure))
1373 internal_function __attribute ((pure))
H A Dregcomp.c291 __attribute ((always_inline))
2792 __attribute ((always_inline))
2818 __attribute ((always_inline))
2886 __attribute ((always_inline))
2966 __attribute ((always_inline))
H A Dregexec.c1054 __attribute ((always_inline)) internal_function
/freebsd-10.1-release/sbin/routed/rtquery/
H A Drtquery.c127 static void trace_loop(char *argv[]) __attribute((__noreturn__));
128 static void query_loop(char *argv[], int) __attribute((__noreturn__));
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c115 static char cvmx_debug_stack[8*1024] __attribute ((aligned (16)));
133 static char cvmx_debug_stack_all[CVMX_MAX_CORES][8*1024] __attribute ((aligned (16)));

Completed in 206 milliseconds