Searched refs:isNegated (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp46 if (isNegated())
149 Kind = isNegated() ? AVR::fixup_lo8_ldi_neg : AVR::fixup_lo8_ldi;
152 Kind = isNegated() ? AVR::fixup_hi8_ldi_neg : AVR::fixup_hi8_ldi;
155 Kind = isNegated() ? AVR::fixup_hh8_ldi_neg : AVR::fixup_hh8_ldi;
158 Kind = isNegated() ? AVR::fixup_ms8_ldi_neg : AVR::fixup_ms8_ldi;
162 Kind = isNegated() ? AVR::fixup_lo8_ldi_pm_neg : AVR::fixup_lo8_ldi_pm;
165 Kind = isNegated() ? AVR::fixup_hi8_ldi_pm_neg : AVR::fixup_hi8_ldi_pm;
168 Kind = isNegated() ? AVR::fixup_hh8_ldi_pm_neg : AVR::fixup_hh8_ldi_pm;
H A DAVRMCExpr.h42 bool isNegated, MCContext &Ctx);
54 bool isNegated() const { return Negated; } function in class:llvm::AVRMCExpr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp428 bool isNegated = false; local
446 isNegated = true;
449 isNegated = false;
503 isNegated, getContext());
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp2492 LazyExpression( bool isNegated );
8110 LazyExpression::LazyExpression( bool isNegated )
8111 : m_isNegated( isNegated )

Completed in 149 milliseconds