Searched refs:assertion_expression (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | eprintf.c | 29 __eprintf(const char* format, const char* assertion_expression, in __eprintf() argument 32 fprintf(stderr, format, assertion_expression, line, file); in __eprintf()
|
D | README.txt | 221 void __eprintf(const char* format, const char* assertion_expression,
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | eprintf.c | 22 __eprintf(const char *format, const char *assertion_expression, in __eprintf() argument 24 fprintf(stderr, format, assertion_expression, line, file); in __eprintf()
|
D | README.txt | 229 void __eprintf(const char* format, const char* assertion_expression,
|