Home
last modified time | relevance | path

Searched refs:write_error_with_location (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-compiler-rt.o.c830 #define write_error(text) write_error_with_location(text, __FILE__, __LINE__)
832 void write_error_with_location(char *text, char *filename, int linenumber) { in write_error_with_location() function