Home
last modified time | relevance | path

Searched refs:mCandidateLValues (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp119 mCandidateLValues.push_back(node->getLeft()); in visitBinary()
142 for (size_t j = 0; j < mCandidateLValues.size() && !isFound; ++j) in isExpectedLValueFound()
144 isFound = AreLValuesTheSame(expectedLValue, mCandidateLValues[j]); in isExpectedLValueFound()
149 const ExpectedLValues &getCandidates() const { return mCandidateLValues; } in getCandidates()
152 ExpectedLValues mCandidateLValues; member in sh::__anonb42af3910111::VerifyOutputVariableInitializers