Lines Matching defs:ExpectedState
631 ConsumedState ExpectedState = mapParamTypestateAttrState(PTA);
633 if (ParamState != ExpectedState)
636 stateToString(ExpectedState), stateToString(ParamState));
873 ConsumedState ExpectedState = Analyzer.getExpectedReturnState();
875 if (ExpectedState != CS_None) {
881 if (RetState != ExpectedState)
883 Ret->getReturnLoc(), stateToString(ExpectedState),
1096 ConsumedState ExpectedState = mapReturnTypestateAttrState(RTA);
1097 if (DM.second != ExpectedState)
1099 Param->getNameAsString(), stateToString(ExpectedState),