| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 305 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() argument 308 IterationInstructions.insert(Increment); in setLoopComponents() 309 LLVM_DEBUG(dbgs() << "Found Increment: "; Increment->dump()); in setLoopComponents() 323 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in verifyTripCount() argument 340 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 361 return setLoopComponents(NewRHS, TripCount, Increment, in verifyTripCount() 364 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 383 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount() 390 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in findLoopComponents() argument 450 Increment = in findLoopComponents() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProgress.cpp | 40 void SBProgress::Increment(uint64_t amount, const char *description) { in Increment() function in SBProgress 49 m_opaque_up->Increment(amount, std::move(description_opt)); in Increment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 114 int64_t Increment = 0); 118 int64_t Increment = 0); 127 int64_t Increment = 0); 131 int64_t Increment = 0); 454 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() argument 465 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBase() 470 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBase() 474 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBaseWB() argument 486 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBaseWB() 491 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBaseWB() [all …]
|
| H A D | ARMLoadStoreOptimizer.cpp | 3142 MachineInstr *Increment = nullptr; in DistributeIncrements() local 3147 if (!Increment && getAddSubImmediate(Use) != 0) { in DistributeIncrements() 3148 Increment = &Use; in DistributeIncrements() 3169 if (BaseAccess && Increment) { in DistributeIncrements() 3170 if (PrePostInc || BaseAccess->getParent() != Increment->getParent()) in DistributeIncrements() 3173 if (Increment->definesRegister(ARM::CPSR, /*TRI=*/nullptr) || in DistributeIncrements() 3174 getInstrPredicate(*Increment, PredReg) != ARMCC::AL) in DistributeIncrements() 3183 MRI->use_nodbg_instructions(Increment->getOperand(0).getReg())) { in DistributeIncrements() 3192 IncrementOffset = getAddSubImmediate(*Increment); in DistributeIncrements() 3205 if (Increment) in DistributeIncrements() [all …]
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProgressDocstrings.i | 73 …to the total will always guarauntee a progress end event being sent.") lldb::SBProcess::Increment;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Archive.cpp | 747 auto Increment = [&]() { in Archive() local 794 if (Increment()) in Archive() 820 if (Increment()) in Archive() 832 if (Increment()) in Archive() 857 if (Increment()) in Archive() 881 if (Increment()) in Archive() 910 if (Increment()) in Archive() 935 if (Increment()) in Archive() 963 if (Increment()) in Archive()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 24 void Increment(uint32_t difference = 1) {
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProgress.h | 60 void Increment(uint64_t amount, const char *description = nullptr);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Progress.h | 112 void Increment(uint64_t amount = 1,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Progress.cpp | 62 void Progress::Increment(uint64_t amount, in Increment() function in Progress
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | WatchpointResource.cpp | 98 m_hit_counter.Increment(); in ShouldStop()
|
| H A D | BreakpointSite.cpp | 49 m_hit_counter.Increment(); in ShouldStop()
|
| H A D | BreakpointLocation.cpp | 406 m_hit_counter.Increment(); in BumpHitCount() 407 m_owner.m_hit_counter.Increment(); in BumpHitCount()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 34 WARNING_GADGET(Increment)
|
| /freebsd/stand/i386/pxeldr/ |
| H A D | pxeldr.S | 240 seta20.1: inc %cx # Increment, overflow?
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | st_fdma.txt | 58 -bit 21: Increment Address
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 104 progress.Increment(); in Index() 141 progress.Increment(); in Index()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-pp-string_test.cc | 122 TEST(Macros, Increment) { in TEST() argument
|
| /freebsd/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/contrib/file/src/ |
| H A D | BNF | 13 level = ">" ;; Increment the level by 1.
|
| /freebsd/stand/i386/cdboot/ |
| H A D | cdboot.S | 487 seta20.1: inc %cx # Increment, overflow?
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1503 checkForInc(CFI.Current.Increment, CurInitVar, /*DIag=*/true); in checkFor() 1550 if (CFI.Uninst.Increment != CFI.Current.Increment && in checkFor() 1551 !checkForInc(CFI.Uninst.Increment, UninstInitVar, /*Diag=*/false)) in checkFor() 1552 checkForInc(CFI.Current.Increment, CurInitVar, /*Diag=*/true); in checkFor()
|