Searched refs:has_errors (Results 1 – 11 of 11) sorted by relevance
43 bool has_errors = false; in ExtractImage() local49 has_errors = true; in ExtractImage()53 has_errors = true; in ExtractImage()60 return !has_errors; in ExtractImage()75 bool has_errors = false; in ExtractImage() local98 has_errors = true; in ExtractImage()101 has_errors = true; in ExtractImage()110 return has_image && !has_errors; in ExtractImage()
27 // CHECK-WITH-ERRORS: has_errors.h:2:13: error: redefinition of 'foo'29 // CHECK-WITH-ERRORS: has_errors.h:1:13: note: previous definition is here
6 header "has_errors.h"
30 bool has_errors() const { return proc_ == nullptr; }; in has_errors() function
136 gpu_stats_ = !mt.has_errors() && in ReadGpuStats()
814 static constexpr bool has_errors = false;1027 static constexpr bool has_errors = true;1042 static constexpr bool has_errors = true;1051 static constexpr bool has_errors = true;1060 static constexpr bool has_errors = true;1071 static constexpr bool has_errors = true;1282 bool has_errors = Functor::has_errors>
93 bool* const error_ptr = Functor::has_errors ? &error : nullptr; in Compute()106 if (Functor::has_errors && error) { in Compute()120 if (Functor::has_errors && error) { in Compute()133 if (Functor::has_errors && error) { in Compute()215 if (Functor::has_errors && error) { in Compute()
49 template <typename Functor, int NDIMS, bool has_errors>50 struct BinaryFunctor<GPUDevice, Functor, NDIMS, has_errors> {
143 bool* const error_ptr = functor::mul<T>::has_errors ? &error : nullptr; in Compute()