Home
last modified time | relevance | path

Searched defs:DPair (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp20 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 Dmake-unique.cpp21 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 Dctor.pair_U_V_const_ref.pass.cpp40 struct DPair : public std::pair<T, U> { struct
41 using Base = std::pair<T, U>;
H A Dctor.pair_U_V_move.pass.cpp54 struct DPair : public std::pair<T, U> { struct
55 using Base = std::pair<T, U>;
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2498 setVecListDPair(unsigned int DPair) setVecListDPair() argument
3396 auto DPair = Parser->getDRegFromQReg(Reg.RegNum); addVecListOperands() local