Home
last modified time | relevance | path

Searched defs:Diagnostic (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DVerifier.h41 VerifierSupport *Diagnostic = nullptr; variable
77 : Diagnostic(Diagnostic) {} in Diagnostic() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Ddiagnostic_test.cpp35 TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); } in TEST() argument
37 TEST(Diagnostic, DestroyValidDiagnostic) { in TEST() argument
44 TEST(Diagnostic, DestroyValidDiagnosticAfterReassignment) { in TEST() argument
53 TEST(Diagnostic, PrintDefault) { in TEST() argument
62 TEST(Diagnostic, PrintInvalidDiagnostic) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Ddiagnostic_test.cpp35 TEST(Diagnostic, DestroyNull) { spvDiagnosticDestroy(nullptr); } in TEST() argument
37 TEST(Diagnostic, DestroyValidDiagnostic) { in TEST() argument
44 TEST(Diagnostic, DestroyValidDiagnosticAfterReassignment) { in TEST() argument
53 TEST(Diagnostic, PrintDefault) { in TEST() argument
62 TEST(Diagnostic, PrintInvalidDiagnostic) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp41 std::string Diagnostic = "out of range " + Description; in signed_width() local
60 std::string Diagnostic = "out of range " + Description; in unsigned_width() local
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp249 void clang_disposeDiagnostic(CXDiagnostic Diagnostic) { in clang_disposeDiagnostic()
254 CXString clang_formatDiagnostic(CXDiagnostic Diagnostic, unsigned Options) { in clang_formatDiagnostic()
/external/clang/include/clang/Sema/
DTemplateDeduction.h204 char Diagnostic[sizeof(PartialDiagnosticAt)]; member
DDelayedDiagnostic.h223 unsigned Diagnostic; member
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h564 const SMDiagnostic &Diagnostic; variable
568 const SMDiagnostic &Diagnostic) in DiagnosticInfoMIRParser()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/
DWebAssemblyExceptionInfoTest.cpp46 SMDiagnostic Diagnostic; in parseMIR() local
/external/clang/include/clang/Basic/
DDiagnostic.h729 friend class Diagnostic; variable
1148 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic() function
1149 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic() function
DIdentifierTable.h629 friend class Diagnostic; variable
/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py31 class Diagnostic: class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSourceMgr.cpp230 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
/external/llvm/lib/Support/
DSourceMgr.cpp198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, in PrintMessage()
/external/llvm/unittests/MI/
DLiveIntervalTest.cpp55 SMDiagnostic Diagnostic; in parseMIR() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/
DLiveIntervalTest.cpp53 SMDiagnostic Diagnostic; in parseMIR() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp62 SMDiagnostic Diagnostic; in parseMIR() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml317 module Diagnostic = struct module
Dllvm_ocaml.c126 CAMLprim value llvm_get_diagnostic_description(value Diagnostic) { in llvm_get_diagnostic_description()
132 CAMLprim value llvm_get_diagnostic_severity(value Diagnostic) { in llvm_get_diagnostic_severity()
Dllvm.mli413 module Diagnostic : sig module
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml342 module Diagnostic = struct module
Dllvm_ocaml.c127 CAMLprim value llvm_get_diagnostic_description(value Diagnostic) { in llvm_get_diagnostic_description()
133 CAMLprim value llvm_get_diagnostic_severity(value Diagnostic) { in llvm_get_diagnostic_severity()
Dllvm.mli404 module Diagnostic : sig module
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_messages.py608 class Diagnostic(_messages.Message): class
/external/clang/bindings/python/clang/
Dcindex.py295 class Diagnostic(object): class

12