Home
last modified time | relevance | path

Searched refs:c11 (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangStandards.def66 LANGSTANDARD(c11, "c11",
69 LANGSTANDARD_ALIAS(c11, "iso9899:2011")
70 LANGSTANDARD_ALIAS_DEPR(c11, "c1x")
71 LANGSTANDARD_ALIAS_DEPR(c11, "iso9899:201x")
H A DDiagnosticGroups.td1124 def C11 : DiagGroup<"c11-extensions">;
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.c35 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 D20020402-2.c95 unsigned long c11; member
199 RDbf11 = &statsPtr->u.gem.c11; in setStatPointers()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Doverride1.C12 struct c11 : virtual public c5 {}; struct
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dcrt-config-ix.cmake8 builtin_check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
H A Dbuiltin-config-ix.cmake11 builtin_check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
H A Dconfig-ix.cmake70 check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
/openbsd/gnu/llvm/compiler-rt/lib/crt/
H A DCMakeLists.txt47 append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 CRT_CFLAGS)
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h68 c9, c10, c11, c12, c13, c14, c15, enumerator
/openbsd/sys/arch/arm/include/
H A Dsysreg.h170 #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 DBUILD.gn82 cflags_c = [ "-std=c11" ]
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td192 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 DCMakeLists.txt748 append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 BUILTIN_CFLAGS)
/openbsd/gnu/llvm/clang/docs/CommandGuide/
H A Dclang.rst131 | ``c11``
/openbsd/lib/libcrypto/curve25519/
H A Dcurve25519.c4175 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 Dconfigure3937 ac_prog_cc_stdc=c11
5063 ac_prog_cc_stdc=c11
/openbsd/gnu/llvm/clang/docs/
H A DModules.rst579 c11
H A DLanguageExtensions.rst1301 features are enabled with the ``-std=c11`` or ``-std=gnu11`` option when
H A DUsersManual.rst3056 The supported modes for C are c89, gnu89, c94, c99, gnu99, c11, gnu11, c17,
/openbsd/usr.sbin/unbound/
H A Dconfigure4271 ac_prog_cc_stdc=c11
5622 ac_prog_cc_stdc=c11
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6736 HelpText<"Set language version (c++14,c++17,c++20,c++latest,c11,c17)">;