Home | History | Annotate | Download | only in include

Lines Matching refs:EXPR

444 #define VEC_ASSERT(EXPR,OP,T,A) \
445 (void)((EXPR) ? 0 : (VEC_ASSERT_FAIL(OP,VEC(T,A)), 0))
454 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR)