Home
last modified time | relevance | path

Searched defs:diagnostics (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/
Dwith---diagnostics.js27 options: {"watch":true,"diagnostics":true} property
33 Program options: {"watch":true,"diagnostics":true} property
75 options: {"watch":true,"diagnostics":true} property
81 Program options: {"watch":true,"diagnostics":true} property
/third_party/skia/third_party/externals/tint/src/
Ddebug.h84 #define TINT_ICE(system, diagnostics) \ argument
94 #define TINT_UNREACHABLE(system, diagnostics) \ argument
103 #define TINT_UNIMPLEMENTED(system, diagnostics) \ argument
Ddebug.cc31 diag::List& diagnostics) in InternalCompilerError()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp23 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
64 void ValidateShaderInterface(TDiagnostics *diagnostics, in ValidateShaderInterface()
159 void ValidateVaryingLocationsTraverser::validate(TDiagnostics *diagnostics) in validate()
170 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations()
DValidateOutputs.cpp24 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
175 TDiagnostics *diagnostics) in ValidateOutputs()
DValidateSwitch.cpp63 TDiagnostics *diagnostics, in validate()
73 ValidateSwitch::ValidateSwitch(TBasicType switchType, TDiagnostics *diagnostics) in ValidateSwitch()
308 TDiagnostics *diagnostics, in ValidateSwitchStatementList()
DValidateAST.cpp66 TDiagnostics *diagnostics, in validate()
75 TDiagnostics *diagnostics, in ValidateAST()
246 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options) in ValidateAST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateClipCullDistance.cpp23 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
158 void ValidateClipCullDistanceTraverser::validate(TDiagnostics *diagnostics, in validate()
190 TDiagnostics *diagnostics, in ValidateClipCullDistance()
DValidateVaryingLocations.cpp23 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
141 void MarkVaryingLocations(TDiagnostics *diagnostics, in MarkVaryingLocations()
177 void ValidateShaderInterfaceAndAssignLocations(TDiagnostics *diagnostics, in ValidateShaderInterfaceAndAssignLocations()
335 void ValidateVaryingLocationsTraverser::validate(TDiagnostics *diagnostics) in validate()
359 bool ValidateVaryingLocations(TIntermBlock *root, TDiagnostics *diagnostics, GLenum shaderType) in ValidateVaryingLocations()
DValidateBarrierFunctionCall.cpp22 Traverser(TDiagnostics *diagnostics) in Traverser()
94 bool ValidateBarrierFunctionCall(TIntermBlock *root, TDiagnostics *diagnostics) in ValidateBarrierFunctionCall()
DValidateOutputs.cpp24 void error(const TIntermSymbol &symbol, const char *reason, TDiagnostics *diagnostics) in error()
175 TDiagnostics *diagnostics) in ValidateOutputs()
DValidateSwitch.cpp63 TDiagnostics *diagnostics, in validate()
73 ValidateSwitch::ValidateSwitch(TBasicType switchType, TDiagnostics *diagnostics) in ValidateSwitch()
308 TDiagnostics *diagnostics, in ValidateSwitchStatementList()
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/diagnostics/
Dtsconfig.json3 "diagnostics": true boolean
/third_party/typescript/src/services/
Dtranspile.ts13 diagnostics?: Diagnostic[]; property
27 const diagnostics: Diagnostic[] = []; constant
Dtransform.ts9 const diagnostics: DiagnosticWithLocation[] = []; constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DPreprocessor.cpp31 Diagnostics *diagnostics; member
48 Preprocessor::Preprocessor(Diagnostics *diagnostics, in Preprocessor()
DExpressionParser.y79 pp::Diagnostics* diagnostics; member
438 ExpressionParser::ExpressionParser(Lexer *lexer, Diagnostics *diagnostics) in ExpressionParser()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.cpp25 Diagnostics *diagnostics; member
41 Preprocessor::Preprocessor(Diagnostics *diagnostics, in Preprocessor()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DPreprocessor.cpp25 Diagnostics *diagnostics; member
41 Preprocessor::Preprocessor(Diagnostics *diagnostics, in Preprocessor()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DFoldExpressions.cpp28 FoldExpressionsTraverser(TDiagnostics *diagnostics) in FoldExpressionsTraverser()
104 void FoldExpressions(TIntermBlock *root, TDiagnostics *diagnostics) in FoldExpressions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DFoldExpressions.cpp28 FoldExpressionsTraverser(TDiagnostics *diagnostics) in FoldExpressionsTraverser()
104 bool FoldExpressions(TCompiler *compiler, TIntermBlock *root, TDiagnostics *diagnostics) in FoldExpressions()
/third_party/skia/third_party/externals/tint/src/reader/
Dreader.h44 const diag::List& diagnostics() const { return diags_; } in diagnostics() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCompilationMessages.cpp108 void OwnedCompilationMessages::AddMessages(const tint::diag::List& diagnostics) { in AddMessages()
146 void OwnedCompilationMessages::AddFormattedTintMessages(const tint::diag::List& diagnostics) { in AddFormattedTintMessages()
DTintUtils.cpp26 void TintICEReporter(const tint::diag::List& diagnostics) { in TintICEReporter()
/third_party/typescript/src/compiler/
DbuilderStatePublic.ts5 /* @internal */ diagnostics: readonly Diagnostic[]; property

12345