Searched refs:pDiagnostic_ (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Ddiagnostic.h82 : position_(position), pDiagnostic_(pDiagnostic), error_(error) {}
87 pDiagnostic_(other.pDiagnostic_),
90 // member if its pDiagnostic_ member is non-null. Prevent that,
92 other.pDiagnostic_ = nullptr;
110 spv_diagnostic* pDiagnostic_; member in class:libspirv::DiagnosticStream
H A Ddiagnostic.cpp83 if (pDiagnostic_ && error_ != SPV_FAILED_MATCH) {
84 *pDiagnostic_ = spvDiagnosticCreate(&position_, stream_.str().c_str());
H A Dtext_handler.h133 pDiagnostic_(diagnostic_arg),
163 return DiagnosticStream(current_position_, pDiagnostic_, error);
316 spv_diagnostic* pDiagnostic_; member in class:libspirv::AssemblyContext
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Ddiagnostic.h82 : position_(position), pDiagnostic_(pDiagnostic), error_(error) {}
87 pDiagnostic_(other.pDiagnostic_),
90 // member if its pDiagnostic_ member is non-null. Prevent that,
92 other.pDiagnostic_ = nullptr;
110 spv_diagnostic* pDiagnostic_; member in class:libspirv::DiagnosticStream
H A Ddiagnostic.cpp83 if (pDiagnostic_ && error_ != SPV_FAILED_MATCH) {
84 *pDiagnostic_ = spvDiagnosticCreate(&position_, stream_.str().c_str());
H A Dtext_handler.h133 pDiagnostic_(diagnostic_arg),
163 return DiagnosticStream(current_position_, pDiagnostic_, error);
316 spv_diagnostic* pDiagnostic_; member in class:libspirv::AssemblyContext

Completed in 66 milliseconds