| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | implement-c.texi | 8 @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 9899:1999 standards. Some areas are only implementation-defined in 28 * Translation implementation:: 29 * Environment implementation:: 30 * Identifiers implementation:: 31 * Characters implementation:: 32 * Integers implementation:: 33 * Floating point implementation:: [all …]
|
| H A D | implement-cxx.texi | 8 @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 D | compat.texi | 47 @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 D | standards.texi | 48 @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 D | objc.texi | 87 implementation. 156 @@implementation FileStream 184 @@implementation FileStream 221 The @code{+load} implementation in the GNU runtime guarantees you the 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 900 provides the implementation of @code{NSArray}, @code{NSString} and 1060 implementation, @code{state} may keep track of the index of the last [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | charconv | 90 // 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 …]
|
| /dflybsd-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 124 However, the current practice adopted by this implementation, 133 does not specify this. This implementation follows historical [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | methods.c | 129 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 D | sendmsg.c | 676 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 D | Object.m | 1 /* The implementation of class Object for Objective-C. 30 @implementation Object
|
| H A D | Protocol.m | 1 /* This file contains the implementation of class Protocol. 29 @implementation Protocol
|
| H A D | README | 45 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
|
| /dflybsd-src/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 12 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()`
|
| /dflybsd-src/contrib/flex/ |
| H A D | AUTHORS | 14 The fast table representation is a partial implementation of a design 15 done by Van Jacobson. The implementation was done by Kevin Gong and
|
| /dflybsd-src/contrib/smbfs/ |
| H A D | README | 3 SMB/CIFS protocol and SMB/CIFS file system implementation 7 It is a complete, kernel side implementation of SMB requester and filesystem.
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/objc/ |
| H A D | runtime.h | 547 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,
|
| /dflybsd-src/crypto/openssh/ |
| H A D | README | 12 implementation with all patent-encumbered algorithms removed (to 46 repository which in turn was based on the last free sample implementation
|
| /dflybsd-src/tools/regression/bin/sh/expansion/ |
| H A D | arith13.0 | 3 # Require either an error or a correct implementation.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-act.c | 1229 maybe_make_artificial_property_decl (tree interface, tree implementation, in maybe_make_artificial_property_decl() argument 1259 if (implementation) in maybe_make_artificial_property_decl() 1263 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl() 1264 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl() 1268 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl() 1269 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl() 1464 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local 1467 implementation = objc_implementation_context; in objc_maybe_build_component_ref() 1470 (interface_type, implementation, NULL_TREE, in objc_maybe_build_component_ref() 1477 tree implementation = NULL_TREE; in objc_maybe_build_component_ref() local [all …]
|
| /dflybsd-src/contrib/openresolv/ |
| H A D | README.md | 4 implementation which manages `/etc/resolv.conf`. 26 [Debian implementation](http://qref.sourceforge.net/Debian/reference/ch-gateway.en.html#s-dns-resol…
|
| /dflybsd-src/test/stress/stress2/ |
| H A D | marcus.cfg | 8 # Test configuration for the vop_stdvptocnp implementation
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | ocaml | 12 >8 string M abstract syntax tree implementation file
|
| /dflybsd-src/tools/regression/lib/libc-regex/ |
| H A D | README | 39 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
|
| /dflybsd-src/tools/regression/bin/sh/execution/ |
| H A D | shellproc5.0 | 2 # This tests a quality of implementation issue.
|
| H A D | shellproc3.0 | 2 # This tests a quality of implementation issue.
|