Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
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 …]
/netbsd/external/apache2/llvm/dist/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 DMPIBugReporter.cpp102 if (!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()
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dcvcompiler.c69 ASL_COMMENT_STATE CurrentState, in CvProcessComment() argument
81 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessComment()
164 CurrentState.SpacesBefore + 1); in CvProcessComment()
167 (i < CurrentState.SpacesBefore); i++) in CvProcessComment()
173 CvPlaceComment (CurrentState.CommentType, FinalCommentString); in CvProcessComment()
196 ASL_COMMENT_STATE CurrentState, in CvProcessCommentType2() argument
204 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in CvProcessCommentType2()
240 for (i = 0; (CurrentState.CommentType != 1) && in CvProcessCommentType2()
241 (i < CurrentState.SpacesBefore); i++) in CvProcessCommentType2()
251 FinalCommentString [CurrentState.SpacesBefore + in CvProcessCommentType2()
[all …]
H A Daslsupport.l474 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; /* to reference later on */ in AslDoComment() local
479 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
494 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
522 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoComment()
544 CvProcessComment (CurrentState, StringBuffer, c1); in AslDoComment()
592 ASL_COMMENT_STATE CurrentState = AslGbl_CommentState; in AslDoCommentType2() local
597 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
613 if (AcpiGbl_CaptureComments && CurrentState.CaptureComments) in AslDoCommentType2()
633 CvProcessCommentType2 (CurrentState, StringBuffer); in AslDoCommentType2()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DBlockPrinter.h36 State CurrentState = State::Start; variable
55 void reset() { CurrentState = State::Start; } in reset()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1199 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 …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp215 } CurrentState = FileStart; member in __anonb605d71d0111::WebAssemblyAsmParser
590 CurrentState = EndFunction; in ParseInstruction()
743 if (CurrentState != DataSection) { in CheckDataSection()
749 CurrentState = DataSection; in CheckDataSection()
851 CurrentState = FunctionStart; in ParseDirective()
919 if (CurrentState != FunctionStart) in ParseDirective()
926 CurrentState = FunctionLocals; in ParseDirective()
959 if (CurrentState == FunctionStart) { in ensureLocals()
966 CurrentState = FunctionLocals; in ensureLocals()
1000 if (CurrentState == EndFunction) { in MatchAndEmitInstruction()
[all …]
/netbsd/external/apache2/llvm/dist/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()
1491 for (ParameterStatus &PS : CurrentState) { in markNoReturn()
1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression()
[all …]
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h72 ASL_COMMENT_STATE CurrentState,
78 ASL_COMMENT_STATE CurrentState,
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2379 ProgramStateRef CurrentState = N->getState(); in VisitTrueTest() local
2388 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
2389 CurrentState->getSVal(Cond, LCtx).isUnknownOrUndef(); in VisitTrueTest()