Home
last modified time | relevance | path

Searched refs:LNot (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h435 LNot, ///< Logical negation. enumerator
455 return create(LNot, Expr, Ctx, Loc);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h166 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
H A DOperationKinds.def441 UNARY_OPERATION(LNot, "!")
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp101 case MCUnaryExpr::LNot: OS << '!'; break; in print()
888 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2127 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt4504 (!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