Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getElementType
Method
getElementType
src/ctypes/array_type.cpp:60–63 ·
view source on GitHub ↗
* @brief Returns element type. */
Source
from the content-addressed store, hash-verified
58
* @brief Returns element type.
59
*/
60
std::shared_ptr<Type> ArrayType::getElementType() const
61
{
62
return elementType;
63
}
64
65
/**
66
* @brief Returns array's dimensions.
Callers
15
getCharSize
Function · 0.45
is8BitStringLiteral
Function · 0.45
stores8BitStringLiteral
Function · 0.45
determineVariableType
Method · 0.45
convert
Method · 0.45
visit
Method · 0.45
isStringArrayType
Function · 0.45
isStringArrayPointeType
Function · 0.45
changeObjectType
Method · 0.45
getConstantArray
Method · 0.45
insertGlobalVariable
Method · 0.45
getRegisterByteSize
Method · 0.45
Calls
no outgoing calls
Tested by
7
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36