Searched defs:DPair (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-shared.cpp | 20 struct DPair { struct 21 DPair() : a(0), b(0) {} in DPair() argument 22 DPair(int x, int y) : a(y), b(x) {} in DPair() function 23 int a, b;
|
H A D | make-unique.cpp | 21 struct DPair { struct 22 DPair() : a(0), b(0) {} in DPair() argument 23 DPair(int x, int y) : a(y), b(x) {} in DPair() argument 24 int a, b;
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | ctor.pair_U_V_const_ref.pass.cpp | 40 struct DPair : public std::pair<T, U> { struct 41 using Base = std::pair<T, U>;
|
H A D | ctor.pair_U_V_move.pass.cpp | 54 struct DPair : public std::pair<T, U> { struct 55 using Base = std::pair<T, U>;
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 2498 setVecListDPair(unsigned int DPair) setVecListDPair() argument 3396 auto DPair = Parser->getDRegFromQReg(Reg.RegNum); addVecListOperands() local
|