Lines Matching refs:diagnostic_
75 spvDiagnosticDestroy(diagnostic_);
76 diagnostic_ = nullptr;
84 spv_diagnostic diagnostic_;
90 ValidateBase<T>::ValidateBase() : binary_(nullptr), diagnostic_(nullptr) {
103 if (diagnostic_) {
104 spvDiagnosticPrint(diagnostic_);
164 get_const_binary(), &diagnostic_);
173 get_const_binary()->wordCount, &diagnostic_, &vstate_);
178 return diagnostic_ == nullptr ? std::string()
179 : std::string(diagnostic_->error);
189 return diagnostic_ == nullptr ? spv_position_t() : diagnostic_->position;