Home
last modified time | relevance | path

Searched refs:ErrorReporter (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLAnalysis.h20 class ErrorReporter;
71 bool DetectVarDeclarationWithoutScope(const Statement& stmt, ErrorReporter* errors = nullptr);
96 ErrorReporter* errors = nullptr);
103 bool UpdateVariableRefKind(Expression* expr, VariableRefKind kind, ErrorReporter* errors = nullptr);
165 ErrorReporter* errors);
167 void ValidateIndexingForES2(const ProgramElement& pe, ErrorReporter& errors);
H A DSkSLContext.h19 class ErrorReporter;
30 Context(ErrorReporter& errors, const ShaderCapsClass& caps, Mangler& mangler);
46 ErrorReporter* fErrors;
H A DSkSLThreadContext.h165 * Returns the ErrorReporter associated with the current thread. This object will be notified
168 static ErrorReporter& GetErrorReporter() { in GetErrorReporter()
172 static void SetErrorReporter(ErrorReporter* errorReporter);
175 * Notifies the current ErrorReporter that an error has occurred. The default error handler
181 * Forwards any pending errors to the DSL ErrorReporter.
190 class DefaultErrorReporter : public ErrorReporter {
205 ErrorReporter& fOldErrorReporter;
H A DSkSLErrorReporter.cpp15 void ErrorReporter::error(skstd::string_view msg, PositionInfo position) { in error()
24 void ErrorReporter::error(int line, skstd::string_view msg) { in error()
H A DSkSLAnalysis.cpp224 class TrivialErrorReporter : public ErrorReporter {
235 IsAssignableVisitor(ErrorReporter* errors) : fErrors(errors) {} in IsAssignableVisitor()
298 ErrorReporter* fErrors;
344 bool Analysis::DetectVarDeclarationWithoutScope(const Statement& stmt, ErrorReporter* errors) { in DetectVarDeclarationWithoutScope()
384 bool Analysis::IsAssignable(Expression& expr, AssignmentInfo* info, ErrorReporter* errors) { in IsAssignable()
391 ErrorReporter* errors) { in UpdateVariableRefKind()
488 ES2IndexingVisitor(ErrorReporter& errors) : fErrors(errors) {} in ES2IndexingVisitor()
518 ErrorReporter& fErrors;
523 void Analysis::ValidateIndexingForES2(const ProgramElement& pe, ErrorReporter& errors) { in ValidateIndexingForES2()
H A DSkSLDSLParser.h23 class ErrorReporter;
297 class ForwardingErrorReporter : public ErrorReporter {
329 ErrorReporter* fOldErrorReporter;
337 ErrorReporter* fErrorReporter;
H A DSkSLRehydrator.h21 class ErrorReporter;
220 ErrorReporter* errorReporter() { return fContext.fErrors; } in errorReporter()
H A DSkSLContext.cpp13 Context::Context(ErrorReporter& errors, const ShaderCapsClass& caps, Mangler& mangler) in Context()
H A DSkSLCompiler.h165 ErrorReporter& errorReporter() { return *fContext->fErrors; } in errorReporter()
203 class CompilerErrorReporter : public ErrorReporter {
H A DSkSLThreadContext.cpp164 void ThreadContext::SetErrorReporter(ErrorReporter* errorReporter) { in SetErrorReporter()
H A DSkSLDSLParser.cpp222 ErrorReporter* errorReporter = &fCompiler.errorReporter(); in program()
237 ErrorReporter* errorReporter = &fCompiler.errorReporter(); in moduleInheritingFrom()
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h54 class ErrorReporter { class
56 ErrorReporter() {} in ErrorReporter() function in SkSL::ErrorReporter
58 virtual ~ErrorReporter() { in ~ErrorReporter()
106 class TestingOnly_AbortErrorReporter : public ErrorReporter {
H A DDSLCore.h60 * Returns the ErrorReporter which will be notified of any errors that occur during DSL calls. The
63 ErrorReporter& GetErrorReporter();
66 * Installs an ErrorReporter which will be notified of any errors that occur during DSL calls.
68 void SetErrorReporter(ErrorReporter* errorReporter);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLegacy.h176 using ErrorReporter = std::function<void(Error)>;
179 ErrorReporter ReportError) in LegacyLookupFnResolver()
201 ErrorReporter ReportError;
207 std::function<void(Error)> ErrorReporter) { in createLegacyLookupResolver()
209 ES, std::move(LegacyLookup), std::move(ErrorReporter)); in createLegacyLookupResolver()
206 createLegacyLookupResolver(ExecutionSession &ES, LegacyLookupFn LegacyLookup, std::function<void(Error)> ErrorReporter) createLegacyLookupResolver() argument
H A DCore.h1064 using ErrorReporter = std::function<void(Error)>;
1110 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
1225 ErrorReporter ReportError = logErrorsToStdErr;
/third_party/skia/tests/
H A DSkSLDSLErrorLineNumbers.cpp24 class ExpectErrorLineNumber : public SkSL::ErrorReporter {
53 ErrorReporter* fOldReporter;
H A DSkDSLRuntimeEffectTest.cpp203 class SimpleErrorReporter : public SkSL::ErrorReporter { in test_RuntimeEffect_Shaders()
H A DSkSLDSLTest.cpp57 class ExpectError : public SkSL::ErrorReporter {
84 ErrorReporter* fOldReporter;
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp51 ErrorReporter& errors = *context.fErrors; in check_return_type()
138 ErrorReporter& errors = *context.fErrors; in check_main_signature()
240 ErrorReporter& errors = *context.fErrors; in find_existing_declaration()
/third_party/skia/src/sksl/analysis/
H A DSkSLGetLoopUnrollInfo.cpp243 ErrorReporter* errors) { in GetLoopUnrollInfo()
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp60 ErrorReporter& GetErrorReporter() { in GetErrorReporter()
64 void SetErrorReporter(ErrorReporter* errorReporter) { in SetErrorReporter()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 75 milliseconds