Searched refs:LNot (Results 1 – 6 of 6) sorted by relevance
435 LNot, ///< Logical negation. enumerator455 return create(LNot, Expr, Ctx, Loc);
166 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
441 UNARY_OPERATION(LNot, "!")
101 case MCUnaryExpr::LNot: OS << '!'; break; in print()888 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
2127 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
4612 (!X) LNot (X)12374 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 12375 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 15058 Fixed a problem with the implementation of the LNot() operator where 15106 Fixed a problem with constant folding and the LNot operator. LNot was