Home
last modified time | relevance | path

Searched defs:getP (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/pairs/pair.astuple/
H A Dget_non_const.pass.cpp29 constexpr std::pair<int, int> getP () { return { 3, 4 }; } in getP() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_non_const.pass.cpp36 constexpr std::tuple<int, int> getP () { return { 3, 4 }; } in getP() function
/llvm-project/libunwind/src/
H A DAddressSpace.hpp208 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() function in libunwind::LocalAddressSpace