Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h641 enum class Implementation { NoThreads, GlobalMutex, Futex }; enum
643 template <Implementation Impl>
647 struct SelectImplementation<Implementation::NoThreads> {
652 struct SelectImplementation<Implementation::GlobalMutex> {
658 struct SelectImplementation<Implementation::Futex> {
664 constexpr Implementation CurrentImplementation =
666 Implementation::NoThreads;
668 Implementation::Futex;
670 Implementation::GlobalMutex;
673 static_assert(CurrentImplementation != Implementation::Futex || PlatformSupportsFutex(),
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h414 DynTypedMatcher(MatcherInterface<T> *Implementation)
416 RestrictKind(SupportedKind), Implementation(Implementation) {}
500 reinterpret_cast<uint64_t>(Implementation.get()));
540 return Implementation->TraversalKind();
545 IntrusiveRefCntPtr<DynMatcherInterface> Implementation)
547 Implementation(std::move(Implementation)) {}
557 IntrusiveRefCntPtr<DynMatcherInterface> Implementation;
572 explicit Matcher(MatcherInterface<T> *Implementation)
573 : Implementation(Implementation) {}
582 : Implementation(restrictMatcher(Other.Implementation)) {
[all …]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dimplement-c.texi5 @node C Implementation
6 @chapter C Implementation-defined behavior
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
[all …]
/openbsd-src/gnu/llvm/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++ -*-===//
/openbsd-src/gnu/llvm/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
H A DDynamicLibrary.inc1 //===- Win32/DynamicLibrary.cpp - Win32 DL Implementation -------*- C++ -*-===//
20 //=== WARNING: Implementation here must contain only Win32 specific code
/openbsd-src/share/snmp/
H A DBRIDGE-MIB.txt160 -- Implementation of the dot1dBase subtree is mandatory for all
313 -- Implementation of the dot1dStp subtree is optional. It is
745 -- Implementation of the dot1dTp subtree is optional. It is
997 -- Implementation of this subtree is optional.
1141 immediately subsequent to its election. Implementation
1153 trap is sent for the same transition. Implementation of
1357 "Implementation of this group is mandatory for bridges
1362 "Implementation of this group is mandatory for bridges
1367 "Implementation of this group is mandatory for bridges
1373 "Implementation of this group is mandatory for bridges
[all …]
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DHLSLDocs.rst8 HLSL Design and Implementation
H A DResourceTypes.rst15 Implementation Details
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A DCMakeLists.txt21 # Implementation files for all ORC architectures.
43 # Implementation headers for all ORC architectures.
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/libcxx/
H A DCREDITS.TXT48 D: Implementation of propagate_const.
61 D: Implementation of to_address.
112 D: Implementation of <variant>.
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DZip.rst23 Sub-projects in the Implementation Effort
H A DSpaceship.rst27 Sub-Projects in the Implementation Effort
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp194 case ModuleDeclKind::Implementation: in ActOnModuleDecl()
215 if (MDK != ModuleDeclKind::Implementation) in ActOnModuleDecl()
339 case ModuleDeclKind::Implementation: { in ActOnModuleDecl()
385 ModuleScopes.back().ModuleInterface = MDK != ModuleDeclKind::Implementation; in ActOnModuleDecl()
404 if (MDK == ModuleDeclKind::Implementation) { in ActOnModuleDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h313 class Implementation;
314 std::unique_ptr<Implementation> Impl;
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A DCMakeLists.txt13 # Implementation files for all XRay modes.
30 # Implementation files for all XRay architectures.
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp392 class ASTNameGenerator::Implementation { class in ASTNameGenerator
397 explicit Implementation(ASTContext &Ctx) in Implementation() function in ASTNameGenerator::Implementation
585 : Impl(std::make_unique<Implementation>(Ctx)) {} in ASTNameGenerator()
/openbsd-src/libexec/ld.so/
H A DSPECS.randomdata41 Implementation Notes
/openbsd-src/gnu/llvm/llvm/docs/
H A DBlockFrequencyTerminology.rst63 Implementation: a series of DAGs
96 Implementation: Getting from mass and scale to frequency
/openbsd-src/usr.bin/m4/
H A DNOTES32 Implementation Notes:
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/Unix/
H A DHost.inc14 //=== WARNING: Implementation here must contain only generic UNIX code that

12345