| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | fold-init-type.cpp | 4 template <class InputIt, class T> 5 T accumulate(InputIt first, InputIt last, T init); 7 template <class InputIt, class T> 8 T reduce(InputIt first, InputIt last, T init); 9 template <class ExecutionPolicy, class InputIt, class T> 11 InputIt first, InputIt last, T init); 149 template <class InputIt, class T> 150 T accumulate(InputIt, InputIt, T); // We should not care about this one.
|
| H A D | easily-swappable-parameters-ignore-default.cpp | 16 using InputIt = A; typedef 49 void f9(IgnoredTypes::InputIt Foo, IgnoredTypes::InputIt Bar) {} in f9()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringSet.h | 38 template <typename InputIt> 39 void insert(const InputIt &begin, const InputIt &end) { in insert()
|
| H A D | DenseSet.h | 69 template <typename InputIt> 70 DenseSetImpl(const InputIt &I, const InputIt &E) in DenseSetImpl() 229 template<typename InputIt> 230 void insert(InputIt I, InputIt E) { in insert()
|
| H A D | StringMap.h | 302 template <typename InputIt> void insert(InputIt First, InputIt Last) { in insert() 303 for (InputIt It = First; It != Last; ++It) in insert()
|
| H A D | DenseMap.h | 298 template<typename InputIt> 299 void insert(InputIt I, InputIt E) { in insert() 744 template<typename InputIt> 745 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() 925 template<typename InputIt> 926 SmallDenseMap(const InputIt &I, const InputIt &E) { in SmallDenseMap()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-transparent-functors.cpp | 62 template <class InputIt, class UnaryPredicate> 63 InputIt find_if(InputIt first, InputIt last,
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx.h | 584 template <class InputIt> 585 basic_string(InputIt first, InputIt last, 864 template <class InputIt, class T> 865 InputIt find(InputIt first, InputIt last, const T& value); 872 InputIt find_if (InputIt first, InputIt last, UnaryPredicate p); 879 InputIt find_if_not (InputIt first, InputIt last, UnaryPredicate q); 885 template <class InputIt, class ForwardIt> 886 InputIt find_first_of(InputIt first, InputIt last, 895 InputIt find_first_of (InputIt first, InputIt last, 907 InputIt find_end(InputIt first, InputIt last, [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 84 template <class InputIt, class OutputIt1, class OutputIt2, class UnaryPredicate> 85 static std::pair<OutputIt1, OutputIt2> copy_if_else(InputIt First, InputIt Last, in copy_if_else() 88 for (InputIt I = First; I != Last; ++I) { in copy_if_else() 110 template <class InputIt, class UnaryPredicate, class Comparator> 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best() 113 InputIt Best = Last; in find_best() 115 for (InputIt I = First; I != Last; ++I) { in find_best()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pr47804.cpp | 3 template <class InputIt, class Pred> 4 bool all_of(InputIt first, Pred p);
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallDescription.h | 180 template <typename InputIt> 181 CallDescriptionMap(InputIt First, InputIt Last) : LinearMap(First, Last) {} in CallDescriptionMap()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Module.h | 84 template <typename InputIt> 85 static ASTFileSignature create(InputIt First, InputIt Last) { in create()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 185 template<typename InputIt> 186 void insert(InputIt I, InputIt E) { in insert()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | easily-swappable-parameters.rst | 136 `bool`, `It`, `Iterator`, `InputIt`, `ForwardIt`, `BidirIt`, `RandomIt`,
|