Searched refs:VALID_ONLY (Results 1 – 2 of 2) sorted by relevance
46 static SyscallSet ValidOnly() { return SyscallSet(Set::VALID_ONLY); } in ValidOnly()58 enum class Set { ALL, VALID_ONLY, INVALID_ONLY }; enumerator
71 if (!done && set_ == (IsValid(num_) ? Set::INVALID_ONLY : Set::VALID_ONLY)) { in Iterator()96 const bool want_invalid = (set_ != Set::VALID_ONLY); in NextSyscall()