Home
last modified time | relevance | path

Searched refs:Decrement (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14-stable/contrib/googletest/googletest/samples/
HDsample4_unittest.cc41 EXPECT_EQ(0, c.Decrement()); in TEST()
50 EXPECT_EQ(3, c.Decrement()); in TEST()
HDsample4.cc41 int Counter::Decrement() { in Decrement() function in Counter
HDsample4.h47 int Decrement();
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDHardwareLoops.h22 std::optional<unsigned> Decrement; member
30 Decrement = Count; in setDecrement()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiMemAluCombiner.cpp76 bool Decrement);
329 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument
335 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr()
338 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDProgress.cpp54 ProgressManager::Instance().Decrement(m_progress_data); in ~Progress()
141 void ProgressManager::Decrement(const Progress::ProgressData &progress_data) { in Decrement() function in ProgressManager
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDStoppointHitCounter.h29 void Decrement(uint32_t difference = 1) {
HDWatchpoint.h201 void UndoHitCount() { m_hit_counter.Decrement(); } in UndoHitCount()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDProgress.h152 void Decrement(const Progress::ProgressData &);
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDUnsafeBufferUsageGadgets.def35 WARNING_GADGET(Decrement)
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp421 m_hit_counter.Decrement(); in UndoBumpHitCount()
422 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDHardwareLoops.cpp335 if (Opts.Decrement.has_value()) in TryConvertLoop()
337 ConstantInt::get(HWLoopInfo.CountType, Opts.Decrement.value()); in TryConvertLoop()
HDMachineScheduler.cpp1373 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local
1382 PDiff.addPressureChange(Reg, Decrement, &MRI); in updatePressureDiffs()
/freebsd-14-stable/share/misc/
HDusb_hid_usages672 0x9D Channel Decrement
706 0xCB Tracking Decrement
720 0xEA Volume Decrement
744 0x153 Bass Decrement
746 0x155 Treble Decrement
760 0x172 Sub-channel Decrement
762 0x174 Alternate Audio Decrement
/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_method_construct.pod135 Decrement the I<method>'s reference count, and destruct it when
/freebsd-14-stable/stand/forth/
HDcheck-password.4th118 readlen @ 1 - dup readlen ! \ Decrement input length
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangleNodes.h130 Decrement, // ?F # operator-- enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp268 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
HDMicrosoftDemangle.cpp593 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.cpp607 : WarningGadget(Kind::Decrement), in DecrementGadget()
611 return G->getKind() == Kind::Decrement; in classof()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrVFP.td252 let Inst{24-23} = 0b10; // Decrement Before
288 let Inst{24-23} = 0b10; // Decrement Before
405 let Inst{24-23} = 0b10; // Decrement Before
HDARMInstrInfo.td3510 let Inst{24-23} = 0b00; // Decrement After
3519 let Inst{24-23} = 0b00; // Decrement After
3530 let Inst{24-23} = 0b10; // Decrement Before
3539 let Inst{24-23} = 0b10; // Decrement Before
HDARMInstrThumb2.td2091 let Inst{24-23} = 0b10; // Decrement Before
2106 let Inst{24-23} = 0b10; // Decrement Before
2166 let Inst{24-23} = 0b10; // Decrement Before
2184 let Inst{24-23} = 0b10; // Decrement Before
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.td2599 // Decrement loop counter by the given argument. Return false if the loop
2604 // Decrement the first operand (the loop counter) by the second operand (the
/freebsd-14-stable/sys/dev/mpi3mr/mpi/
HDmpi30_cnfg.h696 U32 Decrement; /* 0x04 */ member

12