/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | implement-cxx.texi | 5 @node C++ Implementation 6 @chapter C++ Implementation-Defined Behavior 21 @xref{Implementation-defined behavior, , Implementation-defined 24 Implementation}. Some choices are made by the library and operating
|
H A D | implement-c.texi | 5 @node C Implementation 6 @chapter C Implementation-Defined Behavior 21 @xref{Implementation-defined behavior, , Implementation-defined 60 @xref{Implementation-defined behavior, , Implementation-defined 77 @xref{Implementation-defined behavior, , Implementation-defined 90 @xref{Implementation-defined behavior, , Implementation-defined 163 @xref{Implementation-defined behavior, , Implementation-defined 174 @xref{Implementation-defined behavior, , Implementation-defined 183 @xref{Implementation-defined behavior, , Implementation-defined 197 @xref{Implementation-defined behavior, , Implementation-defined [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | implement-cxx.texi | 5 @node C++ Implementation 6 @chapter C++ Implementation-Defined Behavior 21 @xref{Implementation-defined behavior, , Implementation-defined 24 Implementation}. Some choices are made by the library and operating
|
H A D | implement-c.texi | 5 @node C Implementation 6 @chapter C Implementation-Defined Behavior 21 @xref{Implementation-defined behavior, , Implementation-defined 60 @xref{Implementation-defined behavior, , Implementation-defined 77 @xref{Implementation-defined behavior, , Implementation-defined 90 @xref{Implementation-defined behavior, , Implementation-defined 163 @xref{Implementation-defined behavior, , Implementation-defined 174 @xref{Implementation-defined behavior, , Implementation-defined 183 @xref{Implementation-defined behavior, , Implementation-defined 197 @xref{Implementation-defined behavior, , Implementation-defined [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 419 DynTypedMatcher(MatcherInterface<T> *Implementation) 421 RestrictKind(SupportedKind), Implementation(Implementation) {} 505 reinterpret_cast<uint64_t>(Implementation.get())); 545 return Implementation->TraversalKind(); 550 IntrusiveRefCntPtr<DynMatcherInterface> Implementation) 552 Implementation(std::move(Implementation)) {} 562 IntrusiveRefCntPtr<DynMatcherInterface> Implementation; 577 explicit Matcher(MatcherInterface<T> *Implementation) 578 : Implementation(Implementation) {} 587 : Implementation(restrictMatcher(Other.Implementation)) { [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 14 //=== WARNING: Implementation here must contain only generic UNIX code that
|
H A D | Watchdog.inc | 1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | COM.inc | 1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===// 14 //=== WARNING: Implementation here must contain only Windows code.
|
H A D | Watchdog.inc | 1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | groff-3 | 80 * \!, incompatibilities with AT&T troff: Implementation Differences. 90 * \%, incompatibilities with AT&T troff: Implementation Differences. 100 * \&, incompatibilities with AT&T troff: Implementation Differences. 105 * \', incompatibilities with AT&T troff: Implementation Differences. 114 * \*, incompatibilities with AT&T troff: Implementation Differences. 122 * \-, incompatibilities with AT&T troff: Implementation Differences. 133 * \<SP>, incompatibilities with AT&T troff: Implementation Differences. 137 * \?, incompatibilities with AT&T troff: Implementation Differences. 144 * \^, incompatibilities with AT&T troff: Implementation Differences. 149 * \_, incompatibilities with AT&T troff: Implementation Differences. [all …]
|
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/ |
H A D | test2.data | 54 RFC 1035 Domain Implementation and Specification November 1987 110 RFC 1035 Domain Implementation and Specification November 1987 166 RFC 1035 Domain Implementation and Specification November 1987 222 RFC 1035 Domain Implementation and Specification November 1987 278 RFC 1035 Domain Implementation and Specification November 1987 334 RFC 1035 Domain Implementation and Specification November 1987 390 RFC 1035 Domain Implementation and Specification November 1987 446 RFC 1035 Domain Implementation and Specification November 1987 502 RFC 1035 Domain Implementation and Specification November 1987 558 RFC 1035 Domain Implementation and Specification November 1987 [all …]
|
H A D | test1.data | 54 RFC 1035 Domain Implementation and Specification November 1987 110 RFC 1035 Domain Implementation and Specification November 1987 166 RFC 1035 Domain Implementation and Specification November 1987 222 RFC 1035 Domain Implementation and Specification November 1987 278 RFC 1035 Domain Implementation and Specification November 1987 334 RFC 1035 Domain Implementation and Specification November 1987 390 RFC 1035 Domain Implementation and Specification November 1987 446 RFC 1035 Domain Implementation and Specification November 1987 502 RFC 1035 Domain Implementation and Specification November 1987 558 RFC 1035 Domain Implementation and Specification November 1987 [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/ |
H A D | CREDITS.TXT | 42 D: Implementation of propagate_const. 51 D: Implementation of to_address. 98 D: Implementation of <variant>.
|
/netbsd-src/sys/dev/dm/doc/ |
H A D | design.txt | 79 Implementation: 112 Implementation: 136 Implementation: 160 Implementation: 193 Implementation: 206 Implementation:
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 261 Copy.Implementation = in withTraversalKind() 262 new DynTraversalMatcherImpl(TK, std::move(Copy.Implementation)); in withTraversalKind() 290 Implementation->TraversalKind()); in matches() 304 Implementation->dynMatches(N, Finder, Builder)) { in matches() 318 Implementation->TraversalKind()); in matchesNoKindCheck() 332 if (Implementation->dynMatches(N, Finder, Builder)) { in matchesNoKindCheck() 345 Result.Implementation = in tryBind() 346 new IdDynMatcher(ID, std::move(Result.Implementation)); in tryBind()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
H A D | iforeach-s2.m4 | 62 /* Implementation start. */ 65 ` /* Implementation end. */ 162 ` /* Implementation end. */
|
H A D | iforeach.m4 | 68 /* Implementation start. */ 71 ` /* Implementation end. */ 195 ` /* Implementation end. */
|
H A D | iforeach-s.m4 | 79 /* Implementation start. */ 82 ` /* Implementation end. */ 210 ` /* Implementation end. */
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
H A D | iforeach-s2.m4 | 62 /* Implementation start. */ 65 ` /* Implementation end. */ 162 ` /* Implementation end. */
|
H A D | iforeach.m4 | 68 /* Implementation start. */ 71 ` /* Implementation end. */ 195 ` /* Implementation end. */
|
H A D | iforeach-s.m4 | 79 /* Implementation start. */ 82 ` /* Implementation end. */ 210 ` /* Implementation end. */
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | README | 60 - Implementation of the regcomp() family of functions as simple 64 - Implementation of the regexec() family of functions.
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | gen-combining.py | 58 combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
|
H A D | gen-bidi.py | 52 bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
|
H A D | generate.py | 82 class Implementation(GeneratedFile) : class
|