| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 75 return Continue; in captured() 79 return StopFn(CC) ? Stop : Continue; in captured() 130 return Continue; in captured() 133 return StopFn(CC) ? Stop : Continue; in captured() 182 return Continue; in captured() 432 case CaptureTracker::Continue: in PointerMayBeCaptured()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVStructurizer.cpp | 299 BasicBlock *Continue = nullptr; member 349 if (It->Continue) in getSelectionConstructBlocks() 350 OutsideBlocks.insert(It->Continue); in getSelectionConstructBlocks() 593 auto *Continue = L->getLoopLatch(); in addMergeForLoops() local 597 auto ContinueAddress = BlockAddress::get(Continue->getParent(), Continue); in addMergeForLoops() 803 BasicBlock *Continue = getDesignatedContinueBlock(MI); in constructDivergentConstruct() local 808 Output->Continue = Continue; in constructDivergentConstruct() 812 if (Continue) in constructDivergentConstruct() 813 constructDivergentConstruct(Visited, S, Continue, Output.get()); in constructDivergentConstruct() 826 if (Node->Continue) { in getConstructBlocks() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 831 return IterationAction::Continue; in CompleteType() 956 return IterationAction::Continue; in FindGlobalVariables() 967 return IterationAction::Continue; in FindGlobalVariables() 987 return IterationAction::Continue; in FindGlobalVariables() 998 return IterationAction::Continue; in FindGlobalVariables() 1110 return IterationAction::Continue; in FindFunctions() 1129 return IterationAction::Continue; in FindFunctions() 1154 return IterationAction::Continue; in GetTypes() 1174 return result ? IterationAction::Stop : IterationAction::Continue; in FindDefinitionDIE() 1235 return type_sp ? IterationAction::Stop : IterationAction::Continue; in FindCompleteObjCDefinitionTypeForDIE() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 316 bool Continue = true; in HandleTopLevelDecl() local 318 Continue = Continue && Consumer->HandleTopLevelDecl(D); in HandleTopLevelDecl() 319 return Continue; in HandleTopLevelDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 568 bool Continue; in doVLCR() local 574 Continue = false; in doVLCR() 581 Continue = true; in doVLCR() 584 } while (Continue); in doVLCR()
|
| /freebsd/lib/libfetch/ |
| H A D | http.errors | 4 100 OK Continue
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 279 bool Continue = true; in visitLocationList() local 280 while (Continue) { in visitLocationList() 336 Continue = F(E) && E.Kind != dwarf::DW_LLE_end_of_list; in visitLocationList()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 149 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main() 155 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CaptureTracking.h | 147 Continue, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 22 Continue, enumerator
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 247 Continue = 0, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1326 JumpDest Continue; in EmitForStmt() local 1328 Continue = CondDest; in EmitForStmt() 1330 Continue = getJumpDestInCurrentScope("for.inc"); in EmitForStmt() 1331 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitForStmt() 1341 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest; in EmitForStmt() 1342 BreakContinueStack.back().ContinueBlock = Continue; in EmitForStmt() 1409 EmitBlock(Continue.getBlock()); in EmitForStmt() 1510 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); in EmitCXXForRangeStmt() local 1513 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitCXXForRangeStmt() 1527 EmitBlock(Continue.getBlock()); in EmitCXXForRangeStmt()
|
| H A D | CGStmtOpenMP.cpp | 1971 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue"); in EmitOMPLoopBody() local 1972 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPLoopBody() 1979 EmitBranchOnBoolExpr(E, NextBB, Continue.getBlock(), in EmitOMPLoopBody() 2018 EmitBlock(Continue.getBlock()); in EmitOMPLoopBody() 2200 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); in EmitOMPInnerLoop() local 2201 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPInnerLoop() 2206 EmitBlock(Continue.getBlock()); in EmitOMPInnerLoop() 3045 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc"); in EmitOMPOuterLoop() local 3046 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue)); in EmitOMPOuterLoop() 3081 EmitBlock(Continue.getBlock()); in EmitOMPOuterLoop()
|
| /freebsd/contrib/tcsh/nls/french/ |
| H A D | set2 | 52 50 Continue
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos.c | 506 goto Continue; in osm_qos_setup() 525 Continue: in osm_qos_setup()
|
| /freebsd/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/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
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 161 lldb::SBError Continue();
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | messages.subr | 41 msg_continue="Continue"
|
| /freebsd/stand/i386/boot2/ |
| H A D | boot1.S | 341 jmp read.3 # Continue
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 568 SBError SBProcess::Continue() { in Continue() function in SBProcess 597 return Continue(); in ContinueInDirection()
|
| /freebsd/contrib/openpam/m4/ |
| H A D | ltoptions.m4 | 412 [dnl Continue to support --with-pic and --without-pic, for backward
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2244 BasicBlock *Continue = in createSections() local 2246 Function *CurFn = Continue->getParent(); in createSections() 2247 SwitchInst *SwitchStmt = Builder.CreateSwitch(IndVar, Continue); in createSections() 2252 M.getContext(), "omp_section_loop.body.case", CurFn, Continue); in createSections() 2255 BranchInst *CaseEndBr = Builder.CreateBr(Continue); in createSections() 5211 BasicBlock *Continue = OutermostLoop->getAfter(); in tileLoops() local 5217 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore]( in tileLoops() 5222 redirectTo(EmbeddedLoop->getAfter(), Continue, DL); in tileLoops() 5226 Continue = EmbeddedLoop->getLatch(); in tileLoops() 5282 redirectAllPredecessorsTo(InnerLatch, Continue, DL); in tileLoops()
|
| /freebsd/stand/i386/btx/btx/ |
| H A D | btx.S | 180 jmp init.1 # Continue
|
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 191 if (OverflowOptValue == OnCuIndexOverflow::Continue) { in sectionOverflowErrorOrWarning()
|