Searched refs:LNot (Results 1 – 5 of 5) sorted by relevance
246 LNot, ///< Logical negation. enumerator266 return create(LNot, Expr, Ctx, Loc);
167 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
447 UNARY_OPERATION(LNot, "!")
109 case MCUnaryExpr::LNot: OS << '!'; break; in print()551 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
4636 (!X) LNot (X)12398 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 12399 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 15082 Fixed a problem with the implementation of the LNot() operator where 15130 Fixed a problem with constant folding and the LNot operator. LNot was