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()
4504 (!X) LNot (X)12266 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 12267 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14950 Fixed a problem with the implementation of the LNot() operator where 14998 Fixed a problem with constant folding and the LNot operator. LNot was