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

Method setIsVariadic

src/common/function.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78void Function::setIsVirtual(bool f) { _virtualFunction = f; }
79void Function::setIsExported(bool f) { _exported = f; }
80void Function::setIsVariadic(bool f) { _variadic = f; }
81void Function::setIsThumb(bool f) { _thumb = f; }
82void Function::setLinkType(Function::eLinkType lt) { _linkType = lt; }
83

Callers 3

loadPdbFunctionsMethod · 0.80
loadDwarf_subprogramMethod · 0.80
deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected