Searched refs:pcxx_error (Results 1 – 1 of 1) sorted by relevance
140 #define pcxxassert(x, msg) if(!(x)) pcxx_error(__LINE__, msg)159 static void pcxx_error(int, char *);333 static void pcxx_error(int line, char *msg) in pcxx_error() function