Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_config.h34 struct ShowDurations { enum OrNot { enum
71 virtual ShowDurations::OrNot showDurations() const = 0;
Dcatch_config.hpp54 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
105 ShowDurations::OrNot showDurations() const override;
Dcatch_config.cpp66 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations()
/external/llvm-project/llvm/lib/MC/
DMCExpr.cpp153 case MCBinaryExpr::OrNot: OS << '!'; break; in print()
971 case MCBinaryExpr::OrNot: Result = LHS | ~RHS; break; in evaluateAsRelocatableImpl()
/external/llvm-project/llvm/include/llvm/MC/
DMCExpr.h497 OrNot, ///< Bitwise or not. enumerator
/external/bcc/tests/cc/
Dcatch.hpp3365 struct ShowDurations { enum OrNot { enum
3395 virtual ShowDurations::OrNot showDurations() const = 0;
3515 ShowDurations::OrNot showDurations;
3580 virtual ShowDurations::OrNot showDurations() const { return m_data.showDurations; } in showDurations()
/external/catch2/single_include/catch2/
Dcatch.hpp4449 struct ShowDurations { enum OrNot { enum
4486 virtual ShowDurations::OrNot showDurations() const = 0;
5258 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5308 ShowDurations::OrNot showDurations() const override;
9959 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations()
/external/libabigail/tests/lib/
Dcatch.hpp4479 struct ShowDurations { enum OrNot { enum
4516 virtual ShowDurations::OrNot showDurations() const = 0;
5289 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5340 ShowDurations::OrNot showDurations() const override;
10017 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp1622 Kind = MCBinaryExpr::OrNot; in getGNUBinOpPrecedence()