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

Method isTypeFloatingPoint

src/common/pattern.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool Pattern::Match::isTypeFloatingPoint() const
98{
99 return _type == eType::FLOATING_POINT;
100}
101
102void Pattern::Match::setOffset(const retdec::common::Address& offset)
103{

Callers 4

getCryptoPatternMethod · 0.80
serializeFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64