Searched refs:LNot (Results 1 – 6 of 6) sorted by relevance
426 LNot, ///< Logical negation. enumerator446 return create(LNot, Expr, Ctx, Loc);
165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
434 UNARY_OPERATION(LNot, "!")
102 case MCUnaryExpr::LNot: OS << '!'; break; in print()848 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
3934 (!X) LNot (X)11697 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()), 11698 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14381 Fixed a problem with the implementation of the LNot() operator where 14429 Fixed a problem with constant folding and the LNot operator. LNot was