Searched defs:make_pair (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/CodeGenCXX/ |
H A D | PR42665.cpp | 24 auto make_pair() { in make_pair() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | build-explicit-make-pair.cpp | 10 pair<T1, T2> make_pair(T1 x, T2 y) { in make_pair() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | capturing_in_templates.cpp | 21 pair<T1, T2> make_pair(T1 &&t1, T2 &&t2) { in make_pair() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | typename-specifier-4.cpp | 22 struct make_pair { struct 29 int a0[is_same<metafun_apply2<make_pair, int, float>::type, argument
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | struct.c | 13 Pair make_pair(int i, char *ptr) { in make_pair() function
|
H A D | pair.cpp | 11 make_pair(int *p, int i) { return {p, i}; } in make_pair() function
|
/llvm-project/clang/test/PCH/ |
H A D | objc_literals.mm | 50 pair<T, U> make_pair(const T& first, const U& second) { function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 287 make_pair(T1 &&, T2 &&) { in make_pair() function
|