Searched refs:LNot (Results 1 – 6 of 6) sorted by relevance
431 LNot, ///< Logical negation. enumerator451 return create(LNot, Expr, Ctx, Loc);
165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
435 UNARY_OPERATION(LNot, "!")
102 case MCUnaryExpr::LNot: OS << '!'; break; in print()915 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
4290 (!X) LNot (X)12053 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 12054 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14737 Fixed a problem with the implementation of the LNot() operator where 14785 Fixed a problem with constant folding and the LNot operator. LNot was