/freebsd-src/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-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 45 void Progress::Increment(uint64_t amount, Increment() function in Progress
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 383 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in findLoopComponents() argument 298 setLoopComponents(Value * & TC,Value * & TripCount,BinaryOperator * & Increment,SmallPtrSetImpl<Instruction * > & IterationInstructions) setLoopComponents() argument 316 verifyTripCount(Value * RHS,Loop * L,SmallPtrSetImpl<Instruction * > & IterationInstructions,PHINode * & InductionPHI,Value * & TripCount,BinaryOperator * & Increment,BranchInst * & BackBranch,ScalarEvolution * SE,bool IsWidened) verifyTripCount() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 455 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() argument 475 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBaseWB() argument 617 tryCreateMaskedScatterBase(IntrinsicInst * I,Value * Ptr,IRBuilder<> & Builder,int64_t Increment) tryCreateMaskedScatterBase() argument 641 tryCreateMaskedScatterBaseWB(IntrinsicInst * I,Value * Ptr,IRBuilder<> & Builder,int64_t Increment) tryCreateMaskedScatterBaseWB() argument [all...] |
H A D | ARMLoadStoreOptimizer.cpp | 3148 MachineInstr *Increment = nullptr; DistributeIncrements() local [all...] |
H A D | ARMISelLowering.cpp | 16602 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, PerformTruncatingStoreCombine() local
|
/freebsd-src/contrib/googletest/googlemock/test/ |
H A D | gmock-pp-string_test.cc | 122 TEST(Macros, Increment) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 748 auto Increment = [&]() { in Archive() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 129 Increment, // ?E # operator++ enumerator
|
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 1048 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1330 Value *Increment = createStepForVF(Builder, IndexTy, State.VF, Part); execute() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2058 SDValue Increment = SplitVecRes_VP_STRIDED_LOAD() local 3563 SDValue Increment = SplitVecOp_VP_STRIDED_STORE() local 7206 unsigned Increment = LdEltVT.getSizeInBits() / 8; GenWidenVectorExtLoads() local [all...] |
H A D | TargetLowering.cpp | 9745 SDValue Increment; IncrementMemoryAddress() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1956 ProcessIterationStmt(Sema & S,Stmt * Statement,bool & Increment,DeclRefExpr * & DRE) ProcessIterationStmt() argument
|
H A D | SemaDeclCXX.cpp | 14840 Expr *Increment = UnaryOperator::Create( buildSingleCopyAssignRecursively() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2165 const Stmt *const Increment = Node.getInc(); AST_MATCHER_P() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 15936 SDValue Increment = PerformDAGCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5035 unsigned Increment = 1u << NumStages; createPackShuffleMask() local [all...] |