Searched refs:negated (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ | ||
H A D | atf-check.cpp | 75 bool negated; member in struct:__anon236::status_check 81 negated(p_negated), 98 bool negated; member in struct:__anon236::output_check 104 negated(p_negated), 234 bool negated = (arg.compare(0, 4, "not-") == 0); local 236 const std::string action = negated ? action_str.substr(4) : action_str; 245 if (negated) 247 negated = false; 256 if (negated) 263 if (negated) 284 const bool negated = (arg.compare(0, 4, "not-") == 0); local [all...] |
Completed in 17 milliseconds