Home
last modified time | relevance | path

Searched refs:freestanding (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dstandards.texi35 @cindex freestanding implementation
36 @cindex freestanding environment
107 freestanding implementation} is only required to provide certain
112 required for freestanding implementations. The standard also defines
113 two environments for programs, a @dfn{freestanding environment},
115 facilities beyond those required of freestanding implementations,
120 char *[])}. An OS kernel would be a freestanding environment; a
125 GCC aims towards being usable as a conforming freestanding
131 freestanding implementation for a freestanding environment, use the
141 freestanding implementations; to use the facilities of a hosted
[all …]
H A Dsourcebuild.texi143 standard of freestanding implementations. @xref{Headers, , Headers
242 required of freestanding implementations. These headers are installed
268 required of ISO C freestanding implementations, but needs to include
H A Dtrouble.texi713 GCC by itself attempts to be a conforming freestanding implementation.
1214 freestanding implementation should define @code{__STDC__} even though it
1216 conforming freestanding implementation, and it is therefore required to
/openbsd/gnu/gcc/gcc/doc/
H A Dstandards.texi35 @cindex freestanding implementation
36 @cindex freestanding environment
107 freestanding implementation} is only required to provide certain
112 required for freestanding implementations. The standard also defines
113 two environments for programs, a @dfn{freestanding environment},
115 facilities beyond those required of freestanding implementations,
120 char *[])}. An OS kernel would be a freestanding environment; a
125 GCC aims towards being usable as a conforming freestanding
131 freestanding implementation for a freestanding environment, use the
141 freestanding implementations; to use the facilities of a hosted
[all …]
H A Dtrouble.texi540 GCC by itself attempts to be a conforming freestanding implementation.
1169 freestanding implementation should define @code{__STDC__} even though it
1171 conforming freestanding implementation, and it is therefore required to
H A Dsourcebuild.texi153 standard of freestanding implementations. @xref{Headers, , Headers
270 required of freestanding implementations. These headers are installed
296 required of ISO C freestanding implementations, but needs to include
H A Dimplement-c.texi24 a freestanding environment); refer to their documentation for details.
/openbsd/sys/dev/pci/drm/
H A Ddrm_modes.c1980 bool freestanding, in drm_mode_parse_cmdline_extra() argument
1989 if (freestanding) in drm_mode_parse_cmdline_extra()
1995 if (freestanding) in drm_mode_parse_cmdline_extra()
2169 bool freestanding, in drm_mode_parse_cmdline_options() argument
2247 if (rotation && freestanding) in drm_mode_parse_cmdline_options()
2376 bool freestanding = false, parse_extras = false; in drm_mode_parse_command_line_for_connector() local
2461 freestanding = true; in drm_mode_parse_command_line_for_connector()
2498 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding, in drm_mode_parse_command_line_for_connector()
2506 freestanding, in drm_mode_parse_command_line_for_connector()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dmodule.modulemap71 requires !freestanding
/openbsd/gnu/lib/libiberty/src/
H A Daclocal.m4193 <limits.h> exists even on freestanding compilers. Under hpux,
H A Dconfigure5071 <limits.h> exists even on freestanding compilers. Under hpux,
6074 <limits.h> exists even on freestanding compilers. Under hpux,
6213 <limits.h> exists even on freestanding compilers. Under hpux,
6435 <limits.h> exists even on freestanding compilers. Under hpux,
7126 <limits.h> exists even on freestanding compilers. Under hpux,
8292 <limits.h> exists even on freestanding compilers. Under hpux,
/openbsd/gnu/gcc/libmudflap/
H A Dconfigure3808 <limits.h> exists even on freestanding compilers. */
3914 <limits.h> exists even on freestanding compilers. */
4019 <limits.h> exists even on freestanding compilers. */
4125 <limits.h> exists even on freestanding compilers. */
4229 <limits.h> exists even on freestanding compilers. */
4338 <limits.h> exists even on freestanding compilers. */
4444 <limits.h> exists even on freestanding compilers. */
4550 <limits.h> exists even on freestanding compilers. */
4654 <limits.h> exists even on freestanding compilers. */
4758 <limits.h> exists even on freestanding compilers. */
[all …]
/openbsd/gnu/llvm/clang/docs/CommandGuide/
H A Dclang.rst256 Indicate that the file should be compiled for a freestanding, not a hosted,
257 environment. Note that it is assumed that a freestanding environment will
/openbsd/gnu/llvm/libcxx/docs/
H A DReleaseNotes.rst175 - In freestanding mode, ``atomic<small enum class>`` does not contain a lock byte anymore if the pl…
/openbsd/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am1102 install-data-local: install-freestanding-headers
1110 install-freestanding-headers:
H A DMakefile.in1474 @GLIBCXX_HOSTED_FALSE@install-data-local: install-freestanding-headers
1481 install-freestanding-headers:
/openbsd/gnu/usr.bin/texinfo/
H A Dconfigure3947 <limits.h> exists even on freestanding compilers. */
5418 <limits.h> exists even on freestanding compilers. */
5649 <limits.h> exists even on freestanding compilers. */
5744 <limits.h> exists even on freestanding compilers. */
5861 <limits.h> exists even on freestanding compilers. */
5966 <limits.h> exists even on freestanding compilers. */
6082 <limits.h> exists even on freestanding compilers. */
6201 <limits.h> exists even on freestanding compilers. */
7190 <limits.h> exists even on freestanding compilers. */
7557 <limits.h> exists even on freestanding compilers. */
[all …]
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv213 "`3753 <https://wg21.link/LWG3753>`__","Clarify entity vs. freestanding entity", "November 2022",""…
239 "`3814 <https://wg21.link/LWG3814>`__","Add freestanding items requested by NB comments", "November…
H A DCxx20Papers.csv151 "`P1855R0 <https://wg21.link/P1855R0>`__","LWG","Make ``<compare>``\ freestanding","Belfast","* *"…
/openbsd/gnu/llvm/clang/docs/
H A DSourceBasedCodeCoverage.rst352 The profiling runtime also supports freestanding environments that lack a
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def152 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfigure7321 <limits.h> exists even on freestanding compilers. */
7643 <limits.h> exists even on freestanding compilers. */
9767 <limits.h> exists even on freestanding compilers. */
10012 <limits.h> exists even on freestanding compilers. */
10115 <limits.h> exists even on freestanding compilers. */
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dconfigure7312 <limits.h> exists even on freestanding compilers. */
7636 <limits.h> exists even on freestanding compilers. */
9779 <limits.h> exists even on freestanding compilers. */
10026 <limits.h> exists even on freestanding compilers. */
10130 <limits.h> exists even on freestanding compilers. */
/openbsd/usr.sbin/nsd/
H A Dconfig.h.in605 required in a freestanding environment). This macro is provided for
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure6363 <limits.h> exists even on freestanding compilers. */
6687 <limits.h> exists even on freestanding compilers. */
10248 <limits.h> exists even on freestanding compilers. */
10350 <limits.h> exists even on freestanding compilers. */
13475 <limits.h> exists even on freestanding compilers. */
14167 <limits.h> exists even on freestanding compilers. */

12