Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddelegates.m86 // The analyzer doesn't perform any inter-procedural analysis, so delegates
89 // receiver until we have better support for delegates.
/llvm-project-15.0.7/flang/test/
H A DCMakeLists.txt2 # for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/clang-tools-extra/test/
H A DCMakeLists.txt2 # test trees for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/clang/test/
H A DCMakeLists.txt2 # for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td324 list<STIPredicateDecl> delegates = []> {
341 // delegates to `isZeroIdiom()` part of its computation.
342 list<STIPredicateDecl> Delegates = delegates;
/llvm-project-15.0.7/lldb/test/
H A DCMakeLists.txt2 # for use by Lit, and delegates to LLVM's lit test handlers.
/llvm-project-15.0.7/llvm/docs/
H A DAtomics.rst399 atomic operation, but it is fairly tricky. DSE delegates this reasoning to
H A DExceptionHandling.rst300 The unwinder delegates the decision of whether to stop in a call frame to that
/llvm-project-15.0.7/mlir/docs/
H A DBufferization.md228 contrast to the dialect conversion-based bufferization that delegates this job
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst877 It delegates the management of processor resource units and resource groups to a
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll1194 ; The similar case with test20, but multiple consecutive delegates are
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md457 dialect namespace. This means that the parser delegates to the dialect for
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3312 If ``Auto`` (the default), delegates to the value in
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td2569 def note_it_delegates_to : Note<"it delegates to">;
2570 def note_which_delegates_to : Note<"which delegates to">;