/external/v8/tools/clang/blink_gc_plugin/ |
DiagnosticsReporter.cpp | 160 return diagnostic_.Report(full_loc, diag_id); 166 diagnostic_(instance.getDiagnostics()) 169 diag_class_must_left_mostly_derive_gc_ = diagnostic_.getCustomDiagID( 172 diagnostic_.getCustomDiagID(getErrorLevel(), kClassRequiresTraceMethod); 174 diagnostic_.getCustomDiagID(getErrorLevel(), kBaseRequiresTracing); 176 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsRequireTracing); 178 diagnostic_.getCustomDiagID(getErrorLevel(), kFieldsImproperlyTraced); 179 diag_class_contains_invalid_fields_ = diagnostic_.getCustomDiagID( 182 diagnostic_.getCustomDiagID(getErrorLevel(), kClassContainsGCRoot); 183 diag_class_requires_finalization_ = diagnostic_.getCustomDiagID [all...] |
DiagnosticsReporter.h | 91 clang::DiagnosticsEngine& diagnostic_; member in class:DiagnosticsReporter
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
diagnostic.h | 54 : position_(&position), diagnostic_(diagnostic) {} 57 : position_(position), diagnostic_(diagnostic) {} 60 *diagnostic_ = spvDiagnosticCreate(position_, stream().str().c_str()); 68 spv_diagnostic* diagnostic_; member in class:libspirv::diagnostic_helper
|
/external/v8/tools/clang/plugins/ |
ChromeClassTester.h | 31 clang::DiagnosticsEngine& diagnostic() { return diagnostic_; } 86 clang::DiagnosticsEngine& diagnostic_; member in class:ChromeClassTester
|
ChromeClassTester.cpp | 41 diagnostic_(instance.getDiagnostics()) {
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/ |
ValidationState.cpp | 195 : diagnostic_(diagnostic), 277 {0, 0, static_cast<size_t>(instruction_counter_)}, diagnostic_,
|
ValidationState.h | 214 spv_diagnostic* diagnostic_; member in class:libspirv::ValidationState_t
|