HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedState (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 66 /// \param ExpectedState -- The state the return value was expected to be
73 StringRef ExpectedState,
78 StringRef ExpectedState,
95 /// \param ExpectedState -- The state the return value was expected to be
101 StringRef ExpectedState,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 334 unsigned ExpectedState = 1;
335 ASSERT_EQ(ExpectedState, Parameters.State);
346 unsigned ExpectedState = 0;
347 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...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]

Completed in 81 milliseconds