Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h363 LNot, ///< Logical negation. enumerator
384 return create(LNot, Expr, Ctx, Loc);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
H A DOperationKinds.def410 UNARY_OPERATION(LNot, "!")
H A DRecursiveASTVisitor.h58 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag) \
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCExpr.cpp73 case MCUnaryExpr::LNot: OS << '!'; break; in print()
733 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2147 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt2892 (!X) LNot (X)
10655 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()),
10656 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code
13339 Fixed a problem with the implementation of the LNot() operator where
13387 Fixed a problem with constant folding and the LNot operator. LNot was