Home
last modified time | relevance | path

Searched defs:PARROT_ASSERT (Results 1 – 2 of 2) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dexceptions.h293 # define PARROT_ASSERT(x) /*@-noeffect@*/((void)0)/*@=noeffect@*/ macro
299 # define PARROT_ASSERT(x) (x) ? ((void)0) : Parrot_confess(#x, __FILE__, __LINE__) macro
H A Dapi.h47 # define PARROT_ASSERT(x) /*@-noeffect@*/((void)0)/*@=noeffect@*/ macro
54 # define PARROT_ASSERT(x) (x) ? ((void)0) : Parrot_confess(#x, __FILE__, __LINE__) macro