Searched refs:assignmentsHaveResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp200 virtual bool assignmentsHaveResult() { return true; } function in class:__anon3788::PseudoOpBuilder
379 result = buildSet(result.take(), opcLoc, assignmentsHaveResult());
403 if (UnaryOperator::isPostfix(opcode) && assignmentsHaveResult()) {
423 UnaryOperator::isPrefix(opcode) && assignmentsHaveResult());

Completed in 38 milliseconds