Home
last modified time | relevance | path

Searched defs:diag (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DConstantUnion.cpp20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum()
34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff()
48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul()
408 TDiagnostics *diag, in add()
443 TDiagnostics *diag, in sub()
478 TDiagnostics *diag, in mul()
534 TDiagnostics *diag, in rshift()
640 TDiagnostics *diag, in lshift()
/third_party/rust/crates/proc-macro-error/src/
Dmacros.rs27 let diag = $crate::Diagnostic::spanned_range( localVariable
47 let diag = $crate::Diagnostic::spanned_range(span_range, $level, $msg.to_string()); localVariable
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dgenvk.py1076 diag = open(args.diagfile, 'w', encoding='utf-8') variable
1078 diag = None variable
/third_party/vulkan-loader/scripts/
Dloader_genvk.py389 diag = open(args.diagfile, 'w', encoding='utf-8') variable
391 diag = None variable
/third_party/typescript/src/services/
DcodeFixProvider.ts41 for (const diag of diagnostics) { constant
82 for (const diag of getDiagnostics(context)) { constant
/third_party/typescript/tests/cases/fourslash/
DcodefixUnreferenceableDecoratorMetadata3.ts33 const diag = ts.Diagnostics.A_type_referenced_in_a_decorated_signature_must_be_imported_with_import… constant
DcodefixUnreferenceableDecoratorMetadata2.ts22 const diag = ts.Diagnostics.A_type_referenced_in_a_decorated_signature_must_be_imported_with_import… constant
DcodefixUnreferenceableDecoratorMetadata1.ts22 const diag = ts.Diagnostics.A_type_referenced_in_a_decorated_signature_must_be_imported_with_import… constant
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc25 namespace diag { namespace
116 for (auto diag : list) { in format() local
130 void Formatter::format(const Diagnostic& diag, State& state) const { in format() argument
Dprinter.cc18 namespace diag { namespace
Ddiagnostic.cc20 namespace diag { namespace
Dprinter_other.cc20 namespace diag { namespace
Ddiagnostic.h105 void add(Diagnostic&& diag) { in add()
115 for (auto diag : list) { in add() local
Dprinter_test.cc20 namespace diag { namespace
Dprinter_linux.cc22 namespace diag { namespace
Dformatter_test.cc21 namespace diag { namespace
72 Diagnostic diag{Severity::Note, Source{}, "no source!", System::Test}; in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCompilationMessages.cpp112 for (const auto& diag : diagnostics) { in AddMessages() local
150 for (auto& diag : diagnostics) { in AddFormattedTintMessages() local
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.cc29 diag::List diag; in ElemType() local
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
Dldso_cfi_test_lib.c31 void *target_addr, void *diag) { in __cfi_check()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/libs/
Dldso_cfi_lib.c11 …(aligned(OFFSET_4096))) void __cfi_check(uint64_t call_site_type_id, void *target_addr, void *diag) in __cfi_check()
/third_party/spirv-tools/source/val/
Dvalidate_builtins.cpp752 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateBool()
768 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI()
784 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32()
796 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedI32()
813 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateI32Helper()
832 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32()
849 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateF32()
861 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateF32Helper()
882 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32Vec()
915 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32Vec()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_builtins.cpp741 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateBool()
757 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI()
773 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32()
785 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedI32()
802 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateI32Helper()
821 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32()
838 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateF32()
850 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateF32Helper()
871 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32Vec()
904 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32Vec()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_builtins.cpp741 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateBool()
757 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI()
773 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32()
785 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedI32()
802 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateI32Helper()
821 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32()
838 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateF32()
850 const std::function<spv_result_t(const std::string& message)>& diag, in ValidateF32Helper()
871 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateI32Vec()
904 const std::function<spv_result_t(const std::string& message)>& diag) { in ValidateOptionalArrayedF32Vec()
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dcompat.hpp89 clang::DiagnosticsEngine &diag) in create_compiler_invocation_from_args()
/third_party/typescript/src/services/codefixes/
DfixNaNEquality.ts37 …const diag = find(program.getSemanticDiagnostics(sourceFile), diag => diag.start === span.start &&… constant

123