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

Method isTypeIntegral

src/common/pattern.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool Pattern::Match::isTypeIntegral() const
93{
94 return _type == eType::INTEGRAL;
95}
96
97bool Pattern::Match::isTypeFloatingPoint() const
98{

Callers 2

serializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64