Home
last modified time | relevance | path

Searched defs:InternalCompilerError (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Ddebug.cc28 InternalCompilerError::InternalCompilerError(const char* file, in InternalCompilerError() function in tint::InternalCompilerError
/third_party/skia/third_party/externals/tint/src/diagnostic/
Ddiagnostic.h28 enum class Severity { Note, Warning, Error, InternalCompilerError, Fatal }; enumerator