OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_failed
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
attributes.cpp
10
int
check_failed
[X ? 1 : -1]; // expected-error {{array with a negative size}}
member in struct:attribute_aligned::check
/external/valgrind/tsan/
suppressions.cc
214
bool
check_failed
= false;
local
215
while (!
check_failed
&& checked_till < s2.size()) {
222
check_failed
= true;
239
PARSER_CHECK(!
check_failed
, "'fun:' lines can't contain '<' or '>' "
Completed in 227 milliseconds