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

Method isVarArg

src/ctypes/function.cpp:132–135  ·  view source on GitHub ↗

* @brief Returns @c true if function takes variable number of arguments, * @c false otherwise. */

Source from the content-addressed store, hash-verified

130* @c false otherwise.
131*/
132bool Function::isVarArg() const
133{
134 return functionType->isVarArg();
135}
136
137/**
138* @brief Creates function.

Callers 15

visitMethod · 0.45
getLlvmFunctionTypeMethod · 0.45
collectExtraDataMethod · 0.45
connectWrappersMethod · 0.45
addFunctionTypeMethod · 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 9

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
TEST_FFunction · 0.36
TEST_FFunction · 0.36