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

/external/valgrind/coregrind/
H A Dm_errormgr.c1282 # define BOMB(S) { err_str = S; goto syntax_error; } macro
1305 if (!VG_STREQ(buf, "{")) BOMB("expected '{' or end-of-file");
1309 if (eof || VG_STREQ(buf, "}")) BOMB("unexpected '}'");
1317 if (eof) BOMB("unexpected end-of-file (expecting tool:suppr)");
1323 if (buf[i] == '\0') BOMB("malformed 'tool1,tool2,...:supp' line");
1338 BOMB("unknown core suppression type");
1347 BOMB("unknown tool suppression type");
1354 if (eof) BOMB("unexpected end-of-file (when skipping suppression)");
1370 BOMB("bad or missing extra suppression info");
1385 BOMB("unexpecte
1451 # undef BOMB macro
[all...]
H A Dm_mallocfree.c1315 # define BOMB VG_(core_panic)("sanity_check_malloc_arena") macro
1329 BOMB;
1346 BOMB;
1352 BOMB;
1362 BOMB;
1375 BOMB;
1394 BOMB;
1402 BOMB;
1416 BOMB;
1427 # undef BOMB macro
[all...]

Completed in 107 milliseconds