HomeSort by: relevance | last modified time | path
    Searched defs:errors_occurred (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 293 bool errors_occurred () const function in class:gcc::jit::playback::context
295 return m_recording_ctxt->errors_occurred ();
jit-recording.h 307 bool errors_occurred () const function in class:gcc::jit::recording::context
310 if (m_parent_ctxt->errors_occurred ())
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 267 bool errors_occurred () const function in class:gcc::jit::playback::context
269 return m_recording_ctxt->errors_occurred ();
jit-recording.h 300 bool errors_occurred () const function in class:gcc::jit::recording::context
303 if (m_parent_ctxt->errors_occurred ())

Completed in 30 milliseconds