| /freebsd-13.1/contrib/llvm-project/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() 45 CurrentState = State::Metadata; in visit() 54 CurrentState = State::Metadata; in visit() 64 CurrentState = State::CustomEvent; in visit() 92 CurrentState = State::Function; in visit() 99 CurrentState = State::Arg; in visit() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | cvcompiler.c | 177 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 D | aslsupport.l | 582 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-13.1/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | BlockPrinter.h | 36 State CurrentState = State::Start; variable 55 void reset() { CurrentState = State::Start; } in reset()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acconvert.h | 180 ASL_COMMENT_STATE CurrentState, 186 ASL_COMMENT_STATE CurrentState,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1199 int CurrentState = NullState; in emitCLRExceptionTable() local 1205 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable() 1206 while (CurrentState != StillPendingState) { in emitCLRExceptionTable() 1207 assert(CurrentState != NullState && in emitCLRExceptionTable() 1211 CurrentState, FuncletState}); in emitCLRExceptionTable() 1213 CurrentState = FuncInfo.ClrEHUnwindMap[CurrentState].TryParentState; in emitCLRExceptionTable() 1216 if (HandlerStack.back().second == CurrentState) in emitCLRExceptionTable() 1220 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable() 1225 EnteredState != CurrentState; in emitCLRExceptionTable() 1234 HandlerStack.emplace_back(CurrentStartLabel, CurrentState); in emitCLRExceptionTable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 217 } CurrentState = FileStart; member in __anoncf9387500111::WebAssemblyAsmParser 617 CurrentState = EndFunction; in ParseInstruction() 773 if (CurrentState != DataSection) { in CheckDataSection() 779 CurrentState = DataSection; in CheckDataSection() 881 CurrentState = FunctionStart; in ParseDirective() 950 if (CurrentState != FunctionStart) in ParseDirective() 958 CurrentState = FunctionLocals; in ParseDirective() 991 if (CurrentState == FunctionStart) { in ensureLocals() 998 CurrentState = FunctionLocals; in ensureLocals() 1034 if (CurrentState == EndFunction) { in MatchAndEmitInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2601 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local 2610 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest() 2611 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()
|