Home
last modified time | relevance | path

Searched defs:OSL_VERIFY (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/osl/
H A Ddiagnose.h106 #define OSL_VERIFY(c) do { if (!(c)) OSL_ASSERT(0); } while (0) macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/osl/
H A Ddiagnose.h103 #define OSL_VERIFY(c) do { if (!(c)) OSL_ASSERT(0); } while (0) macro
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dsfm_simplex.h350 #define OSL_VERIFY(EXPR) if((EXPR)== false) osl_verify_fail(__LINE__, #EXPR); macro
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Dsfm_simplex.h350 #define OSL_VERIFY(EXPR) if((EXPR)== false) osl_verify_fail(__LINE__, #EXPR); macro