Home
last modified time | relevance | path

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

12

/freebsd/contrib/googletest/googletest/samples/
H A Dsample4_unittest.cc41 EXPECT_EQ(0, c.Decrement()); in TEST()
50 EXPECT_EQ(3, c.Decrement()); in TEST()
H A Dsample4.cc41 int Counter::Decrement() { in Decrement() function in Counter
H A Dsample4.h47 int Decrement();
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DHardwareLoops.h22 std::optional<unsigned> Decrement; member
30 Decrement = Count; in setDecrement()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.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/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h29 void Decrement(uint32_t difference = 1) {
H A DWatchpoint.h201 void UndoHitCount() { m_hit_counter.Decrement(); } in UndoHitCount()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def29 WARNING_GADGET(Decrement)
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp429 m_hit_counter.Decrement(); in UndoBumpHitCount()
430 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp335 if (Opts.Decrement.has_value()) in TryConvertLoop()
337 ConstantInt::get(HWLoopInfo.CountType, Opts.Decrement.value()); in TryConvertLoop()
H A DMachineScheduler.cpp1335 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local
1344 PDiff.addPressureChange(Reg, Decrement, &MRI); in updatePressureDiffs()
/freebsd/share/misc/
H A Dusb_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/bin/sh/
H A Dnodes.c.pat177 * Decrement the reference count of a function definition, freeing it
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_method_construct.pod135 Decrement the I<method>'s reference count, and destruct it when
/freebsd/stand/forth/
H A Dcheck-password.4th118 readlen @ 1 - dup readlen ! \ Decrement input length
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h130 Decrement, // ?F # operator-- enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp268 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
H A DMicrosoftDemangle.cpp580 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp481 : WarningGadget(Kind::Decrement), in DecrementGadget()
485 return G->getKind() == Kind::Decrement; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrVFP.td252 let Inst{24-23} = 0b10; // Decrement Before
288 let Inst{24-23} = 0b10; // Decrement Before
383 let Inst{24-23} = 0b10; // Decrement Before
H A DARMInstrInfo.td3506 let Inst{24-23} = 0b00; // Decrement After
3515 let Inst{24-23} = 0b00; // Decrement After
3526 let Inst{24-23} = 0b10; // Decrement Before
3535 let Inst{24-23} = 0b10; // Decrement Before
H A DARMInstrThumb2.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/sys/dev/mpi3mr/mpi/
H A Dmpi30_cnfg.h648 U32 Decrement; /* 0x04 */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2443 // Decrement loop counter by the given argument. Return false if the loop
2448 // Decrement the first operand (the loop counter) by the second operand (the
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td626 // Increment and Decrement

12