| /freebsd/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() 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 D | ContinuationIndenter.cpp | 287 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 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 | 101 if (!PrevReq || (Req->CurrentState != PrevReq->CurrentState)) { in VisitNode()
|
| H A D | MPIChecker.cpp | 44 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 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() 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 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/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | PassManager.h | 115 } 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 D | Pipeline.h | 60 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 D | WebAssemblyAsmParser.cpp | 246 } 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 D | BlockPrinter.h | 37 State CurrentState = State::Start; variable 55 void reset() { CurrentState = State::Start; } in reset()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acconvert.h | 180 ASL_COMMENT_STATE CurrentState, 186 ASL_COMMENT_STATE CurrentState,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1207 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 D | Pipeline.cpp | 63 CurrentState = State::Started; in runCycle() 72 CurrentState = State::Paused; in runCycle()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 614 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 D | Dhcp6.h | 321 IN EFI_DHCP6_STATE CurrentState,
|
| H A D | Dhcp4.h | 235 IN EFI_DHCP4_STATE CurrentState,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 1213 FunctionType::ArmStateValue CurrentState, StringRef StateName) { in checkNewAttrMutualExclusion() argument 1217 if (CurrentState == IncompatibleState) { in checkNewAttrMutualExclusion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2839 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local 2858 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest() 2859 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()
|