Searched refs:LNot (Results 1 – 7 of 7) sorted by relevance
363 LNot, ///< Logical negation. enumerator384 return create(LNot, Expr, Ctx, Loc);
165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
410 UNARY_OPERATION(LNot, "!")
58 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag) \
73 case MCUnaryExpr::LNot: OS << '!'; break; in print()733 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
2147 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
2892 (!X) LNot (X)10655 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 10656 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 13339 Fixed a problem with the implementation of the LNot() operator where 13387 Fixed a problem with constant folding and the LNot operator. LNot was