| /freebsd-14.2/contrib/googletest/googletest/samples/ |
| H A D | sample4_unittest.cc | 37 TEST(Counter, Increment) { in TEST() argument 46 EXPECT_EQ(0, c.Increment()); in TEST() 47 EXPECT_EQ(1, c.Increment()); in TEST() 48 EXPECT_EQ(2, c.Increment()); in TEST()
|
| H A D | sample4.cc | 37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
|
| H A D | sample4.h | 44 int Increment();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 298 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() argument 301 IterationInstructions.insert(Increment); in setLoopComponents() 302 LLVM_DEBUG(dbgs() << "Found Increment: "; Increment->dump()); in setLoopComponents() 316 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in verifyTripCount() argument 354 return setLoopComponents(NewRHS, TripCount, Increment, in verifyTripCount() 376 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 383 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in findLoopComponents() argument 443 Increment = in findLoopComponents() 445 if ((Compare->getOperand(0) != Increment || !Increment->hasNUses(2)) && in findLoopComponents() 446 !Increment->hasNUses(1)) { in findLoopComponents() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 115 int64_t Increment = 0); 119 int64_t Increment = 0); 128 int64_t Increment = 0); 132 int64_t Increment = 0); 455 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() argument 466 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBase() 471 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBase() 487 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBaseWB() 492 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBaseWB() 637 {Ptr, Builder.getInt32(Increment), Input, Mask}); in tryCreateMaskedScatterBase() [all …]
|
| H A D | ARMLoadStoreOptimizer.cpp | 3148 MachineInstr *Increment = nullptr; in DistributeIncrements() local 3153 if (!Increment && getAddSubImmediate(Use) != 0) { in DistributeIncrements() 3154 Increment = &Use; in DistributeIncrements() 3175 if (BaseAccess && Increment) { in DistributeIncrements() 3179 if (Increment->definesRegister(ARM::CPSR) || in DistributeIncrements() 3180 getInstrPredicate(*Increment, PredReg) != ARMCC::AL) in DistributeIncrements() 3198 IncrementOffset = getAddSubImmediate(*Increment); in DistributeIncrements() 3211 if (Increment) in DistributeIncrements() 3259 LLVM_DEBUG(dbgs() << " And : "; Increment->dump()); in DistributeIncrements() 3260 NewBaseReg = Increment->getOperand(0).getReg(); in DistributeIncrements() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | st,stm32-dma.yaml | 19 -bit 9: Peripheral Increment Address 22 -bit 10: Memory Increment Address 25 -bit 15: Peripheral Increment Offset Size
|
| H A D | st_fdma.txt | 58 -bit 21: Increment Address
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 24 void Increment(uint32_t difference = 1) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Archive.cpp | 748 auto Increment = [&]() { in Archive() local 795 if (Increment()) in Archive() 821 if (Increment()) in Archive() 833 if (Increment()) in Archive() 858 if (Increment()) in Archive() 882 if (Increment()) in Archive() 911 if (Increment()) in Archive() 936 if (Increment()) in Archive() 964 if (Increment()) in Archive()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Progress.h | 93 void Increment(uint64_t amount = 1,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Progress.cpp | 45 void Progress::Increment(uint64_t amount, in Increment() function in Progress
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 28 WARNING_GADGET(Increment)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointResource.cpp | 102 m_hit_counter.Increment(); in ShouldStop()
|
| H A D | BreakpointSite.cpp | 49 m_hit_counter.Increment(); in ShouldStop()
|
| H A D | BreakpointLocation.cpp | 421 m_hit_counter.Increment(); in BumpHitCount() 422 m_owner.m_hit_counter.Increment(); in BumpHitCount()
|
| H A D | Watchpoint.cpp | 256 m_hit_counter.Increment(); in ShouldStop()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 89 progress.Increment(); in Index() 94 progress.Increment(); in Index() 124 progress.Increment(); in Index()
|
| /freebsd-14.2/stand/i386/pxeldr/ |
| H A D | pxeldr.S | 240 seta20.1: inc %cx # Increment, overflow?
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-pp-string_test.cc | 122 TEST(Macros, Increment) { in TEST() argument
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 671 0x9C Channel Increment 705 0xCA Tracking Increment 719 0xE9 Volume Increment 743 0x152 Bass Increment 745 0x154 Treble Increment 759 0x171 Sub-channel Increment 761 0x173 Alternate Audio Increment
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | BNF | 13 level = ">" ;; Increment the level by 1.
|
| /freebsd-14.2/stand/i386/cdboot/ |
| H A D | cdboot.S | 487 seta20.1: inc %cx # Increment, overflow?
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-port-test.cc | 1048 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex 1091 for (int i = 0; i < param.second; ++i) param.first->Increment(); in CountingThreadFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 129 Increment, // ?E # operator++ enumerator
|