Home
last modified time | relevance | path

Searched refs:Continue (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp813 return IterationAction::Continue; in CompleteType()
937 return IterationAction::Continue; // Yep, continue getting everything in FindGlobalVariables()
948 return IterationAction::Continue; in FindGlobalVariables()
967 return IterationAction::Continue; // Yep, continue getting everything in FindGlobalVariables()
978 return IterationAction::Continue; in FindGlobalVariables()
1091 return IterationAction::Continue; in FindFunctions()
1110 return IterationAction::Continue; in FindFunctions()
1135 return IterationAction::Continue; in GetTypes()
1154 return result ? IterationAction::Stop : IterationAction::Continue; in FindDefinitionDIE()
1169 return IterationAction::Continue; in Supports_DW_AT_APPLE_objc_complete_type()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp309 bool Continue = true; in HandleTopLevelDecl() local
311 Continue = Continue && Consumer->HandleTopLevelDecl(D); in HandleTopLevelDecl()
312 return Continue; in HandleTopLevelDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp581 bool Continue; in doVLCR() local
587 Continue = false; in doVLCR()
594 Continue = true; in doVLCR()
597 } while (Continue); in doVLCR()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp278 bool Continue = true; in visitLocationList() local
279 while (Continue) { in visitLocationList()
335 Continue = F(E) && E.Kind != dwarf::DW_LLE_end_of_list; in visitLocationList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp147 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
153 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
/freebsd/lib/libfetch/
H A Dhttp.errors4 100 OK Continue
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h248 Continue = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1218 JumpDest Continue; in EmitForStmt() local
1220 Continue = CondDest; in EmitForStmt()
1222 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt()
1223 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitForStmt()
1233 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest; in EmitForStmt()
1234 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt()
1287 EmitBlock(Continue.getBlock()); in EmitForStmt()
1376 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt() local
1379 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitCXXForRangeStmt()
1390 EmitBlock(Continue.getBlock()); in EmitCXXForRangeStmt()
H A DCGStmtOpenMP.cpp1926 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody() local
1927 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPLoopBody()
1934 EmitBranchOnBoolExpr(E, NextBB, Continue.getBlock(), in EmitOMPLoopBody()
1973 EmitBlock(Continue.getBlock()); in EmitOMPLoopBody()
2153 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop() local
2154 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPInnerLoop()
2159 EmitBlock(Continue.getBlock()); in EmitOMPInnerLoop()
2903 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); in EmitOMPOuterLoop() local
2904 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPOuterLoop()
2938 EmitBlock(Continue.getBlock()); in EmitOMPOuterLoop()
H A DCodeGenFunction.h1526 BreakContinue(JumpDest Break, JumpDest Continue)
1527 : BreakBlock(Break), ContinueBlock(Continue) {}
/freebsd/contrib/tcsh/nls/french/
H A Dset252 50 Continue
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c506 goto Continue; in osm_qos_setup()
525 Continue: in osm_qos_setup()
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr158 # Continue prompting until they either Cancel, succeed
298 # Continue prompting until they either Cancel, succeed or exceed the
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.txt21 Continue Transfer Support. This feature helps to implement M_NO_START
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h161 lldb::SBError Continue();
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr41 msg_continue="Continue"
/freebsd/stand/i386/boot2/
H A Dboot1.S341 jmp read.3 # Continue
/freebsd/contrib/openpam/m4/
H A Dltoptions.m4412 [dnl Continue to support --with-pic and --without-pic, for backward
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2107 BasicBlock *Continue = in createSections() local
2109 Function *CurFn = Continue->getParent(); in createSections()
2110 SwitchInst *SwitchStmt = Builder.CreateSwitch(IndVar, Continue); in createSections()
2115 M.getContext(), "omp_section_loop.body.case", CurFn, Continue); in createSections()
2118 BranchInst *CaseEndBr = Builder.CreateBr(Continue); in createSections()
4923 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops() local
4929 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore]( in tileLoops()
4934 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops()
4938 Continue = EmbeddedLoop->getLatch(); in tileLoops()
4994 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S180 jmp init.1 # Continue
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp194 if (OverflowOptValue == OnCuIndexOverflow::Continue) { in sectionOverflowErrorOrWarning()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5415 bool Continue; in EvaluateStmt() local
5417 Continue)) in EvaluateStmt()
5419 if (!Continue) in EvaluateStmt()
5436 bool Continue; in EvaluateStmt() local
5449 if (!EvaluateAsBooleanCondition(DS->getCond(), Continue, Info) || in EvaluateStmt()
5452 } while (Continue); in EvaluateStmt()
5469 bool Continue = true; in EvaluateStmt() local
5471 FS->getCond(), Continue)) in EvaluateStmt()
5473 if (!Continue) in EvaluateStmt()
5549 bool Continue = true; in EvaluateStmt() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp565 SBError SBProcess::Continue() { in Continue() function in SBProcess
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr34 msg_accept_continue="Accept/Continue"
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs452 # Continue only if the key needs to be loaded

12