Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
58
std::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
visit
Method · 0.45
addPointerType
Method · 0.45
visit
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36