OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picodbg_assert
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picodbg.h
149
* module also provides assertions.
PICODBG_ASSERT
(expr) evualuates
221
#define
PICODBG_ASSERT
(expr) \
222
for (;!(expr);
picodbg_assert
(__FILE__, __LINE__, __FUNCTION__, #expr))
225
PICODBG_ASSERT
(((val) >= (min)) && ((val) <= (max)))
273
void
picodbg_assert
(const char *file, int line, const char *func,
289
#define
PICODBG_ASSERT
(expr)
picodbg.c
409
void
picodbg_assert
(const char *file, int line, const char *func, const char *expr)
function
Completed in 2355 milliseconds