Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h347 RestrictKind(SupportedKind), Implementation(Implementation) {} in DynTypedMatcher()
461 Implementation(std::move(Implementation)) {} in DynTypedMatcher()
500 : Implementation(Implementation) {} in Matcher()
509 : Implementation(restrictMatcher(Other.Implementation)) {
530 return Matcher<To>(Implementation); in dynCastTo()
543 return Implementation.getID(); in getID()
585 : Implementation(restrictMatcher(Implementation)) { in Matcher()
586 assert(this->Implementation.getSupportedKind() in Matcher()
590 DynTypedMatcher Implementation; variable
597 return Matcher<T>(Implementation); in makeMatcher()
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi5 @node C Implementation
21 @xref{Implementation-defined behavior, , Implementation-defined
59 @xref{Implementation-defined behavior, , Implementation-defined
75 @xref{Implementation-defined behavior, , Implementation-defined
88 @xref{Implementation-defined behavior, , Implementation-defined
160 @xref{Implementation-defined behavior, , Implementation-defined
169 @xref{Implementation-defined behavior, , Implementation-defined
178 @xref{Implementation-defined behavior, , Implementation-defined
185 @xref{Implementation-defined behavior, , Implementation-defined
192 @xref{Implementation-defined behavior, , Implementation-defined
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DCodegenNameGenerator.h45 struct Implementation;
46 std::unique_ptr<Implementation> Impl;
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
15 //=== WARNING: Implementation here must contain only generic UNIX code that
H A DMutex.inc1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===//
15 //=== WARNING: Implementation here must contain only generic UNIX code that
H A DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
15 //=== WARNING: Implementation here must contain only Windows code.
H A DMutex.inc1 //===- llvm/Support/Win32/Mutex.inc - Win32 Mutex Implementation -*- C++ -*-===//
15 //=== WARNING: Implementation here must contain only generic Win32 code that
H A DWatchdog.inc1 //===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator
32 Implementation(ASTContext &Ctx) in Implementation() function
212 : Impl(new Implementation(Ctx)) { in CodegenNameGenerator()
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt331 -- Implementation of the dot1dStp subtree is optional. It is
1009 -- Implementation of this subtree is optional.
1396 "Implementation of this group is optional."
1400 "Implementation of this group is optional."
1424 "Implementation of this group is mandatory for
1436 "Implementation of this group is mandatory for
1454 "Implementation of this group is mandatory for
1461 "Implementation of this group is mandatory for
1468 "Implementation of this group is mandatory for
1475 "Implementation of this group is optional."
[all …]
/freebsd-12.1/contrib/libc++/
H A DCREDITS.TXT42 D: Implementation of propagate_const.
46 D: Implementation of to_address.
89 D: Implementation of <variant>.
/freebsd-12.1/share/doc/papers/
H A Dbsdreferences.bib36 …title = {An Independent H-TCP Implementation Under FreeBSD 7.0: Description and Observed Behaviour…
236 title = {The Design and Implementation of the 4.4BSD Operating System},
245 title = {The Design and Implementation of the FreeBSD Operating System},
253 title = {The Design and Implementation of the FreeBSD Operating System},
281 title = {An Implementation of the Yarrow PRNG for FreeBSD},
/freebsd-12.1/sys/mips/conf/
H A DBERI_SIM_SDROOT3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_SIM_BASE3 # Extensible RISC Implementation) FPGA soft core, as configured for
H A DBERI_DE4_SDROOT3 # RISC Implementation) FPGA soft core, as configured in its Terasic DE-4
H A DBERI_SIM_VIRTIO3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_SIM_MDROOT3 # RISC Implementation) FPGA soft core, as configured for simulation.
H A DBERI_DE4_MDROOT3 # RISC # Implementation) FPGA soft core, as configured in its Terasic DE-4
H A DBERI_SOCKIT3 # RISC Implementation) FPGA soft core, as configured in its Terasic SoCKit
H A DBERI_NETFPGA_MDROOT3 # RISC Implementation) FPGA soft core, as configured in its NetFPGA reference
/freebsd-12.1/crypto/heimdal/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.py77 class Implementation(GeneratedFile) : class
/freebsd-12.1/share/doc/papers/relengr/
H A Dref.bib23 %T The Design and Implementation of the 4.3BSD UNIX Operating System

1234