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.h431 LNot, ///< Logical negation. enumerator
451 return create(LNot, Expr, Ctx, Loc);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
H A DOperationKinds.def435 UNARY_OPERATION(LNot, "!")
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp102 case MCUnaryExpr::LNot: OS << '!'; break; in print()
915 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt4425 (!X) LNot (X)
12188 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()),
12189 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code
14872 Fixed a problem with the implementation of the LNot() operator where
14920 Fixed a problem with constant folding and the LNot operator. LNot was