OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentState
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPITypes.h
31
Request(State S) :
CurrentState
{S} {}
34
Id.AddInteger(
CurrentState
);
38
return
CurrentState
== ToCompare.
CurrentState
;
41
const State
CurrentState
;
MPIBugReporter.cpp
102
if (!PrevReq || (Req->
CurrentState
!= PrevReq->
CurrentState
)) {
MPIChecker.cpp
44
if (Req && Req->
CurrentState
== Request::State::Nonblocking) {
114
if (Req.second.
CurrentState
== Request::State::Nonblocking) {
/src/external/apache2/llvm/dist/llvm/lib/XRay/
BlockPrinter.cpp
15
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
= State::Metadata
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
BlockPrinter.h
36
State
CurrentState
= State::Start;
55
void reset() {
CurrentState
= State::Start; }
/src/sys/external/bsd/acpica/dist/include/
acconvert.h
72
ASL_COMMENT_STATE
CurrentState
,
78
ASL_COMMENT_STATE
CurrentState
,
/src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c
55
* PARAMETERS:
CurrentState
Current comment parse state
69
ASL_COMMENT_STATE
CurrentState
,
81
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
164
CurrentState
.SpacesBefore + 1);
166
for (i = 0; (
CurrentState
.CommentType != ASL_COMMENT_STANDARD) &&
167
(i <
CurrentState
.SpacesBefore); i++)
173
CvPlaceComment (
CurrentState
.CommentType, FinalCommentString);
183
* PARAMETERS:
CurrentState
Current comment parse state
196
ASL_COMMENT_STATE
CurrentState
,
204
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments
[
all
...]
aslsupport.l
474
ASL_COMMENT_STATE
CurrentState
= AslGbl_CommentState; /* to reference later on */
479
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
494
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
522
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
544
CvProcessComment (
CurrentState
, StringBuffer, c1);
592
ASL_COMMENT_STATE
CurrentState
= AslGbl_CommentState;
597
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
613
if (AcpiGbl_CaptureComments &&
CurrentState
.CaptureComments)
633
CvProcessCommentType2 (
CurrentState
, StringBuffer);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
616
CurrentState
(0) {
723
assert(
CurrentState
.isVisited() &&
728
if (assignState(BB,
CurrentState
)) {
741
CurrentState
= joinSuccessors(BB);
742
assert(
CurrentState
.isVisited() &&
905
ParameterStatus &CurrentParamStatus =
CurrentState
.getStatusFor(Index);
912
Parameter, &
CurrentState
.getCallFor(Index), Call,
932
ParameterStatus &CurrentParamStatus =
CurrentState
.getStatusFor(Index);
1491
for (ParameterStatus &PS :
CurrentState
) {
1509
ParameterStatus &CurrentParamStatus =
CurrentState
.getStatusFor(*Index)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp
215
}
CurrentState
= FileStart;
590
CurrentState
= EndFunction;
743
if (
CurrentState
!= DataSection) {
749
CurrentState
= DataSection;
851
CurrentState
= FunctionStart;
919
if (
CurrentState
!= FunctionStart)
926
CurrentState
= FunctionLocals;
959
if (
CurrentState
== FunctionStart) {
966
CurrentState
= FunctionLocals;
1000
if (
CurrentState
== EndFunction)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
1199
int
CurrentState
= NullState;
1205
getTryAncestor(FuncInfo,
CurrentState
, StateChange.NewState);
1206
while (
CurrentState
!= StillPendingState) {
1207
assert(
CurrentState
!= NullState &&
1211
CurrentState
, FuncletState});
1213
CurrentState
= FuncInfo.ClrEHUnwindMap[
CurrentState
].TryParentState;
1216
if (HandlerStack.back().second ==
CurrentState
)
1220
if (StateChange.NewState !=
CurrentState
) {
1225
EnteredState !=
CurrentState
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
2379
ProgramStateRef
CurrentState
= N->getState();
2388
!BRC.getStateManager().haveEqualConstraints(
CurrentState
, PrevState) ||
2389
CurrentState
->getSVal(Cond, LCtx).isUnknownOrUndef();
Completed in 31 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026