Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.cpp213 if (gotError()) in cast()
223 if (gotError()) in cast()
233 if (gotError()) in dereference()
279 if (gotError()) in getString()
283 if (strValue.gotError()) { in getString()
335 if (gotError()) in access()
351 if (gotError()) in check()
364 if (gotError()) in getArrayElement()
383 if (gotError()) { in getPtrArrayElement()
H A DTargetValue.h208 bool gotError() const { return errorState.errorCode != ompd_rc_ok; } in gotError() function
H A Domp-debug.cpp835 if (ompt_thread_info.gotError()) in ompd_get_state()