Home
last modified time | relevance | path

Searched refs:Implementation (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dimplement-cxx.texi5 @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 Dimplement-c.texi5 @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 Dimplement-cxx.texi5 @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 Dimplement-c.texi5 @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 DASTMatchersInternal.h419 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 DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
14 //=== WARNING: Implementation here must contain only generic UNIX code that
H A DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
14 //=== WARNING: Implementation here must contain only Windows code.
H A DWatchdog.inc1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-380 * \!, 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 Dtest2.data54 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 Dtest1.data54 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 DCREDITS.TXT42 D: Implementation of propagate_const.
51 D: Implementation of to_address.
98 D: Implementation of <variant>.
/netbsd-src/sys/dev/dm/doc/
H A Ddesign.txt79 Implementation:
112 Implementation:
136 Implementation:
160 Implementation:
193 Implementation:
206 Implementation:
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp261 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 Diforeach-s2.m462 /* Implementation start. */
65 ` /* Implementation end. */
162 ` /* Implementation end. */
H A Diforeach.m468 /* Implementation start. */
71 ` /* Implementation end. */
195 ` /* Implementation end. */
H A Diforeach-s.m479 /* Implementation start. */
82 ` /* Implementation end. */
210 ` /* Implementation end. */
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Diforeach-s2.m462 /* Implementation start. */
65 ` /* Implementation end. */
162 ` /* Implementation end. */
H A Diforeach.m468 /* Implementation start. */
71 ` /* Implementation end. */
195 ` /* Implementation end. */
H A Diforeach-s.m479 /* Implementation start. */
82 ` /* Implementation end. */
210 ` /* Implementation end. */
/netbsd-src/external/bsd/tre/dist/lib/
H A DREADME60 - 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 Dgen-combining.py58 combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
H A Dgen-bidi.py52 bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
H A Dgenerate.py82 class Implementation(GeneratedFile) : class

12345678910>>...16