Home
last modified time | relevance | path

Searched defs:TRUSTME (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dconftest.py17 TRUSTME = True variable
19 TRUSTME = False variable
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dutil.h374 #define TRUSTME(cond) if (!cond) { UNREACHABLE(); fatal_error(0); exit(0); } macro
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dutil.h353 #define TRUSTME(cond) if (!cond) { UNREACHABLE(); fatal_error(0); exit(0); } macro