Home
last modified time | relevance | path

Searched refs:OrNot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp152 case MCBinaryExpr::OrNot: OS << '!'; break; in print()
1002 case MCBinaryExpr::OrNot: Result = LHS | ~RHS; break; in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h509 OrNot, ///< Bitwise or not. enumerator
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4431 struct ShowDurations { enum OrNot { enum
4468 virtual ShowDurations::OrNot showDurations() const = 0;
5238 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5288 ShowDurations::OrNot showDurations() const override;
9912 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1709 Kind = MCBinaryExpr::OrNot; in getGNUBinOpPrecedence()