Home
last modified time | relevance | path

Searched defs:Continue (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantControlFlowCheck.cpp48 else if (const auto *Continue = in check() local
64 if (const auto *Continue = dyn_cast<ContinueStmt>(*Last)) in checkRedundantContinue() local
/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h21 Continue, enumerator
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp265 Error TestClient::Continue(StringRef message) { Continue() function in TestClient
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp278 while (Continue) { in visitLocationList() local
/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h248 Continue = 0, global() enumerator
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp581 bool Continue; doVLCR() local
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp304 bool Continue = true; HandleTopLevelDecl() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1212 JumpDest Continue; EmitForStmt() local
1370 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); EmitCXXForRangeStmt() local
[all...]
H A DCGStmtOpenMP.cpp1921 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue"); EmitOMPLoopBody() local
2148 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); EmitOMPInnerLoop() local
2885 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); EmitOMPOuterLoop() local
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp646 VisitContinueStmt(ContinueStmt * Continue) captureZoneInfo() argument
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.cpp1002 Continue = 2, global() enumerator
1136 enum class Cur { None, Break, Continue, Return, Case, Throw } Cursor; relatedControlFlow() enumerator
/llvm-project/lldb/source/API/
H A DSBProcess.cpp564 SBError SBProcess::Continue() { Continue() function in SBProcess
/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp102 Continue, enumerator
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5400 bool Continue; EvaluateStmt() local
5421 bool Continue; EvaluateStmt() local
5454 bool Continue = true; EvaluateStmt() local
5534 bool Continue = true; EvaluateStmt() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2041 BasicBlock *Continue = createSections() local
4857 BasicBlock *Continue = OutermostLoop->getAfter(); tileLoops() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp250 bool Continue = false; visitInputFile() local