| /src/usr.bin/c11/ |
| c11.sh | 2 exec /usr/bin/cc -std=c11 "$@"
|
| Makefile | 3 SCRIPTS= c11.sh 6 MAN= c11.1
|
| /src/sys/arch/arm/arm/ |
| cpufunc_asm_arm8.S | 133 mcr p15, 0, r2, c7, c11, 1 135 mcr p15, 0, r2, c7, c11, 1 137 mcr p15, 0, r2, c7, c11, 1 139 mcr p15, 0, r2, c7, c11, 1 141 mcr p15, 0, r2, c7, c11, 1 143 mcr p15, 0, r2, c7, c11, 1 145 mcr p15, 0, r2, c7, c11, 1 147 mcr p15, 0, r2, c7, c11, 1 149 mcr p15, 0, r2, c7, c11, 1 151 mcr p15, 0, r2, c7, c11, [all...] |
| cpufunc_asm_sheeva.S | 245 mcr p15, 1, r0, c15, c11, 4 /* Inv L2 zone start address */ 246 mcr p15, 1, r2, c15, c11, 5 /* Inv L2 zone end address */ 289 mcr p15, 1, r0, c15, c11, 4 /* Inv L2 zone start address */ 290 mcr p15, 1, r2, c15, c11, 5 /* Inv L2 zone end address */ 353 mcr p15, 1, r0, c15, c11, 0 /* Invalidate L2 */
|
| /src/share/man/man7/ |
| Makefile | 51 c.7 c11.7 \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 65 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable 255 l10 = s10 = c10 = 10; l11 = s11 = c11 = 11; 306 l10 = s10 = c10 = 0; l11 = s11 = c11 = 0;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| collection.c | 65 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable 255 l10 = s10 = c10 = 10; l11 = s11 = c11 = 11; 306 l10 = s10 = c10 = 0; l11 = s11 = c11 = 0;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| edit-context.cc | 1406 location_t c11 = linemap_position_for_column (line_table, 11); local 1428 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), 1744 location_t c11 = linemap_position_for_column (line_table, 11); local 1753 rich_location richloc (line_table, c11); 1770 rich_location richloc (line_table, c11); 1788 rich_location richloc (line_table, c11); 1789 source_range range = source_range::from_locations (c11, c14); 1806 rich_location richloc (line_table, c11); 1807 source_range range = source_range::from_locations (c11, c15);
|
| input.cc | 2217 const location_t c11 = linemap_position_for_column (line_table, 11); local 2236 const location_t not_aaa = make_location (c11, aaa, c14); 2237 ASSERT_EQ (c11, get_pure_location (not_aaa)); 2252 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); 2255 ASSERT_EQ (c11, get_pure_location (not_aaa_eq_bbb));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| edit-context.cc | 1382 location_t c11 = linemap_position_for_column (line_table, 11); local 1404 replace_b.add_fixit_replace (source_range::from_locations (c11, c15), 1714 location_t c11 = linemap_position_for_column (line_table, 11); local 1723 rich_location richloc (line_table, c11); 1739 rich_location richloc (line_table, c11); 1756 rich_location richloc (line_table, c11); 1757 source_range range = source_range::from_locations (c11, c14); 1773 rich_location richloc (line_table, c11); 1774 source_range range = source_range::from_locations (c11, c15);
|
| input.cc | 2056 const location_t c11 = linemap_position_for_column (line_table, 11); local 2075 const location_t not_aaa = make_location (c11, aaa, c14); 2076 ASSERT_EQ (c11, get_pure_location (not_aaa)); 2091 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); 2094 ASSERT_EQ (c11, get_pure_location (not_aaa_eq_bbb));
|
| /src/usr.bin/ |
| Makefile | 8 bzip2 bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon10637
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon12101
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon21489
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| crx.h | 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon1077
|
| /src/share/mk/ |
| bsd.sys.mk | 63 # code uses alloca(3) which -std=c11 compiles broken-at-runtime. Until 65 # with -std=c11), we have to continue using -std=gnu11 and not 66 # -std=c11.
|
| /src/external/gpl3/gcc/lib/libstdc++-v3/ |
| Makefile | 128 CPPFLAGS.c11-cow-string-inst.cc+= -I${GLIBCXX_SRCDIR}/src/c++11 188 c11-codecvt.cc \
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/ |
| Makefile | 127 CPPFLAGS.c11-cow-string-inst.cc+= -I${DIST}/libstdc++-v3/src/c++11 189 c11-codecvt.cc \
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/ |
| mul_1.asm | 216 L(c11): neg n
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
| ed25519_ref10.c | 1124 int64_t c11 = (load_4(c + 28) >> 7); local 1191 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 +
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/ |
| defs.mk | 15 G_CPP11_SOURCES=chrono.cc c11-codecvt.cc condition_variable.cc cow-stdexcept.cc ctype.cc debug.cc functexcept.cc functional.cc futex.cc future.cc hash_c++0x.cc hashtable_c++0x.cc ios.cc limits.cc mutex.cc placeholders.cc random.cc regex.cc shared_ptr.cc snprintf_lite.cc system_error.cc thread.cc cow-locale_init.cc cow-shim_facets.cc cxx11-hash_tr1.cc cxx11-ios_failure.cc cxx11-shim_facets.cc cxx11-stdexcept.cc ctype_configure_char.cc ctype_members.cc cow-fstream-inst.cc cow-sstream-inst.cc cow-string-inst.cc cow-string-io-inst.cc cow-wstring-inst.cc cow-wstring-io-inst.cc cxx11-locale-inst.cc cxx11-wlocale-inst.cc sso_string.cc ext11-inst.cc fstream-inst.cc ios-inst.cc iostream-inst.cc istream-inst.cc locale-inst.cc ostream-inst.cc sstream-inst.cc streambuf-inst.cc string-inst.cc string-io-inst.cc wlocale-inst.cc wstring-inst.cc wstring-io-inst.cc
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/ |
| defs.mk | 13 G_CPP11_SOURCES=chrono.cc c11-codecvt.cc condition_variable.cc cow-stdexcept.cc ctype.cc debug.cc functexcept.cc functional.cc futex.cc future.cc hash_c++0x.cc hashtable_c++0x.cc ios.cc limits.cc mutex.cc placeholders.cc random.cc regex.cc shared_ptr.cc snprintf_lite.cc system_error.cc thread.cc cow-locale_init.cc cow-shim_facets.cc cxx11-hash_tr1.cc cxx11-ios_failure.cc cxx11-shim_facets.cc cxx11-stdexcept.cc ctype_configure_char.cc ctype_members.cc cow-fstream-inst.cc cow-sstream-inst.cc cow-string-inst.cc cow-string-io-inst.cc cow-wstring-inst.cc cow-wstring-io-inst.cc cxx11-locale-inst.cc cxx11-wlocale-inst.cc sso_string.cc ext11-inst.cc fstream-inst.cc ios-inst.cc iostream-inst.cc istream-inst.cc locale-inst.cc ostream-inst.cc sstream-inst.cc streambuf-inst.cc string-inst.cc string-io-inst.cc wlocale-inst.cc wstring-inst.cc wstring-io-inst.cc
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| curve25519.c | 5156 int64_t c11 = (load_4(c + 28) >> 7); local 5216 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| curve25519.c | 5007 int64_t c11 = (load_4(c + 28) >> 7); local 5067 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
|