Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
Dget_non_const.pass.cpp28 constexpr std::pair<int, int> getP () { return { 3, 4 }; } in getP() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
Dget_non_const.pass.cpp33 constexpr std::tuple<int, int> getP () { return { 3, 4 }; } in getP() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp157 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() function in libunwind::LocalAddressSpace
450 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) { in getP() function in libunwind::OtherAddressSpace