OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpectedState
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/Lex/
PPCallbacksTest.cpp
337
unsigned
ExpectedState
= 1;
338
ASSERT_EQ(
ExpectedState
, Parameters.State);
349
unsigned
ExpectedState
= 0;
350
ASSERT_EQ(
ExpectedState
, Parameters.State);
/external/clang/lib/Analysis/
Consumed.cpp
632
ConsumedState
ExpectedState
= mapParamTypestateAttrState(PTA);
634
if (ParamState !=
ExpectedState
)
637
stateToString(
ExpectedState
), stateToString(ParamState));
887
ConsumedState
ExpectedState
= Analyzer.getExpectedReturnState();
889
if (
ExpectedState
!= CS_None) {
895
if (RetState !=
ExpectedState
)
897
Ret->getReturnLoc(), stateToString(
ExpectedState
),
[
all
...]
Completed in 95 milliseconds