Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dimplement-c.texi28 * Translation implementation::
29 * Environment implementation::
30 * Identifiers implementation::
31 * Characters implementation::
32 * Integers implementation::
35 * Hints implementation::
37 * Qualifiers implementation::
38 * Declarators implementation::
39 * Statements implementation::
42 * Architecture implementation::
[all …]
H A Dimplement-cxx.texi8 @cindex implementation-defined behavior, C++ language
10 A conforming implementation of ISO C++ is required to document its
12 ``implementation defined''. The following lists all such areas,
14 14882:2003 standards. Some areas are only implementation-defined in
37 @cite{Each implementation shall include documentation that identifies
56 implementation-defined whether or not the stack is unwound before
H A Dcompat.texi47 @item implementation-defined features
48 Language standards include lists of implementation-defined features whose
49 behavior can vary from one implementation to another. Some of these
55 Conformance to the same ABI and the same behavior of implementation-defined
94 different program behavior for implementation-defined features that are
97 usual behavior of implementation-defined features for the platform.
113 bugs in the implementation of the ABI in different compilers.
H A Dstandards.texi48 @cindex freestanding implementation
50 @cindex hosted implementation
123 implementation. A @dfn{conforming hosted implementation} supports the
125 freestanding implementation} is only required to provide certain
136 implementation-defined, and a @dfn{hosted environment}, which is not
141 in a hosted implementation.
145 implementation, or as the compiler for a conforming hosted
146 implementation. By default, it will act as the compiler for a hosted
147 implementation, defining @code{__STDC_HOSTED__} as @code{1} and
150 freestanding implementation for a freestanding environment, use the
H A Dobjc.texi87 implementation.
156 @@implementation FileStream
184 @@implementation FileStream
234 the @code{+load} implementation of all super classes of a class are
238 the @code{+load} implementation of a class is executed before the
239 @code{+load} implementation of any category.
634 @@implementation WeakPointer
1086 The implementation of messaging in the GNU Objective-C runtime is
1170 @code{objc_msg_lookup()} can not find a method implementation, it
1190 The forwarding method implementation thus created is returned by
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dcharconv90 // Generic implementation for arbitrary bases.
95 static_assert(is_integral<_Tp>::value, "implementation bug");
96 static_assert(is_unsigned<_Tp>::value, "implementation bug");
117 static_assert(is_integral<_Tp>::value, "implementation bug");
118 static_assert(is_unsigned<_Tp>::value, "implementation bug");
136 static_assert(is_integral<_Tp>::value, "implementation bug");
137 static_assert(is_unsigned<_Tp>::value, "implementation bug");
154 // Generic implementation for arbitrary bases.
159 static_assert(is_integral<_Tp>::value, "implementation bug");
160 static_assert(is_unsigned<_Tp>::value, "implementation bug");
[all …]
/dragonfly/usr.bin/sed/
H A DPOSIX41 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.
86 command. This implementation follows historic practice and
99 This implementation follows historic practice.
107 any particular purpose, this implementation follows the POSIX
156 this implementation does as well.
175 This implementation follows historic practice.
179 POSIX. This implementation follows historic practice.
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dmethods.c129 method_setImplementation (struct objc_method * method, IMP implementation) in method_setImplementation() argument
133 if (method == NULL || implementation == NULL) in method_setImplementation()
141 method->method_imp = implementation; in method_setImplementation()
H A Dsendmsg.c676 class_addMethod (Class class_, SEL selector, IMP implementation, in class_addMethod() argument
683 if (class_ == Nil || selector == NULL || implementation == NULL in class_addMethod()
740 method->method_imp = implementation; in class_addMethod()
762 class_replaceMethod (Class class_, SEL selector, IMP implementation, in class_replaceMethod() argument
767 if (class_ == Nil || selector == NULL || implementation == NULL in class_replaceMethod()
775 return method_setImplementation (method, implementation); in class_replaceMethod()
779 class_addMethod (class_, selector, implementation, method_types); in class_replaceMethod()
H A DObject.m1 /* The implementation of class Object for Objective-C.
30 @implementation Object
H A DProtocol.m1 /* This file contains the implementation of class Protocol.
29 @implementation Protocol
H A DREADME45 implementation when the class is loaded into the runtime. This method
69 rewritten it in Objective C, but this implementation is not part of
96 <rms@gnu.ai.mit.edu> has been very helpful with implementation details
/dragonfly/lib/libc/locale/
H A DDESIGN.xlocale12 This document describes the implementation of these APIs for FreeBSD.
17 The overall goal of this implementation is to be compatible with the Darwin
35 implementation gives to this structure and so may be used by existing (bad) code.
44 differs from the Darwin implementation, which includes a deprecated
76 The existing locale implementation included several ad-hoc caching layers.
81 The current xlocale implementation removes the caching entirely. This pattern
100 rule. In the classic implementation, this function returns a pointer to some
157 in either this implementation or the Darwin one. You must call `duplocale()`
/dragonfly/contrib/flex/
H A DAUTHORS14 The fast table representation is a partial implementation of a design
15 done by Van Jacobson. The implementation was done by Kevin Gong and
/dragonfly/contrib/smbfs/
H A DREADME3 SMB/CIFS protocol and SMB/CIFS file system implementation
7 It is a complete, kernel side implementation of SMB requester and filesystem.
/dragonfly/contrib/gcc-4.7/libobjc/objc/
H A Druntime.h547 method_setImplementation (Method method, IMP implementation);
679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation,
690 objc_EXPORT IMP class_replaceMethod (Class class_, SEL selector, IMP implementation,
/dragonfly/crypto/openssh/
H A DREADME11 implementation with all patent-encumbered algorithms removed (to
45 repository which in turn was based on the last free sample implementation
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith13.03 # Require either an error or a correct implementation.
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1259 if (implementation) in maybe_make_artificial_property_decl()
1464 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local
1477 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local
1483 implementation, in objc_maybe_build_component_ref()
1541 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local
1549 implementation, in objc_maybe_build_component_ref()
1557 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local
1565 implementation, in objc_maybe_build_component_ref()
6525 if (CLASS_SUPER_NAME (implementation)) in check_methods()
6548 CLASS_NAME (implementation)); in check_methods()
[all …]
/dragonfly/contrib/openresolv/
H A DREADME.md4 implementation which manages `/etc/resolv.conf`.
26 [Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resol…
/dragonfly/test/stress/stress2/
H A Dmarcus.cfg8 # Test configuration for the vop_stdvptocnp implementation
/dragonfly/contrib/file/magic/Magdir/
H A Docaml12 >8 string M abstract syntax tree implementation file
/dragonfly/tools/regression/lib/libc-regex/
H A DREADME39 implementation. If the first character is not [BEASKLP] then the
121 If a regex implementation misbehaves with memory then all bets are off.
146 - verify stability for a particular implementation in the face of source
/dragonfly/tools/regression/bin/sh/execution/
H A Dshellproc3.02 # This tests a quality of implementation issue.
H A Dshellproc5.02 # This tests a quality of implementation issue.

12345678910>>...13