MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / empty

Method empty

lib/infer.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 bool empty() const {
95 return minvalue.empty() && maxvalue.empty();
96 }
97
98 bool isScalarOrEmpty() const {
99 return empty() || isScalar();

Callers 6

isLessThanMethod · 0.45
isGreaterThanMethod · 0.45
applyMethod · 0.45
operator-Method · 0.45
compareMethod · 0.45
inferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected