MCPcopy Create free account
hub / github.com/R-Fuzz/symsan / empty

Method empty

include/task.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 using input_t = std::pair<uint32_t, uint8_t>;
85
86 inline bool empty() const {
87 return constraints_.empty();
88 }
89
90 inline size_t size() const {
91 return constraints_.size();

Callers 15

construct_taskMethod · 0.45
find_rootsMethod · 0.45
runImplMethod · 0.45
handleUCSanCallMethod · 0.45
hoistBoundsChecksMethod · 0.45
diTypeToCFunction · 0.45
gatherInnermostFunction · 0.45
collectGlobalsFunction · 0.45
runMethod · 0.45
loadTypeTableMethod · 0.45
emitTypeTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected