Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp610 class APINotesReader::Implementation { class in clang::api_notes::APINotesReader
1622 : Implementation(new class Implementation) { in APINotesReader()
1832 if (!Implementation->ObjCContextIDTable) in lookupObjCClassID()
1867 if (!Implementation->ObjCContextIDTable) in lookupObjCProtocolID()
1903 if (!Implementation->ObjCPropertyTable) in lookupObjCProperty()
1921 if (!Implementation->ObjCMethodTable) in lookupObjCMethod()
1940 if (!Implementation->GlobalVariableTable) in lookupGlobalVariable()
1977 if (!Implementation->EnumConstantTable) in lookupEnumConstant()
1993 if (!Implementation->TagTable) in lookupTag()
2012 if (!Implementation->TypedefTable) in lookupTypedef()
[all …]
H A DAPINotesWriter.cpp22 class APINotesWriter::Implementation { class in clang::api_notes::APINotesWriter
227 void APINotesWriter::Implementation::writeBlockInfoBlock( in writeBlockInfoBlock()
262 void APINotesWriter::Implementation::writeControlBlock( in writeControlBlock()
1172 void APINotesWriter::Implementation::writeTagBlock( in writeTagBlock()
1252 : Implementation(new class Implementation(ModuleName, SF)) {} in APINotesWriter()
1257 Implementation->writeToStream(OS); in writeToStream()
1268 auto Known = Implementation->ObjCContexts.find(Key); in addObjCContext()
1269 if (Known == Implementation->ObjCContexts.end()) { in addObjCContext()
1273 Known = Implementation->ObjCContexts in addObjCContext()
1278 Implementation->ObjCContextNames[NextID] = NameID; in addObjCContext()
[all …]
/freebsd-14.2/sys/contrib/openzfs/
H A DCOPYRIGHT18 * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
19 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.gladman
20 * AES Implementation: module/icp/asm-x86_64/aes/THIRDPARTYLICENSE.openssl
21 * PBKDF2 Implementation: lib/libzfs/THIRDPARTYLICENSE.openssl
22 * SPL Implementation: module/os/linux/spl/THIRDPARTYLICENSE.gplv2
23 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
24 * GCM Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
25 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.cryptogams
26 * GHASH Implementation: module/icp/asm-x86_64/modes/THIRDPARTYLICENSE.openssl
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h24 class Implementation; variable
25 std::unique_ptr<Implementation> Implementation; variable
H A DAPINotesReader.h29 class Implementation; variable
30 std::unique_ptr<Implementation> Implementation; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h416 RestrictKind(SupportedKind), Implementation(Implementation) {}
540 return Implementation->TraversalKind();
547 Implementation(std::move(Implementation)) {}
573 : Implementation(Implementation) {}
582 : Implementation(restrictMatcher(Other.Implementation)) {
601 return Matcher<To>(Implementation);
618 return Implementation.getID();
668 : Implementation(restrictMatcher(Implementation)) {
673 DynTypedMatcher Implementation;
680 return Matcher<T>(Implementation);
[all …]
/freebsd-14.2/contrib/llvm-project/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++ -*-===//
/freebsd-14.2/contrib/llvm-project/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++ -*-===//
H A DMemory.inc1 //===- Win32/Memory.cpp - Win32 Memory Implementation -----------*- C++ -*-===//
95 //=== WARNING: Implementation here must contain only Win32 specific code
/freebsd-14.2/contrib/llvm-project/libcxx/
H A DCREDITS.TXT48 D: Implementation of propagate_const.
61 D: Implementation of to_address.
98 D: Implementation of mdspan.
117 D: Implementation of <variant>.
159 D: Implementation of mdspan.
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DBRIDGE-MIB.txt329 -- Implementation of the dot1dStp subtree is optional. It is
1007 -- Implementation of this subtree is optional.
1394 "Implementation of this group is optional."
1398 "Implementation of this group is optional."
1422 "Implementation of this group is mandatory for
1434 "Implementation of this group is mandatory for
1452 "Implementation of this group is mandatory for
1459 "Implementation of this group is mandatory for
1466 "Implementation of this group is mandatory for
1473 "Implementation of this group is optional."
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/icp/algs/skein/
H A DTHIRDPARTYLICENSE1 Implementation of the Skein hash function.
/freebsd-14.2/contrib/llvm-project/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()
346 Result.Implementation = in tryBind()
347 new IdDynMatcher(ID, std::move(Result.Implementation)); in tryBind()
/freebsd-14.2/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-14.2/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
H A Dgen-errorlist.py60 errorlist_c = generate.Implementation('%s/errorlist_table.c' % sys.argv[2])
H A Dgen-map.py61 map_c = generate.Implementation('%s/map_table.c' % sys.argv[2])
/freebsd-14.2/share/doc/papers/relengr/
H A Dref.bib23 %T The Design and Implementation of the 4.3BSD UNIX Operating System
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h315 class Implementation;
316 std::unique_ptr<Implementation> Impl;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp396 class ASTNameGenerator::Implementation { class in ASTNameGenerator
401 explicit Implementation(ASTContext &Ctx) in Implementation() function in ASTNameGenerator::Implementation
589 : Impl(std::make_unique<Implementation>(Ctx)) {} in ASTNameGenerator()
/freebsd-14.2/share/misc/
H A Dbsd-family-tree484 and John Quarterman. The Design and Implementation of
916 Quarterman. The Design and Implementation of the 4.3BSD UNIX Operating
923 Quarterman. The Design and Implementation of the 4.4BSD Operating
927 Implementation of the FreeBSD Operating System.
931 Design and Implementation of the FreeBSD Operating System, 2nd Edition.

1234