Searched defs:Bug (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dfullexpr-dtor.pass.cpp41 struct Bug { struct
52 Bug yield_value(int) { return {}; }
62 auto x = co_await Bug{};
75 (void)(co_await Bug{});
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb656 =begin rdoc ANTLR3::Bug
662 class Bug < StandardError class in class:ANTLR3.Error
/external/python/cpython2/Python/
H A Ddtoa.c175 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
899 Bug("cmp called with a->x[a->wds-1] == 0");
901 Bug("cmp called with b->x[b->wds-1] == 0");
1027 if (!y) Bug("zero y in b2d");
1247 /*debug*/ Bug("oversize b in quorem");
1258 /*debug*/ Bug("oversized quotient in quorem");
/external/python/cpython3/Python/
H A Ddtoa.c166 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
848 Bug("cmp called with a->x[a->wds-1] == 0");
850 Bug("cmp called with b->x[b->wds-1] == 0");
953 if (!y) Bug("zero y in b2d");
1168 /*debug*/ Bug("oversize b in quorem");
1179 /*debug*/ Bug("oversized quotient in quorem");

Completed in 477 milliseconds