Lines Matching refs:ExprValue
158 static void moveAbsRight(ExprValue &a, ExprValue &b) { in moveAbsRight()
166 static ExprValue add(ExprValue a, ExprValue b) { in add()
171 static ExprValue sub(ExprValue a, ExprValue b) { in sub()
178 static ExprValue bitAnd(ExprValue a, ExprValue b) { in bitAnd()
184 static ExprValue bitXor(ExprValue a, ExprValue b) { in bitXor()
190 static ExprValue bitOr(ExprValue a, ExprValue b) { in bitOr()
594 addrExpr = [=]() -> ExprValue { return {&osd->osec, false, 0, ""}; }; in readOverlay()
1147 e = [=, c = op[0]]() -> ExprValue { in readSymbolAssignment()
1148 ExprValue lhs = script->getSymbolValue(name, loc); in readSymbolAssignment()
1448 ExprValue i = inner(); in readPrimary()
1457 return [=]() -> ExprValue { in readPrimary()
1473 ExprValue v = e(); in readPrimary()