Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dstandards.texi7 @cindex C standard
9 @cindex ANSI C standard
15 @cindex ISO C standard
53 published in 1990. This standard was ratified as an ISO standard
56 ANSI standard were renumbered and became clauses in the ISO standard.
59 standard, but not the ISO standard, also came with a Rationale
75 @dfn{C95}. To select this standard in GCC, use the option
81 support for this standard version; see
92 rare occasions conflict with the C standard. @xref{C
159 @c FIXME: details of C++ standard.
[all …]
/openbsd/gnu/gcc/gcc/doc/
H A Dstandards.texi7 @cindex C standard
9 @cindex ANSI C standard
15 @cindex ISO C standard
53 published in 1990. This standard was ratified as an ISO standard
56 ANSI standard were renumbered and became clauses in the ISO standard.
59 standard, but not the ISO standard, also came with a Rationale
75 @dfn{C95}. To select this standard in GCC, use the option
81 support for this standard version; see
92 rare occasions conflict with the C standard. @xref{C
157 @c FIXME: details of C++ standard.
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing9.C5 namespace standard
9 namespace A { using standard::print; }
10 namespace B { using namespace standard; } variable
12 { using namespace standard; variable
19 { using namespace standard; variable
/openbsd/regress/usr.bin/mandoc/mdoc/Bx/
H A Dargs.out_markdown12 one standard argument:
15 one non-standard argument:
18 one semi-standard argument:
21 two standard arguments:
H A Dargs.out_ascii9 one standard argument: 4.4BSD.
11 one non-standard argument: nett.BSD
13 one semi-standard argument: 4.1cBSD
15 two standard arguments: 4.3BSD-Reno
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DHEADER_POLICY47 The number of standard headers makes testing all permutations of
49 In any case, for some standard headers (as for the above) no ordering
58 an equivalent to the standard header <xxx>.
65 may sub-include other headers. When they sub-include non-standard
67 non-standard header.
70 intended for standard headers among two or more files, and then
114 Of course we have the standard headers under their mandated names:
129 the guard for standard header <bits/std_A.h> is just _CPP_A,
147 Of course splitting up standard headers this way creates
156 by the standard header, and any other standard header that
[all …]
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DHEADER_POLICY47 The number of standard headers makes testing all permutations of
49 In any case, for some standard headers (as for the above) no ordering
58 an equivalent to the standard header <xxx>.
65 may sub-include other headers. When they sub-include non-standard
67 non-standard header.
70 intended for standard headers among two or more files, and then
114 Of course we have the standard headers under their mandated names:
129 the guard for standard header <bits/std_A.h> is just _CPP_A,
147 Of course splitting up standard headers this way creates
156 by the standard header, and any other standard header that
[all …]
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-as.rst16 into a file or to standard output.
19 standard input.
22 **llvm-as** sends its output to a file or standard output by following
25 * If the input is standard input, then the output is standard output.
47 sends its output to standard output.
H A Dllvm-dis.rst18 input from standard input.
20 If the input is being read from standard input, then **llvm-dis**
21 will send its output to standard output by default. Otherwise, the
43 to standard output.
H A Dllvm-opt-report.rst66 If ``input`` is "``-``" or omitted, :program:`llvm-opt-report` reads from standard
70 to standard output. If the :option:`-o` option specifies "``-``", then the output will also
71 be sent to standard output.
111 to standard error, and the tool returns 1.
H A Dllvm-link.rst15 into a single LLVM bitcode file. It writes the output file to standard output,
31 :program:`llvm-link` will write its output to standard output.
40 output bitcode file to standard error.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DREADME27 standard-conforming user programs.
30 Headers intended to directly include standard C headers.
34 Headers intended to include standard C headers, and put select
39 Headers intended to shadow standard C headers provided by an
46 Files included by standard headers and by other files in
54 Headers that define extensions to the standard library. No
55 standard header refers to any of them.
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx17.rst16 In November 2014, the C++ standard committee created a draft for the next version of the C++ standa…
17 In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval a…
21 .. attention:: Features in unreleased drafts of the standard are subject to change.
H A DCxx14.rst16 In April 2013, the C++ standard committee approved the draft for the next version of the C++ standa…
18 The draft standard includes papers and issues that were voted on at the previous three meetings (Ko…
H A DCxx20.rst16 In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, …
17 In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval …
21 .. attention:: Features in unreleased drafts of the standard are subject to change.
H A DCxx2b.rst16 In November 2020, the C++ standard committee adopted the first changes to the next version of the C…
20 .. attention:: Features in unreleased drafts of the standard are subject to change.
/openbsd/gnu/gcc/libstdc++-v3/
H A DREADME27 standard-conforming user programs.
30 Headers intended to directly include standard C headers.
34 Headers intended to include standard C headers, and put select
39 Files included by standard headers and by other files in
47 Headers that define extensions to the standard library. No
48 standard header refers to any of them.
/openbsd/gnu/lib/libiberty/src/
H A Dpexecute.txh4 Prepare to execute one or more programs, with standard output of each
5 program fed to standard input of the next. This is a system
48 it should be set when executing a single program. The standard output
66 Send the program's standard error to standard output, if possible.
83 Send the program's standard error to a pipe, if possible. This flag
93 @var{outname} is used to set the name of the file to use for standard
107 Otherwise the code will use a file to hold standard
113 hold standard output.
133 @var{errname} is the file name to use for standard error output. If
134 it is @code{NULL}, standard error is the same as the caller's.
[all …]
/openbsd/lib/libc/db/hash/
H A DREADME15 keys/data pairs entered from standard in.
23 Creates a table from the key/data pairs on standard in and
34 to standard out.
38 Reads key/data pairs from standard in and looks them up
41 Reads key/data pairs from standard in, looks them up
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMStdlib.cmake1 # This CMake module is responsible for setting the standard library to libc++
47 "Can't specify static linking for the C++ standard library")
50 message(WARNING "Not sure how to specify static linking of C++ standard "
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Di386-prologue.c36 standard (); in main()
48 SYMBOL (standard) ":\n"
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage.xr20 or ">&STDOUT" are used then standard output is used. If ">&2" or
21 ">&STDERR" is used then standard error is used.
45 in usage message format. If omitted, standard input is read -
53 specified then standard input is read.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangStandards.def15 /// \param IDENT - The name of the standard as a C++ identifier.
16 /// \param NAME - The name of the standard.
17 /// \param LANG - The Language for which this is a standard.
18 /// \param DESC - A short description of the standard.
19 /// \param FEATURES - The standard features as flags, these are enums from the
23 /// \param IDENT - The name of the standard as a C++ identifier.
24 /// \param ALIAS - The alias of the standard.
/openbsd/regress/usr.bin/mandoc/roff/de/
H A Dappend.out_ascii9 standard macro: [in brackets] end
11 append to standard macro: [in brackets] end (appended words)
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dpe.h235 AOUTHDR standard; member
271 AOUTHDR64 standard; member
273 AOUTHDR standard;

12345678910>>...43