Home
last modified time | relevance | path

Searched refs:kcov_comparison_t (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/executor/
Dexecutor.cc265 struct kcov_comparison_t { struct
274 bool operator==(const struct kcov_comparison_t& other) const; argument
275 bool operator<(const struct kcov_comparison_t& other) const;
855 kcov_comparison_t* start = (kcov_comparison_t*)(th->cov.data + sizeof(uint64)); in write_call_output()
856 kcov_comparison_t* end = start + ncomps; in write_call_output()
1170 void kcov_comparison_t::write() in write()
1208 bool kcov_comparison_t::ignore() const in ignore()
1242 bool kcov_comparison_t::operator==(const struct kcov_comparison_t& other) const in operator ==()
1248 bool kcov_comparison_t::operator<(const struct kcov_comparison_t& other) const in operator <()