Lines Matching refs:ExprValue
152 static void moveAbsRight(ExprValue &a, ExprValue &b) { in moveAbsRight()
159 static ExprValue add(ExprValue a, ExprValue b) { in add()
164 static ExprValue sub(ExprValue a, ExprValue b) { in sub()
171 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd()
177 static ExprValue bitXor(ExprValue a, ExprValue b) { in bitXor()
183 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr()
563 addrExpr = [=]() -> ExprValue { return {&osd->osec, false, 0, ""}; }; in readOverlay()
1101 e = [=, c = op[0]]() -> ExprValue { in readSymbolAssignment()
1102 ExprValue lhs = script->getSymbolValue(name, loc); in readSymbolAssignment()
1404 ExprValue i = inner(); in readPrimary()
1413 return [=]() -> ExprValue { in readPrimary()
1429 ExprValue v = e(); in readPrimary()