Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTImporter.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-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetInstrPredicate.td364 list<STIPredicateDecl> delegates = []> {
381 // delegates to `isZeroIdiom()` part of its computation.
382 list<STIPredicateDecl> Delegates = delegates;
/freebsd-14-stable/contrib/kyua/utils/cmdline/
HDbase_command.ipp76 /// This delegates execution to the run() abstract function after the command
/freebsd-14-stable/crypto/heimdal/doc/
HDhx509.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.
HDlayman.asc985 A registration authority typically delegates responsibility
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticSemaKinds.td2715 def note_it_delegates_to : Note<"it delegates to">;
2716 def note_which_delegates_to : Note<"which delegates to">;