Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstexpr-depth.cpp7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
/external/stressapptest/src/
Dworker.cc757 const int kBad = 1; in CheckRegion() local
788 state = kBad; in CheckRegion()
794 } else if (state == kBad) { in CheckRegion()
815 if ((state == kGoodAgain) || (state == kBad)) { in CheckRegion()