MCPcopy Create free account
hub / github.com/avast/retdec / getPointedType

Method getPointedType

src/ctypes/pointer_type.cpp:58–61  ·  view source on GitHub ↗

* @brief Returns pointed type. */

Source from the content-addressed store, hash-verified

56* @brief Returns pointed type.
57*/
58std::shared_ptr<Type> PointerType::getPointedType() const
59{
60 return pointedType;
61}
62/**
63* Returns @c true when Type is pointer, @c false otherwise.
64*/

Callers 8

visitMethod · 0.45
addPointerTypeMethod · 0.45
visitMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36