Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td324 list<STIPredicateDecl> delegates = []> {
341 // delegates to `isZeroIdiom()` part of its computation.
342 list<STIPredicateDecl> Delegates = delegates;
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgov.pod120 governance, and delegates substantial decision making power to the Steering
/openbsd-src/gnu/llvm/llvm/docs/
H A DAtomics.rst399 atomic operation, but it is fairly tricky. DSE delegates this reasoning to
H A DExceptionHandling.rst299 The unwinder delegates the decision of whether to stop in a call frame to that
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DDESIGN724 interface is an inline which delegates to a non-standard function
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DDESIGN724 interface is an inline which delegates to a non-standard function
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst968 It delegates the management of processor resource units and resource groups to a
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3757 If ``Auto`` (the default), delegates to the value in
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2582 def note_it_delegates_to : Note<"it delegates to">;
2583 def note_which_delegates_to : Note<"which delegates to">;