| /openbsd-src/gnu/llvm/llvm/lib/XRay/ |
| H A D | BlockPrinter.cpp | 15 CurrentState = State::Preamble; in visit() 21 if (CurrentState == State::Start) in visit() 25 CurrentState = State::Preamble; in visit() 30 CurrentState = State::Preamble; in visit() 35 CurrentState = State::Preamble; in visit() 41 if (CurrentState == State::Preamble) in visit() 43 if (CurrentState == State::Function) in visit() 45 CurrentState = State::Metadata; in visit() 52 if (CurrentState == State::Function) in visit() 54 CurrentState = State::Metadata; in visit() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 269 auto &CurrentState = State.Stack.back(); in getInitialState() local 270 CurrentState.AvoidBinPacking = true; in getInitialState() 271 CurrentState.BreakBeforeParameter = true; in getInitialState() 272 CurrentState.AlignColons = false; in getInitialState() 283 const auto &CurrentState = State.Stack.back(); in canBreak() local 285 if (!Current.CanBreakBefore && !(CurrentState.BreakBeforeClosingBrace && in canBreak() 307 if (Current.isMemberAccess() && CurrentState.ContainsUnwrappedBuilder) in canBreak() 328 CurrentState.NoLineBreakInOperand) { in canBreak() 344 return !CurrentState.NoLineBreak; in canBreak() 350 const auto &CurrentState = State.Stack.back(); in mustBreak() local [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 31 Request(State S) : CurrentState{S} {} in Request() 34 Id.AddInteger(CurrentState); in Profile() 38 return CurrentState == ToCompare.CurrentState; 41 const State CurrentState; variable
|
| H A D | MPIBugReporter.cpp | 102 if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) { in VisitNode()
|
| H A D | MPIChecker.cpp | 44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking() 114 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | Pipeline.h | 59 State CurrentState; variable 72 Pipeline() : CurrentState(State::Created), Cycles(0) {} in Pipeline() 81 bool isPaused() const { return CurrentState == State::Paused; } in isPaused()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
| H A D | BlockPrinter.h | 36 State CurrentState = State::Start; variable 54 void reset() { CurrentState = State::Start; } in reset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 219 } CurrentState = FileStart; member in __anon0aa4b5130111::WebAssemblyAsmParser 619 CurrentState = EndFunction; in ParseInstruction() 765 if (CurrentState != DataSection) { in CheckDataSection() 771 CurrentState = DataSection; in CheckDataSection() 880 if (CurrentState != FunctionLabel) { in ParseDirective() 886 CurrentState = FunctionStart; in ParseDirective() 954 if (CurrentState != FunctionStart) in ParseDirective() 962 CurrentState = FunctionLocals; in ParseDirective() 995 if (CurrentState == FunctionStart) { in ensureLocals() 1002 CurrentState = FunctionLocals; in ensureLocals() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | Pipeline.cpp | 63 CurrentState = State::Started; in runCycle() 72 CurrentState = State::Paused; in runCycle()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1201 int CurrentState = NullState; in emitCLRExceptionTable() local 1207 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable() 1208 while (CurrentState != StillPendingState) { in emitCLRExceptionTable() 1209 assert(CurrentState != NullState && in emitCLRExceptionTable() 1213 CurrentState, FuncletState}); in emitCLRExceptionTable() 1215 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable() 1218 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable() 1222 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable() 1227 EnteredState != CurrentState; in emitCLRExceptionTable() 1236 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 616 CurrentState(0) { in CalledOnceChecker() 723 assert(CurrentState.isVisited() && in check() 728 if (assignState(BB, CurrentState)) { in check() 741 CurrentState = joinSuccessors(BB); in check() 742 assert(CurrentState.isVisited() && in check() 905 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor() 912 Parameter, &CurrentState.getCallFor(Index), Call, in processCallFor() 932 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor() 1491 for (ParameterStatus &PS : CurrentState) { in markNoReturn() 1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AArch64SME.rst | 211 AArch64ISD::SMSTART Chain, [SM|ZA|Both], CurrentState, ExpectedState[, RegMask] 212 AArch64ISD::SMSTOP Chain, [SM|ZA|Both], CurrentState, ExpectedState[, RegMask] 214 The ``SMSTART/SMSTOP`` nodes take ``CurrentState`` and ``ExpectedState`` operand for 216 if CurrentState != ExpectedState. 218 When ``CurrentState`` and ``ExpectedState`` can be evaluated at compile-time
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2860 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local 2869 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest() 2870 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()
|