/third_party/skia/src/sksl/ |
H A D | SkSLAnalysis.h | 20 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 D | SkSLContext.h | 19 class ErrorReporter; 30 Context(ErrorReporter& errors, const ShaderCapsClass& caps, Mangler& mangler); 46 ErrorReporter* fErrors;
|
H A D | SkSLThreadContext.h | 165 * 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 D | SkSLErrorReporter.cpp | 15 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 D | SkSLAnalysis.cpp | 224 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 D | SkSLDSLParser.h | 23 class ErrorReporter; 297 class ForwardingErrorReporter : public ErrorReporter { 329 ErrorReporter* fOldErrorReporter; 337 ErrorReporter* fErrorReporter;
|
H A D | SkSLRehydrator.h | 21 class ErrorReporter; 220 ErrorReporter* errorReporter() { return fContext.fErrors; } in errorReporter()
|
H A D | SkSLContext.cpp | 13 Context::Context(ErrorReporter& errors, const ShaderCapsClass& caps, Mangler& mangler) in Context()
|
H A D | SkSLCompiler.h | 165 ErrorReporter& errorReporter() { return *fContext->fErrors; } in errorReporter() 203 class CompilerErrorReporter : public ErrorReporter {
|
H A D | SkSLThreadContext.cpp | 164 void ThreadContext::SetErrorReporter(ErrorReporter* errorReporter) { in SetErrorReporter()
|
H A D | SkSLDSLParser.cpp | 222 ErrorReporter* errorReporter = &fCompiler.errorReporter(); in program() 237 ErrorReporter* errorReporter = &fCompiler.errorReporter(); in moduleInheritingFrom()
|
/third_party/skia/include/sksl/ |
H A D | SkSLErrorReporter.h | 54 class ErrorReporter { class 56 ErrorReporter() {} in ErrorReporter() function in SkSL::ErrorReporter 58 virtual ~ErrorReporter() { in ~ErrorReporter() 106 class TestingOnly_AbortErrorReporter : public ErrorReporter {
|
H A D | DSLCore.h | 60 * 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 D | Legacy.h | 176 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 D | Core.h | 1064 using ErrorReporter = std::function<void(Error)>; 1110 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter() 1225 ErrorReporter ReportError = logErrorsToStdErr;
|
/third_party/skia/tests/ |
H A D | SkSLDSLErrorLineNumbers.cpp | 24 class ExpectErrorLineNumber : public SkSL::ErrorReporter { 53 ErrorReporter* fOldReporter;
|
H A D | SkDSLRuntimeEffectTest.cpp | 203 class SimpleErrorReporter : public SkSL::ErrorReporter { in test_RuntimeEffect_Shaders()
|
H A D | SkSLDSLTest.cpp | 57 class ExpectError : public SkSL::ErrorReporter { 84 ErrorReporter* fOldReporter;
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDeclaration.cpp | 51 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 D | SkSLGetLoopUnrollInfo.cpp | 243 ErrorReporter* errors) { in GetLoopUnrollInfo()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLCore.cpp | 60 ErrorReporter& GetErrorReporter() { in GetErrorReporter() 64 void SetErrorReporter(ErrorReporter* errorReporter) { in SetErrorReporter()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |