Home
last modified time | relevance | path

Searched defs:continuation (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py586 def run_analyzer(opts, continuation=report_failure): argument
720 def dispatch_ctu(opts, continuation=run_analyzer): argument
750 def filter_debug_flags(opts, continuation=dispatch_ctu): argument
761 def language_check(opts, continuation=filter_debug_flags): argument
797 def arch_check(opts, continuation=language_check): argument
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-elide.cpp27 std::coroutine_handle<> continuation; member
H A Dcoro-symmetric-transfer-04.cpp26 std::coroutine_handle<> continuation; member
H A Dcoro-symmetric-transfer-03.cpp25 std::coroutine_handle<> continuation; member
/llvm-project/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp551 Block *continuation = matchAndRewrite() local
603 Block *continuation = matchAndRewrite() local
[all...]
/llvm-project/flang/lib/Parser/
H A Dparsing.cpp198 const auto continuation{ EmitPreprocessedSource() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp905 ArrayRef<Block *> branchRegion, Block *continuation, in createSingleExitBranchRegion()
1099 Block *continuation = llvm::find_singleton<Block>( in transformToStructuredCFBranches() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp622 Block *continuation = rewriter.splitBlock(resume, Block::iterator(op)); in matchAndRewrite() local