Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h438 DelegateMap &delegates = context_md->m_delegates; in GetDelegate() local
439 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()
441 if (delegate_iter == delegates.end()) { in GetDelegate()
444 delegates[src_ctx] = delegate; in GetDelegate()
/freebsd-14.2/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-14.2/contrib/kyua/utils/cmdline/
H A Dbase_command.ipp76 /// This delegates execution to the run() abstract function after the command
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2672 def note_it_delegates_to : Note<"it delegates to">;
2673 def note_which_delegates_to : Note<"which delegates to">;