HomeSort by: relevance | last modified time | path
    Searched defs:Implementation (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
generate.py 82 class Implementation(GeneratedFile) :
83 "Represents a generated implementation file"
85 "Create a new Implementation with name"
  /src/external/mit/isl/dist/doc/
manual.tex 85 \chapter{Implementation Details}
87 \input{implementation}
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 388 class ASTNameGenerator::Implementation {
393 explicit Implementation(ASTContext &Ctx)
581 : Impl(std::make_unique<Implementation>(Ctx)) {}
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 224 ACPI_INTERNAL_METHOD Implementation;
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 23 // 2. An implementation of a class derived from MatcherInterface<T>.
26 // to implement both the matcher function and the implementation of the matcher
86 /// A type-list implementation.
343 /// Used by the implementation of Matcher<T> and DynTypedMatcher.
417 /// Takes ownership of the provided implementation pointer.
419 DynTypedMatcher(MatcherInterface<T> *Implementation)
421 RestrictKind(SupportedKind), Implementation(Implementation) {}
467 /// Return a matcher that points to the same implementation, but
471 /// Return a matcher that that points to the same implementation, but sets th
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 767 PXE_UINT32 Implementation; // implementation flags
862 PXE_UINT32 Implementation; // Implementation flags
893 // Implementation flags
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1426 /// Method selectors used in a \@selector expression. Used for implementation
2855 Implementation, ///< 'module X;'
2859 /// of a module interface or implementation.
3255 /// Merge availability attributes for an implementation of
3258 /// Merge availability attributes for an implementation of
4328 /// implementation declaration matches exactly that of its declaration.
4342 /// remains unimplemented in the class or category \@implementation.
4348 /// which must be implemented by this implementation.
4357 /// properties which must be synthesized in the class's \@implementation.
4550 /// implementation
    [all...]

Completed in 74 milliseconds