Home
last modified time | relevance | path

Searched refs:CurrentState (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockPrinter.cpp15 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 …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp287 auto &CurrentState = State.Stack.back(); in getInitialState() local
288 CurrentState.AvoidBinPacking = true; in getInitialState()
289 CurrentState.BreakBeforeParameter = true; in getInitialState()
290 CurrentState.AlignColons = false; in getInitialState()
301 const auto &CurrentState = State.Stack.back(); in canBreak() local
303 if (!Current.CanBreakBefore && !(CurrentState.BreakBeforeClosingBrace && in canBreak()
325 if (Current.isMemberAccess() && CurrentState.ContainsUnwrappedBuilder) in canBreak()
356 return CurrentState.BreakBeforeClosingBrace; in canBreak()
363 return CurrentState.BreakBeforeClosingParen; in canBreak()
367 return CurrentState.BreakBeforeClosingAngle; in canBreak()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h31 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 DMPIBugReporter.cpp101 if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) { in VisitNode()
H A DMPIChecker.cpp44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking()
112 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c177 ASL_COMMENT_STATE CurrentState, in CvProcessComment() argument
189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()
272 CurrentState.SpacesBefore + 1); in CvProcessComment()
274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) && in CvProcessComment()
275 (i < CurrentState.SpacesBefore); i++) in CvProcessComment()
281 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessComment()
304 ASL_COMMENT_STATE CurrentState, in CvProcessCommentType2() argument
312 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessCommentType2()
345 FinalCommentString = UtLocalCacheCalloc (CurrentState.SpacesBefore + in CvProcessCommentType2()
348 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
[all …]
H A Daslsupport.l582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment() local
587 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
602 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
630 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
652 CvProcessComment (CurrentState, StringBuffer, c1); in AslDoComment()
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2() local
705 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
721 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
741 CvProcessCommentType2 (CurrentState, StringBuffer); in AslDoCommentType2()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DPassManager.h115 } CurrentState = State::ScanName; in setPassPipeline() local
121 switch (CurrentState) { in setPassPipeline()
128 CurrentState = State::ScanArgs; in setPassPipeline()
154 CurrentState = State::ArgsEnded; in setPassPipeline()
173 CurrentState = State::ScanName; in setPassPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h60 State CurrentState = State::Created; variable
82 bool isPaused() const { return CurrentState == State::Paused; } in isPaused()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp246 } CurrentState = FileStart; member in __anon9b7df71c0111::WebAssemblyAsmParser
662 CurrentState = EndFunction; in parseInstruction()
902 if (CurrentState != DataSection) { in checkDataSection()
908 CurrentState = DataSection; in checkDataSection()
1014 if (CurrentState != FunctionLabel) { in parseDirective()
1020 CurrentState = FunctionStart; in parseDirective()
1026 if (CurrentState == FunctionStart) in parseDirective()
1096 if (CurrentState != FunctionStart) in parseDirective()
1104 CurrentState = FunctionLocals; in parseDirective()
1139 if (CurrentState == FunctionStart) { in ensureLocals()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h37 State CurrentState = State::Start; variable
55 void reset() { CurrentState = State::Start; } in reset()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1207 int CurrentState = NullState; in emitCLRExceptionTable() local
1213 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1214 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1215 assert(CurrentState != NullState && in emitCLRExceptionTable()
1219 CurrentState, FuncletState}); in emitCLRExceptionTable()
1221 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1224 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1228 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1233 EnteredState != CurrentState; in emitCLRExceptionTable()
1242 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp63 CurrentState = State::Started; in runCycle()
72 CurrentState = State::Paused; in runCycle()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp614 CurrentState(0) { in CalledOnceChecker()
721 assert(CurrentState.isVisited() && in check()
726 if (assignState(BB, CurrentState)) { in check()
739 CurrentState = joinSuccessors(BB); in check()
740 assert(CurrentState.isVisited() && in check()
903 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor()
910 Parameter, &CurrentState.getCallFor(Index), Call, in processCallFor()
930 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor()
1490 for (ParameterStatus &PS : CurrentState) { in markNoReturn()
1508 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression()
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDhcp6.h321 IN EFI_DHCP6_STATE CurrentState,
H A DDhcp4.h235 IN EFI_DHCP4_STATE CurrentState,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1213 FunctionType::ArmStateValue CurrentState, StringRef StateName) { in checkNewAttrMutualExclusion() argument
1217 if (CurrentState == IncompatibleState) { in checkNewAttrMutualExclusion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2839 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local
2858 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
2859 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()