Lines Matching full:error_cstr
552 const char *error_cstr = jit_error.AsCString();553 if (error_cstr && error_cstr[0])554 error_stream.Printf ("error: %s\n", error_cstr);