/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample4_unittest.cc | 41 EXPECT_EQ(0, c.Decrement()); in TEST() 50 EXPECT_EQ(3, c.Decrement()); in TEST()
|
H A D | sample4.cc | 41 int Counter::Decrement() { in Decrement() function in Counter
|
H A D | sample4.h | 47 int Decrement();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | HardwareLoops.h | 22 std::optional<unsigned> Decrement; member 30 Decrement = Count; in setDecrement()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 76 bool Decrement); 329 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() 335 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr() 338 Decrement ? --First : ++First; in findClosestSuitableAluInstr() 330 findClosestSuitableAluInstr(MachineBasicBlock * BB,const MbbIterator & MemInstr,const bool Decrement) findClosestSuitableAluInstr() argument
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 54 ProgressManager::Instance().Decrement(m_progress_data); in ~Progress() 141 void ProgressManager::Decrement(const Progress::ProgressData &progress_data) { in Decrement() function in ProgressManager
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StoppointHitCounter.h | 29 void Decrement(uint32_t difference = 1) {
|
H A D | Watchpoint.h | 201 void UndoHitCount() { m_hit_counter.Decrement(); } in UndoHitCount()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Progress.h | 152 void Decrement(const Progress::ProgressData &);
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 35 WARNING_GADGET(Decrement)
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 421 m_hit_counter.Decrement(); in UndoBumpHitCount() 422 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 335 if (Opts.Decrement.has_value()) in TryConvertLoop() 337 ConstantInt::get(HWLoopInfo.CountType, Opts.Decrement.value()); in TryConvertLoop()
|
H A D | MachineScheduler.cpp | 1373 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local 1382 PDiff.addPressureChange(Reg, Decrement, &MRI); in updatePressureDiffs()
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 672 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 D | nodes.c.pat | 177 * Decrement the reference count of a function definition, freeing it
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_method_construct.pod | 135 Decrement the I<method>'s reference count, and destruct it when
|
/freebsd/stand/forth/ |
H A D | check-password.4th | 118 readlen @ 1 - dup readlen ! \ Decrement input length
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 130 Decrement, // ?F # operator-- enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 268 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
|
H A D | MicrosoftDemangle.cpp | 593 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 607 : WarningGadget(Kind::Decrement), in DecrementGadget() 611 return G->getKind() == Kind::Decrement; in classof()
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 648 U32 Decrement; /* 0x04 */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrVFP.td | 252 let Inst{24-23} = 0b10; // Decrement Before 288 let Inst{24-23} = 0b10; // Decrement Before 405 let Inst{24-23} = 0b10; // Decrement Before
|
H A D | ARMInstrInfo.td | 3510 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 2599 // 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
|