Home
last modified time | relevance | path

Searched refs:CurrentState (Results 1 – 17 of 17) 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.cpp279 auto &CurrentState = State.Stack.back(); in getInitialState() local
280 CurrentState.AvoidBinPacking = true; in getInitialState()
281 CurrentState.BreakBeforeParameter = true; in getInitialState()
282 CurrentState.AlignColons = false; in getInitialState()
293 const auto &CurrentState = State.Stack.back(); in canBreak() local
295 if (!Current.CanBreakBefore && !(CurrentState.BreakBeforeClosingBrace && in canBreak()
317 if (Current.isMemberAccess() && CurrentState.ContainsUnwrappedBuilder) in canBreak()
352 CurrentState.NoLineBreakInOperand) { in canBreak()
368 return !State.NoLineBreak && !CurrentState.NoLineBreak; in canBreak()
374 const auto &CurrentState = State.Stack.back(); in mustBreak() local
[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 DMPIChecker.cpp44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking()
114 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/MCA/
H A DPipeline.h59 State CurrentState = State::Created; variable
81 bool isPaused() const { return CurrentState == State::Paused; } in isPaused()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp214 } CurrentState = FileStart; member in __anon9b7df71c0111::WebAssemblyAsmParser
613 CurrentState = EndFunction; in ParseInstruction()
758 if (CurrentState != DataSection) { in CheckDataSection()
764 CurrentState = DataSection; in CheckDataSection()
870 if (CurrentState != FunctionLabel) { in parseDirective()
876 CurrentState = FunctionStart; in parseDirective()
951 if (CurrentState != FunctionStart) in parseDirective()
959 CurrentState = FunctionLocals; in parseDirective()
994 if (CurrentState == FunctionStart) { in ensureLocals()
1001 CurrentState = FunctionLocals; in ensureLocals()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; variable
54 void reset() { CurrentState = State::Start; } in reset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1205 int CurrentState = NullState; in emitCLRExceptionTable() local
1211 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1212 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1213 assert(CurrentState != NullState && in emitCLRExceptionTable()
1217 CurrentState, FuncletState}); in emitCLRExceptionTable()
1219 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1222 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1226 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1231 EnteredState != CurrentState; in emitCLRExceptionTable()
1240 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
[all …]
/freebsd/sys/contrib/dev/acpica/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp616 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()
1492 for (ParameterStatus &PS : CurrentState) { in markNoReturn()
1510 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp63 CurrentState = State::Started; in runCycle()
72 CurrentState = State::Paused; in runCycle()
/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.cpp1221 FunctionType::ArmStateValue CurrentState, StringRef StateName) { in checkNewAttrMutualExclusion() argument
1225 if (CurrentState == IncompatibleState) { in checkNewAttrMutualExclusion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2882 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local
2901 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
2902 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()