Searched defs:BOMB (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_errormgr.c1173 # define BOMB(S) { err_str = S; goto syntax_error; } macro
1193 if (!VG_STREQ(buf, "{")) BOMB("expected '{' or end-of-file");
1197 if (eof || VG_STREQ(buf, "}")) BOMB("unexpected '}'");
1203 if (eof) BOMB("unexpected end-of-file");
1209 if (buf[i] == '\0') BOMB("malformed 'tool1,tool2,...:supp' line");
1224 BOMB("unknown core suppression type");
1233 BOMB("unknown tool suppression type");
1240 if (eof) BOMB("unexpected end-of-file");
1251 BOMB("bad or missing extra suppression info");
1259 BOMB("unexpecte
1328 # undef BOMB macro
[all...]
H A Dm_mallocfree.c1019 # define BOMB VG_(core_panic)("sanity_check_malloc_arena") macro
1033 BOMB;
1050 BOMB;
1056 BOMB;
1066 BOMB;
1077 BOMB;
1096 BOMB;
1104 BOMB;
1118 BOMB;
1129 # undef BOMB macro
[all...]

Completed in 98 milliseconds