Home
last modified time | relevance | path

Searched refs:getP (Results 1 – 5 of 5) 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
47 static_assert(std::get<1>(getP()) == 4, ""); in main()
/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
77 static_assert(std::get<1>(getP()) == 4, ""); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp137 uintptr_t getP(pint_t addr);
151 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() function in libunwind::LocalAddressSpace
215 result = getP(addr); in getEncodedP()
292 result = getP(result); in getEncodedP()
478 pint_t getP(pint_t addr);
510 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr) { in getP() function in libunwind::OtherAddressSpace
511 return P::getP(*(uint64_t *)localCopy(addr)); in getP()
DDwarfInstructions.hpp86 return addressSpace.getP(cfa + (pint_t)savedReg.value); in getSavedRegister()
89 return addressSpace.getP( in getSavedRegister()
245 value = addressSpace.getP(p); in evaluateExpression()
255 *(++sp) = addressSpace.getP(value); in evaluateExpression()
DUnwindCursor.hpp1120 personality = _addressSpace.getP(personalityPointer); in getInfoFromCompactEncodingSection()