Lines Matching +full:processor +full:- +full:b +full:- +full:side

1 .\"-
4 .\" SPDX-License-Identifier: BSD-2-Clause
30 .Bl -tag -offset 2n -width 0
32 .Bl -column -offset 0n indent-two
42 .Bl -column -offset 0n indent-two
63 .Bl -column "---------------"
66 __volatile in pre-ANSI environments that support this extension or nothing
69 __inline in pre-ANSI environments that support this extension or nothing
73 .It Dv __CONCAT Ta used to paste two pre-processor tokens.
83 .Bl -column "---------------"
87 .It Sy __pure2 Ta Function has no side effects
116 .It Sy __pure Ta Function has no side effects
220 .Bl -column "---------------"
247 .Bl -column "---------------"
253 in C++-11 and newer compilation environments, otherwise
261 .It Sy __generic Ta implement _Generic-like features which aren't entirely possible to emulate the …
262 .It Sy __noexcept Ta to emulate the C++11 argument-less noexcept form
271 .Bl -column "---------------"
282 .Bl -column "---------------"
291 .Bl -column "---------------"
303 Selection of the language dialect is a compiler-dependent command line option,
311 .Bl -tag
313 Pre-ANSI Kernighan and Ritchie C.
322 .St -isoC-2023 .
325 .It St -ansiC
333 .It St -isoC-99
338 .It St -isoC-2011
352 .It St -isoC-2023
367 .Bl -column "---------------"
369 .It Dv _POSIX_SOURCE Ta St -p1003.1-88 including St -ansiC
370 .It Dv _POSIX_C_SOURCE = 1 Ta St -p1003.1-88 including St -ansiC
371 .It Dv _POSIX_C_SOURCE = 2 Ta St -p1003.1-90 including St -ansiC
372 .It Dv _POSIX_C_SOURCE = 199309 Ta St -p1003.1b-93 including St -ansiC
373 .It Dv _POSIX_C_SOURCE = 199506 Ta St -p1003.1c-95 including St -ansiC
374 .It Dv _POSIX_C_SOURCE = 200112 Ta St -p1003.1-2001 including St -isoC-99
375 .It Dv _POSIX_C_SOURCE = 200809 Ta St -p1003.1-2008 including St -isoC-99
376 .It Dv _POSIX_C_SOURCE = 202405 Ta St -p1003.1-2024 including ISO/IEC 9899:2018 ("ISO C17"),
377 .It Dv _XOPEN_SOURCE defined Ta St -p1003.1-90 with XPG Extensions to St -susv1 including St -ansiC…
381 .It Dv _XOPEN_SOURCE = 500 Ta St -p1003.1c-95 and XPG extensions to St -susv2 including St -ansiC
382 .It Dv _XOPEN_SOURCE = 600 Ta St -p1003.1-2001 and XPG extensions to St -susv3 including St -isoC-99
383 .It Dv _XOPEN_SOURCE = 700 Ta St -p1003.1-2008 and XPG extensions to St -susv4 including St -isoC-99
384 .It Dv _XOPEN_SOURCE = 800 Ta St -p1003.1-2024 and XPG extensions to Version 5 of the Single UNIX S…
385 .It Dv _ANSI_SOURCE Ta St -ansiC
386 .It Dv _C99_SOURCE Ta St -isoC-99
387 .It Dv _C11_SOURCE Ta St -isoC-2011
388 .It Dv _C23_SOURCE Ta St -isoC-2023
393 .St -p1003.1-2024
400 .St -p1003.1-2008 ,
402 .St -isoC-2011
405 .St -p1003.1-2008
407 .St -p1003.1-2024 ,
409 .St -isoC-2023
417 .Bl -column "---------------"
426 .St -p1003.1-88
428 .St -p1003.1-90 .
431 .St -isoC-90 ,
432 .St -isoC-99 ,
433 .St -isoC-2011 ,
435 .St -isoC-2023 ,
441 .St -isoC-2011
448 .Bl -tag
482 .Fl pedantic-errors