Home
last modified time | relevance | path

Searched refs:getP (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/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
48 static_assert(std::get<1>(getP()) == 4, ""); in main()
/llvm-project-15.0.7/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
80 static_assert(std::get<1>(getP()) == 4, ""); in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dreferences.cpp190 P getP();
198 const X& xr = getP().first; in f()
H A Ddebug-info-thunk.cpp115 P getP();
H A Dthunks.cpp186 P getP();
/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp189 uintptr_t getP(pint_t addr);
204 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() function in libunwind::LocalAddressSpace
276 result = getP(addr); in getEncodedP()
353 result = getP(result); in getEncodedP()
H A DDwarfInstructions.hpp98 return (pint_t)(addressSpace.getP(cfa + (pint_t)savedReg.value) ^ in getSavedRegister()
376 value = addressSpace.getP(p); in evaluateExpression()
386 *(++sp) = addressSpace.getP(value); in evaluateExpression()
H A DUnwindCursor.hpp1912 personality = _addressSpace.getP(personalityPointer); in getInfoFromCompactEncodingSection()