/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | LangStandards.def | 66 LANGSTANDARD(c11, "c11", 69 LANGSTANDARD_ALIAS(c11, "iso9899:2011") 70 LANGSTANDARD_ALIAS_DEPR(c11, "c1x") 71 LANGSTANDARD_ALIAS_DEPR(c11, "iso9899:201x")
|
H A D | DiagnosticGroups.td | 1124 def C11 : DiagGroup<"c11-extensions">;
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
H A D | collection.c | 35 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable 214 l10 = s10 = c10 = 10; l11 = s11 = c11 = 11; 258 l10 = s10 = c10 = 0; l11 = s11 = c11 = 0;
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020402-2.c | 95 unsigned long c11; member 199 RDbf11 = &statsPtr->u.gem.c11; in setStatPointers()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/ |
H A D | override1.C | 12 struct c11 : virtual public c5 {}; struct
|
/openbsd/gnu/llvm/compiler-rt/cmake/ |
H A D | crt-config-ix.cmake | 8 builtin_check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
|
H A D | builtin-config-ix.cmake | 11 builtin_check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
|
H A D | config-ix.cmake | 70 check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
|
/openbsd/gnu/llvm/compiler-rt/lib/crt/ |
H A D | CMakeLists.txt | 47 append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 CRT_CFLAGS)
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | crx.h | 68 c9, c10, c11, c12, c13, c14, c15, enumerator
|
/openbsd/sys/arch/arm/include/ |
H A D | sysreg.h | 170 #define CP15_DCCMVAU(rr) p15, 0, rr, c7, c11, 1 /* Data cache clean by MVA PoU */
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 82 cflags_c = [ "-std=c11" ]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.td | 192 def GP: Rc<11, "gp", ["c11"]>, DwarfRegNum<[78]>; 212 def C11_10 : Rcc<10, "c11:10", [UGP, GP]>, DwarfRegNum<[76]>;
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | CMakeLists.txt | 748 append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 BUILTIN_CFLAGS)
|
/openbsd/gnu/llvm/clang/docs/CommandGuide/ |
H A D | clang.rst | 131 | ``c11``
|
/openbsd/lib/libcrypto/curve25519/ |
H A D | curve25519.c | 4175 int64_t c11 = (load_4(c + 28) >> 7); in sc_muladd() local 4239 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + in sc_muladd()
|
/openbsd/usr.sbin/nsd/ |
H A D | configure | 3937 ac_prog_cc_stdc=c11 5063 ac_prog_cc_stdc=c11
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | Modules.rst | 579 c11
|
H A D | LanguageExtensions.rst | 1301 features are enabled with the ``-std=c11`` or ``-std=gnu11`` option when
|
H A D | UsersManual.rst | 3056 The supported modes for C are c89, gnu89, c94, c99, gnu99, c11, gnu11, c17,
|
/openbsd/usr.sbin/unbound/ |
H A D | configure | 4271 ac_prog_cc_stdc=c11 5622 ac_prog_cc_stdc=c11
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 6736 HelpText<"Set language version (c++14,c++17,c++20,c++latest,c11,c17)">;
|