Searched refs:CurrentState (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h31 Request(State S) : CurrentState{S} {}
34 Id.AddInteger(CurrentState);
38 return CurrentState == ToCompare.CurrentState;
41 const State CurrentState; member in class:clang::ento::mpi::Request
H A DMPIBugReporter.cpp102 if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) {
H A DMPIChecker.cpp44 if (Req && Req->CurrentState == Request::State::Nonblocking) {
114 if (Req.second.CurrentState == Request::State::Nonblocking) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DBlockPrinter.cpp15 CurrentState = State::Preamble;
21 if (CurrentState == State::Start)
25 CurrentState = State::Preamble;
30 CurrentState = State::Preamble;
35 CurrentState = State::Preamble;
41 if (CurrentState == State::Preamble)
43 if (CurrentState == State::Function)
45 CurrentState = State::Metadata;
52 if (CurrentState == State::Function)
54 CurrentState
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; member in class:llvm::xray::BlockPrinter
55 void reset() { CurrentState = State::Start; }
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacconvert.h180 ASL_COMMENT_STATE CurrentState,
186 ASL_COMMENT_STATE CurrentState,
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c163 * PARAMETERS: CurrentState Current comment parse state
177 ASL_COMMENT_STATE CurrentState,
189 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
272 CurrentState.SpacesBefore + 1);
274 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) &&
275 (i < CurrentState.SpacesBefore); i++)
281 CvPlaceComment (CurrentState.CommentType, FinalCommentString);
291 * PARAMETERS: CurrentState Current comment parse state
304 ASL_COMMENT_STATE CurrentState,
312 if (AcpiGbl_CaptureComments && CurrentState
176 CvProcessComment( ASL_COMMENT_STATE CurrentState, char *StringBuffer, int c1) argument
303 CvProcessCommentType2( ASL_COMMENT_STATE CurrentState, char *StringBuffer) argument
[all...]
H A Daslsupport.l582 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */
587 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
602 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
630 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
652 CvProcessComment (CurrentState, StringBuffer, c1);
700 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState;
705 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
721 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments)
741 CvProcessCommentType2 (CurrentState, StringBuffer);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp183 } CurrentState = FileStart; member in class:__anon4353::final
509 CurrentState = EndFunction;
627 CurrentState = Label;
649 if (CurrentState != DataSection) {
655 CurrentState = DataSection;
710 if (CurrentState == Label && WasmSym == LastLabel) {
714 CurrentState = FunctionStart;
782 if (CurrentState != FunctionStart)
789 CurrentState = FunctionLocals;
822 if (CurrentState
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1177 int CurrentState = NullState; local
1183 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState);
1184 while (CurrentState != StillPendingState) {
1185 assert(CurrentState != NullState &&
1189 CurrentState, FuncletState});
1191 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState;
1194 if (HandlerStack.back().second == CurrentState)
1198 if (StateChange.NewState != CurrentState) {
1203 EnteredState != CurrentState;
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2251 ProgramStateRef CurrentState = N->getState(); local
2260 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) ||
2261 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef();

Completed in 216 milliseconds