Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DBlockPrinter.cpp16 CurrentState = State::Preamble; in visit()
22 if (CurrentState == State::Start) in visit()
26 CurrentState = State::Preamble; in visit()
31 CurrentState = State::Preamble; in visit()
36 CurrentState = State::Preamble; in visit()
46 CurrentState = State::Metadata; in visit()
55 CurrentState = State::Metadata; in visit()
65 CurrentState = State::CustomEvent; in visit()
93 CurrentState = State::Function; in visit()
100 CurrentState = State::Arg; in visit()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h32 Request(State S) : CurrentState{S} {} in Request()
35 Id.AddInteger(CurrentState); in Profile()
39 return CurrentState == ToCompare.CurrentState;
42 const State CurrentState; variable
H A DMPIBugReporter.cpp101 if ((Req && !PrevReq) || (Req->CurrentState != PrevReq->CurrentState)) { in VisitNode()
H A DMPIChecker.cpp44 if (Req && Req->CurrentState == Request::State::Nonblocking) { in checkDoubleNonblocking()
114 if (Req.second.CurrentState == Request::State::Nonblocking) { in checkMissingWaits()
/freebsd-12.1/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()
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()
348 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
349 (i < CurrentState.SpacesBefore); i++) in CvProcessCommentType2()
359 FinalCommentString [CurrentState.SpacesBefore + in CvProcessCommentType2()
[all …]
H A Daslsupport.l578 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment() local
583 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
598 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
626 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
648 CvProcessComment (CurrentState, StringBuffer, c1); in AslDoComment()
696 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2() local
701 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
717 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
737 CvProcessCommentType2 (CurrentState, StringBuffer); in AslDoCommentType2()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp133 UnsignPair StateTrans = UnsignPair(CurrentState, InsnInput); in canReserveResources()
134 ReadTable(CurrentState); in canReserveResources()
143 UnsignPair StateTrans = UnsignPair(CurrentState, InsnInput); in reserveResources()
144 ReadTable(CurrentState); in reserveResources()
146 CurrentState = CachedTable[StateTrans]; in reserveResources()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp173 } CurrentState = FileStart; member in __anon1565d9e10111::WebAssemblyAsmParser
529 CurrentState = Label; in onLabelParsed()
602 if (CurrentState == Label && WasmSym == LastLabel) { in ParseDirective()
606 CurrentState = FunctionStart; in ParseDirective()
638 if (CurrentState != FunctionStart) in ParseDirective()
645 CurrentState = FunctionLocals; in ParseDirective()
661 if (CurrentState == FunctionStart) { in MatchAndEmitInstruction()
670 CurrentState = Instructions; in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DBlockPrinter.h37 State CurrentState = State::Start; variable
56 void reset() { CurrentState = State::Start; } in reset()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1169 int CurrentState = NullState; in emitCLRExceptionTable() local
1175 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1176 while (CurrentState != StillPendingState) { in emitCLRExceptionTable()
1177 assert(CurrentState != NullState && in emitCLRExceptionTable()
1181 CurrentState, FuncletState}); in emitCLRExceptionTable()
1183 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable()
1186 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable()
1190 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1195 EnteredState != CurrentState; in emitCLRExceptionTable()
1204 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h83 int CurrentState = 0; variable
99 CurrentState = 0; in clearResources()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1829 ProgramStateRef CurrentState = N->getState(); in VisitNodeImpl() local
1835 if (CurrentState->getGDM().getRoot() == in VisitNodeImpl()