| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | implement-c.texi | 7 @cindex implementation-defined behavior, C language 9 A conforming implementation of ISO C is required to document its 11 ``implementation defined''. The following lists all such areas, 13 9899:1999 standards. Some areas are only implementation-defined in 27 * Translation implementation:: 28 * Environment implementation:: 29 * Identifiers implementation:: 30 * Characters implementation:: 31 * Integers implementation:: 32 * Floating point implementation:: [all …]
|
| H A D | standards.texi | 35 @cindex freestanding implementation 37 @cindex hosted implementation 105 implementation. A @dfn{conforming hosted implementation} supports the 107 freestanding implementation} is only required to provide certain 117 implementation-defined, and a @dfn{hosted environment}, which is not 122 in a hosted implementation. 126 implementation, or as the compiler for a conforming hosted 127 implementation. By default, it will act as the compiler for a hosted 128 implementation, defining @code{__STDC_HOSTED__} as @code{1} and 131 freestanding implementation for a freestanding environment, use the
|
| /openbsd-src/usr.bin/sed/ |
| H A D | POSIX | 41 backslash in front of it. This implementation follows the BSD 50 implementation permits whitespace but does not require it. 54 POSIX. This implementation permits whitespace but does not 61 is a cleanup, and is followed by this implementation. 78 one might reverse the behaviour.) This implementation follows 86 command. This implementation follows historic practice and 99 This implementation follows historic practice. 107 any particular purpose, this implementation follows the POSIX 121 Historic implementations, and this implementation, do not output 128 does not specify this. This implementation follows historical [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | class-8.m | 7 implementation - in a category */ 15 @implementation RootClass 26 @implementation SubClass 40 @implementation SubSubClass 43 @implementation SubSubClass (Additions)
|
| H A D | class-9.m | 7 implementation but reusing it with super - in a category */ 15 @implementation RootClass 26 @implementation SubClass 40 @implementation SubSubClass 43 @implementation SubSubClass (Additions)
|
| H A D | class-3.m | 13 @implementation RootClass 19 @implementation SubClassA 25 @implementation SubClassB 31 @implementation SubSubClass
|
| H A D | class-11.m | 7 implementation and using self to call another method of itself - in 16 @implementation RootClass 27 @implementation SubClass 42 @implementation SubSubClass 49 @implementation SubSubClass (Additions)
|
| H A D | class-5.m | 7 implementation */ 15 @implementation RootClass 26 @implementation SubClass 40 @implementation SubSubClass
|
| H A D | class-6.m | 7 implementation but reusing it with super */ 15 @implementation RootClass 26 @implementation SubClass 40 @implementation SubSubClass
|
| H A D | class-13.m | 6 methods and a subclass overriding the superclass' implementation 15 @implementation RootClass 25 @implementation SubClass 39 @implementation SubSubClass
|
| H A D | class-10.m | 7 implementation, and using self to call another method of itself */ 15 @implementation RootClass 26 @implementation SubClass 41 @implementation SubSubClass
|
| H A D | class-14.m | 6 methods and a subclass overriding the superclass' implementation, 15 @implementation RootClass 25 @implementation SubClass 40 @implementation SubSubClass
|
| H A D | load-3.m | 25 @implementation A (Category) 39 @implementation B(Category) 53 @implementation B 73 @implementation A
|
| H A D | class-7.m | 15 @implementation RootClass 24 @implementation SubClass 32 @implementation SubClass (Additions)
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | ppptools.pl | 91 my $section = 'implementation'; 93 my $vsec = join '|', qw( provides dontwarn implementation 101 if ($section eq 'implementation') { 146 if (exists $data{tests} && (!exists $data{implementation} || $data{implementation} !~ /\S/)) { 147 $data{implementation} = ''; 150 $data{implementation} =~ /\S/ or die "Empty implementation in $file\n"; 156 my @tmp = eval "\$data{implementation} =~ ${p}gm"; 163 my @tmp = $data{implementation} [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | super-class-2.m | 15 @implementation NSObject 20 @implementation NSMenuItem 31 @implementation NSObject (Test) 40 @implementation NSMenuItem (Test)
|
| H A D | proto-hier-1.m | 20 @implementation NSObject 31 @implementation Boo 42 @implementation Foo
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/ |
| H A D | dealloc_example.m | 8 @implementation MyObject // warn: lacks 'dealloc' 15 @implementation MyObject // warn: does not send 'dealloc' to super 27 @implementation MyObject 41 @implementation MyObject
|
| /openbsd-src/gnu/llvm/llvm/docs/DependenceGraphs/ |
| H A D | index.rst | 14 The implementation of these ideas in LLVM may be slightly different than 16 the `implementation details <implementation-details_>`_. 72 ``DirectedGraph`` class. Each implementation extends its corresponding 94 pattern as it applies to the dependence graph implementation. 105 implementation. 129 The current implementation of DDG differs slightly from the dependence 132 …implementation, DDG nodes naturally represent LLVM IR instructions. An assignment statement in thi… 133 …cy*, *flow-*, *anti-*, *output-*, and *input-* dependencies. In this implementation *memory* edges… 134 …re SCCs and *IN* nodes whose bodies are not part of any SCC. In this implementation, pi-blocks are…
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/special/ |
| H A D | unclaimed-category-1a.m | 10 @implementation TestClass (A) 17 @implementation TestClass (B) 24 @implementation TestClass (C)
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | ExperimentalFeatures.rst | 41 ``std``. Once that implementation is complete, we then create a deprecation 146 The FileSystem TS implementation was shipped in namespace ``std`` in LLVM 7.0, and was 152 We have not yet shipped an implementation of the Parallelism TS. 157 An implementation of the Coroutines TS was shipped in LLVM 5.0 in namespace ``std::experimental``, 158 and C++20 Coroutines shipped in LLVM 14.0. The implementation of the Coroutines TS in ``std::experi… 164 We have not yet shipped an implementation of the Networking TS. 169 We will not ship an implementation of the Ranges TS, however we are actively working on 170 the implementation of C++20 Ranges. 175 We will not ship an implementation of the Concepts TS, however we are shipping an 176 implementation of C++20 Concepts. [all …]
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | FormatPaper.csv | 5 …ime.syn>`_,"Formatter ``chrono::utc_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,, 6 …ime.syn>`_,"Formatter ``chrono::tai_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,, 7 …ime.syn>`_,"Formatter ``chrono::gps_time<Duration>``",A ``<chrono>`` implementation,Not assigned,,, 10 …"Formatter ``chrono::local-time-format-t<Duration>``",A ``<chrono>`` implementation,Not assigned,,, 27 …g21.link/time.syn>`_,"Formatter ``chrono::sys_info``",A ``<chrono>`` implementation,Mark de Wever,, 28 …1.link/time.syn>`_,"Formatter ``chrono::local_info``",A ``<chrono>`` implementation,Mark de Wever,, 29 …matter ``chrono::zoned_time<Duration, TimeZonePtr>``",A ``<chrono>`` implementation,Mark de Wever,,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | standards.texi | 35 @cindex freestanding implementation 37 @cindex hosted implementation 105 implementation. A @dfn{conforming hosted implementation} supports the 107 freestanding implementation} is only required to provide certain 117 implementation-defined, and a @dfn{hosted environment}, which is not 122 in a hosted implementation. 126 implementation, or as the compiler for a conforming hosted 127 implementation. By default, it will act as the compiler for a hosted 128 implementation, defining @code{__STDC_HOSTED__} as @code{1} and 131 freestanding implementation for a freestanding environment, use the
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | linker_script.rst | 1 Linker Script implementation notes and policy 5 implementation policy is to implement linker script features as they are 7 We consider it a bug if the lld implementation does not agree with the manual 11 an implementation. In particular some features are only defined by the 12 implementation and have changed over time. 14 The lld implementation policy for properties of linker scripts that are not 15 defined by the documentation is to follow the GNU ld implementation wherever 16 possible. We reserve the right to make different implementation choices where
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Toolchain.rst | 86 command-line interface of the frontend is considered to be an implementation 134 appropriate implementation of each runtime library, selected based on 204 compiler-rt contains an implementation of an atomics library. 209 libgcc_s does not provide an implementation of an atomics library. Instead, 250 This is another implementation of the libunwind specification. 256 This is another implementation of the libunwind specification. 267 The only supported implementation of these runtimes is provided by LLVM's 282 The C++ ABI library provides an implementation of the library portion of 303 `libc++abi <https://libcxxabi.llvm.org/>`_ is LLVM's implementation of this 309 libsupc++ is GCC's implementation of this specification. However, this [all …]
|