Home | History | Annotate | Download | only in Expression

Lines Matching refs: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);