MCPcopy 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*/
60std::shared_ptr<Type> ArrayType::getElementType() const
61{
62 return elementType;
63}
64
65/**
66* @brief Returns array's dimensions.

Callers 15

getCharSizeFunction · 0.45
is8BitStringLiteralFunction · 0.45
stores8BitStringLiteralFunction · 0.45
determineVariableTypeMethod · 0.45
convertMethod · 0.45
visitMethod · 0.45
isStringArrayTypeFunction · 0.45
isStringArrayPointeTypeFunction · 0.45
changeObjectTypeMethod · 0.45
getConstantArrayMethod · 0.45
insertGlobalVariableMethod · 0.45
getRegisterByteSizeMethod · 0.45

Calls

no outgoing calls

Tested by 7

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