/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample4.cc | 37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
|
H A D | sample4_unittest.cc | 37 TEST(Counter, Increment) { in TEST() argument
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 57 void Progress::Increment(uint64_t amount, in Increment() function in Progress 111 void ProgressManager::Increment(const Progress::ProgressData &progress_data) { in Increment() function in ProgressManager
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 455 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() 475 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBaseWB() 617 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedScatterBase() 641 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedScatterBaseWB()
|
H A D | ARMLoadStoreOptimizer.cpp | 3150 MachineInstr *Increment = nullptr; in DistributeIncrements() local
|
H A D | ARMISelLowering.cpp | 16615 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformTruncatingStoreCombine() local
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-pp-string_test.cc | 122 TEST(Macros, Increment) { in TEST() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 305 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() 323 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in verifyTripCount() 390 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in findLoopComponents()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 748 auto Increment = [&]() { in Archive() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 129 Increment, // ?E # operator++ enumerator
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 1048 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1616 Value *Increment = createStepForVF(Builder, IndexTy, State.VF, Part); in execute() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2200 SDValue Increment = SplitVecRes_VP_STRIDED_LOAD() local 3744 SDValue Increment = SplitVecOp_VP_STRIDED_STORE() local 7597 unsigned Increment = LdEltVT.getSizeInBits() / 8; GenWidenVectorExtLoads() local [all...] |
H A D | TargetLowering.cpp | 10073 SDValue Increment; in IncrementMemoryAddress() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1979 bool ProcessIterationStmt(Sema &S, Stmt* Statement, bool &Increment, in ProcessIterationStmt()
|
H A D | SemaDeclCXX.cpp | 14712 Expr *Increment = UnaryOperator::Create( in buildSingleCopyAssignRecursively() local
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2166 const Stmt *const Increment = Node.getInc(); in AST_MATCHER_P() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 16149 SDValue Increment = in PerformDAGCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5172 unsigned Increment = 1u << NumStages; in createPackShuffleMask() local
|