Home
last modified time | relevance | path

Searched refs:delegates (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h460 DelegateMap &delegates = context_md->m_delegates; in GetDelegate() local
461 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()
463 if (delegate_iter == delegates.end()) { in GetDelegate()
466 delegates[src_ctx] = delegate; in GetDelegate()
/freebsd/crypto/openssl/providers/
H A Ddecoders.inc138 * algorithm name or OID, and delegates further decoding in DER form to the
144 * decrypts it, obtaining the algorithm name or OID, and delegates the
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td364 list<STIPredicateDecl> delegates = []> {
381 // delegates to `isZeroIdiom()` part of its computation.
382 list<STIPredicateDecl> Delegates = delegates;
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.ipp76 /// This delegates execution to the run() abstract function after the command
/freebsd/crypto/heimdal/doc/
H A Dhx509.texi232 Registration Authority, i.e., an optional system to which a CA delegates certain management functio…
234 An optional system to which a CA delegates the publication of certificate revocation lists.
H A Dlayman.asc985 A registration authority typically delegates responsibility
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2715 def note_it_delegates_to : Note<"it delegates to">;
2716 def note_which_delegates_to : Note<"which delegates to">;