| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_guard_impl.h | 641 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 D | ASTMatchersInternal.h | 414 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 D | implement-c.texi | 5 @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 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++ -*-===//
|
| /openbsd-src/gnu/llvm/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++ -*-===//
|
| H A D | Memory.inc | 1 //===- Win32/Memory.cpp - Win32 Memory Implementation -----------*- C++ -*-===// 95 //=== WARNING: Implementation here must contain only Win32 specific code
|
| H A D | DynamicLibrary.inc | 1 //===- Win32/DynamicLibrary.cpp - Win32 DL Implementation -------*- C++ -*-===// 20 //=== WARNING: Implementation here must contain only Win32 specific code
|
| /openbsd-src/share/snmp/ |
| H A D | BRIDGE-MIB.txt | 160 -- 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 D | HLSLDocs.rst | 8 HLSL Design and Implementation
|
| H A D | ResourceTypes.rst | 15 Implementation Details
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | CMakeLists.txt | 21 # Implementation files for all ORC architectures. 43 # Implementation headers for all ORC architectures.
|
| /openbsd-src/gnu/llvm/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() 346 Result.Implementation = in tryBind() 347 new IdDynMatcher(ID, std::move(Result.Implementation)); in tryBind()
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | CREDITS.TXT | 48 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 D | Zip.rst | 23 Sub-projects in the Implementation Effort
|
| H A D | Spaceship.rst | 27 Sub-Projects in the Implementation Effort
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 194 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 D | Mangle.h | 313 class Implementation; 314 std::unique_ptr<Implementation> Impl;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | CMakeLists.txt | 13 # Implementation files for all XRay modes. 30 # Implementation files for all XRay architectures.
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Mangle.cpp | 392 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 D | SPECS.randomdata | 41 Implementation Notes
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 63 Implementation: a series of DAGs 96 Implementation: Getting from mass and scale to frequency
|
| /openbsd-src/usr.bin/m4/ |
| H A D | NOTES | 32 Implementation Notes:
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/Unix/ |
| H A D | Host.inc | 14 //=== WARNING: Implementation here must contain only generic UNIX code that
|