Home
last modified time | relevance | path

Searched defs:make_pair (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A DPR42665.cpp24 auto make_pair() { in make_pair() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dbuild-explicit-make-pair.cpp10 pair<T1, T2> make_pair(T1 x, T2 y) { in make_pair() function
/llvm-project/clang/test/OpenMP/
H A Dcapturing_in_templates.cpp21 pair<T1, T2> make_pair(T1 &&t1, T2 &&t2) { in make_pair() function
/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier-4.cpp22 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 Dstruct.c13 Pair make_pair(int i, char *ptr) { in make_pair() function
H A Dpair.cpp11 make_pair(int *p, int i) { return {p, i}; } in make_pair() function
/llvm-project/clang/test/PCH/
H A Dobjc_literals.mm50 pair<T, U> make_pair(const T& first, const U& second) { function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp287 make_pair(T1 &&, T2 &&) { in make_pair() function