Searched refs:fail (Results 1 – 10 of 10) sorted by relevance
135 goto fail; in init_window()149 goto fail; in init_window()178 goto fail; in init_window()243 goto fail; in init_window()270 goto fail; in init_window()287 fail: in init_window()
149 fail-fast: false187 fail-fast: false213 fail-fast: false249 fail-fast: false287 fail-fast: false313 fail-fast: false
28 … using Parallel STL algorithms in the ``libstdc++`` versions 9 and 10 may fail to compile due to i…35 …installed in a system folder, such as ``/usr/lib64``, the application may fail to link due to the …
623 bool fail = rml::pool_destroy(nullptr); in TestEntries() local624 REQUIRE(!fail); in TestEntries()625 fail = rml::pool_reset(nullptr); in TestEntries()626 REQUIRE(!fail); in TestEntries()844 bool fail = pool_destroy(pool); in TestDestroyFailed() local845 REQUIRE_MESSAGE(fail==false, "putMemPolicyError callback returns error, " in TestDestroyFailed()
27 // program will fail when f and g are destroyed at the
56 assert( ets.local()==i ); // The assertion may fail!
59 fail.
27 state. This may fail; if so, the reserving input port switches that
136 bool fail; in freeRawMem() local144 fail = (*extMemPool->rawFree)(extMemPool->poolId, object, size); in freeRawMem()147 fail = freeRawMemory(object, size); in freeRawMem()150 return !fail; in freeRawMem()
45 if ((!stream) || (stream.fail())) { in string_to()