| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 275 bool Continue = true; in HandleTopLevelDecl() local 277 Continue = Continue && Consumer->HandleTopLevelDecl(D); in HandleTopLevelDecl() 278 return Continue; in HandleTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 581 bool Continue; in doVLCR() local 587 Continue = false; in doVLCR() 594 Continue = true; in doVLCR() 597 } while (Continue); in doVLCR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 278 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-14.2/lib/libfetch/ |
| H A D | http.errors | 4 100 OK Continue
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 147 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main() 153 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 21 Continue, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1082 JumpDest Continue; in EmitForStmt() local 1084 Continue = CondDest; in EmitForStmt() 1086 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt() 1087 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitForStmt() 1097 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest; in EmitForStmt() 1098 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt() 1142 EmitBlock(Continue.getBlock()); in EmitForStmt() 1214 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt() local 1217 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitCXXForRangeStmt() 1228 EmitBlock(Continue.getBlock()); in EmitCXXForRangeStmt()
|
| H A D | CGStmtOpenMP.cpp | 1898 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody() local 1899 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPLoopBody() 1906 EmitBranchOnBoolExpr(E, NextBB, Continue.getBlock(), in EmitOMPLoopBody() 1945 EmitBlock(Continue.getBlock()); in EmitOMPLoopBody() 2125 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop() local 2126 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPInnerLoop() 2131 EmitBlock(Continue.getBlock()); in EmitOMPInnerLoop() 2863 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); in EmitOMPOuterLoop() local 2864 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPOuterLoop() 2898 EmitBlock(Continue.getBlock()); in EmitOMPOuterLoop()
|
| H A D | CodeGenFunction.h | 1438 BreakContinue(JumpDest Break, JumpDest Continue) 1439 : BreakBlock(Break), ContinueBlock(Continue) {}
|
| /freebsd-14.2/contrib/tcsh/nls/french/ |
| H A D | set2 | 52 50 Continue
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 1215 bool Continue = false; in validate() local 1219 Continue = true; in validate() 1225 Continue = true; in validate() 1227 if (Continue) continue; in validate()
|
| /freebsd-14.2/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos.c | 506 goto Continue; in osm_qos_setup() 525 Continue: in osm_qos_setup()
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 158 # Continue prompting until they either Cancel, succeed 298 # Continue prompting until they either Cancel, succeed or exceed the
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 161 lldb::SBError Continue();
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.txt | 21 Continue Transfer Support. This feature helps to implement M_NO_START
|
| H A D | nvidia,tegra20-i2c.yaml | 29 similar to Tegra20 I2C controller with additional feature: Continue
|
| /freebsd-14.2/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 41 msg_continue="Continue"
|
| /freebsd-14.2/stand/i386/boot2/ |
| H A D | boot1.S | 341 jmp read.3 # Continue
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1965 BasicBlock *Continue = in createSections() local 1967 Function *CurFn = Continue->getParent(); in createSections() 1968 SwitchInst *SwitchStmt = Builder.CreateSwitch(IndVar, Continue); in createSections() 1973 M.getContext(), "omp_section_loop.body.case", CurFn, Continue); in createSections() 1976 BranchInst *CaseEndBr = Builder.CreateBr(Continue); in createSections() 3391 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops() local 3397 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore]( in tileLoops() 3402 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops() 3406 Continue = EmbeddedLoop->getLatch(); in tileLoops() 3462 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 194 if (OverflowOptValue == OnCuIndexOverflow::Continue) { in sectionOverflowErrorOrWarning()
|
| /freebsd-14.2/stand/i386/btx/btx/ |
| H A D | btx.S | 180 jmp init.1 # Continue
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 565 SBError SBProcess::Continue() { in Continue() function in SBProcess
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5380 bool Continue; in EvaluateStmt() local 5382 Continue)) in EvaluateStmt() 5384 if (!Continue) in EvaluateStmt() 5401 bool Continue; in EvaluateStmt() local 5414 if (!EvaluateAsBooleanCondition(DS->getCond(), Continue, Info) || in EvaluateStmt() 5417 } while (Continue); in EvaluateStmt() 5434 bool Continue = true; in EvaluateStmt() local 5436 FS->getCond(), Continue)) in EvaluateStmt() 5438 if (!Continue) in EvaluateStmt() 5514 bool Continue = true; in EvaluateStmt() local [all …]
|
| /freebsd-14.2/usr.sbin/bsdconfig/include/ |
| H A D | messages.subr | 34 msg_accept_continue="Accept/Continue"
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/initramfs/scripts/ |
| H A D | zfs | 420 # Continue only if the key needs to be loaded
|