Searched refs:RawExpectedValue (Results 1 – 1 of 1) sorted by relevance
86 const bool *RawExpectedValue = CDM.lookup(Call); in checkPostCall() local87 if (!RawExpectedValue) in checkPostCall()91 bool ExpectedValue = *RawExpectedValue; in checkPostCall()133 const bool *RawExpectedValue = CDM.lookup(*Call); in checkEndFunction() local134 if (!RawExpectedValue) in checkEndFunction()138 bool ExpectedValue = *RawExpectedValue; in checkEndFunction()