Searched refs:UNOP (Results 1 – 4 of 4) sorted by relevance
80 #define UNOP(name) NOPROPS(name, 1, 1) macro104 const Operator* UnaryNot() { UNOP(JSUnaryNot); } in UnaryNot()105 const Operator* ToBoolean() { UNOP(JSToBoolean); } in ToBoolean()106 const Operator* ToNumber() { UNOP(JSToNumber); } in ToNumber()107 const Operator* ToString() { UNOP(JSToString); } in ToString()108 const Operator* ToName() { UNOP(JSToName); } in ToName()109 const Operator* ToObject() { UNOP(JSToObject); } in ToObject()110 const Operator* Yield() { UNOP(JSYield); } in Yield()194 #undef UNOP
337 #define UNOP(atom, expr) \ in expr_eval() macro345 UNOP (DW_OP_abs, abs ((int64_t) val1)) in expr_eval()346 UNOP (DW_OP_neg, -(int64_t) val1) in expr_eval()347 UNOP (DW_OP_not, ~val1) in expr_eval()348 #undef UNOP in expr_eval()
409 #define UNOP(op) \ in check_single_arithmetic_op() macro500 #undef UNOP in check_single_arithmetic_op()588 #define UNOP(op) \ in check_single_guarded_arithmetic_op() macro793 #undef UNOP in check_single_guarded_arithmetic_op()919 #define UNOP(op) \ in check_double_guarded_arithmetic_op() macro1140 UNOP("fsqrt"); in check_double_guarded_arithmetic_op()1148 #undef UNOP in check_double_guarded_arithmetic_op()