HomeSort by relevance Sort by last modified time
    Searched full:diagnostics (Results 1 - 25 of 1674) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
lookup_right.hpp 2 // expected-no-diagnostics
  /external/clang/test/Lexer/
unknown-char.c 2 // expected-no-diagnostics
badstring_in_if0.c 2 // expected-no-diagnostics
  /external/clang/test/Misc/
serialized-diags.h 2 // to be used with serialized-diagnostics.c to show
4 // diagnostics.
serialized-diags-frontend.c 2 // RUN: %clang -fsyntax-only %s -Wblahblah --serialize-diagnostics %t > /dev/null 2>&1
3 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
5 // This test case tests that we can handle frontend diagnostics.
8 // CHECK: Number of diagnostics: 1
serialized-diags-no-issue.c 3 // RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t
4 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
8 // that serialize diagnostics work in the absence of any issues.
10 // CHECK: Number of diagnostics: 0
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.h 15 class Diagnostics;
22 ExpressionParser(Lexer *lexer, Diagnostics *diagnostics);
30 Diagnostics *mDiagnostics;
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 8 assert len(tu.diagnostics) == 1
9 assert tu.diagnostics[0].severity == Diagnostic.Warning
10 assert tu.diagnostics[0].location.line == 1
11 assert tu.diagnostics[0].location.column == 11
12 assert (tu.diagnostics[0].spelling ==
18 assert len(tu.diagnostics) == 1
19 assert tu.diagnostics[0].severity == Diagnostic.Warning
20 assert tu.diagnostics[0].location.line == 2
21 assert tu.diagnostics[0].location.column == 7
22 assert 'incompatible' in tu.diagnostics[0].spellin
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 1 //===--- Diagnostics.cpp - Helper class for error diagnostics -----*- C++ -*-===//
10 #include "clang/ASTMatchers/Dynamic/Diagnostics.h"
16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
25 Diagnostics::Context::Context(ConstructMatcherEnum, Diagnostics *Error,
32 Diagnostics::Context::Context(MatcherArgEnum, Diagnostics *Error,
41 Diagnostics::Context::~Context() { Error->ContextStack.pop_back();
    [all...]
CMakeLists.txt 4 Diagnostics.cpp
  /external/clang/test/CXX/conv/conv.ptr/
p2.cpp 2 // expected-no-diagnostics
  /external/clang/test/Frontend/
rewrite-includes-warnings.c 2 // expected-no-diagnostics
  /external/clang/test/OpenMP/
no_option.c 2 // expected-no-diagnostics
  /external/clang/test/Parser/
namelookup-bug-1.c 2 // expected-no-diagnostics
opencl-kernel.cl 2 // expected-no-diagnostics
parmvardecl_conversion.c 2 // expected-no-diagnostics
  /external/clang/test/Sema/
implicit-builtin-freestanding.c 2 // expected-no-diagnostics
  /external/clang/test/SemaCXX/
do-while-scope.cpp 2 // expected-no-diagnostics
ms-exception-spec.cpp 2 // expected-no-diagnostics
  /external/clang/test/SemaObjC/
class-protocol.m 2 // expected-no-diagnostics
  /external/clang/test/SemaObjCXX/
ivar-struct.mm 2 // expected-no-diagnostics
  /external/clang/test/SemaTemplate/
nested-linkage.cpp 2 // expected-no-diagnostics
  /external/clang/test/Driver/
color-diagnostics.c 1 // RUN: %clang -fcolor-diagnostics -### -c %s 2>&1 \
3 // CHECK-CD: clang{{.*}}" "-fcolor-diagnostics"
5 // RUN: %clang -fno-color-diagnostics -### -c %s 2>&1 \
7 // CHECK-NCD-NOT: clang{{.*}}" "-fcolor-diagnostics"
11 // CHECK-DC: clang{{.*}}" "-fcolor-diagnostics"
13 // RUN: %clang -fno-diagnostics-color -### -c %s 2>&1 \
15 // CHECK-NDC-NOT: clang{{.*}}" "-fcolor-diagnostics"
19 // CHECK-DCE_A: clang{{.*}}" "-fcolor-diagnostics"
23 // CHECK-DCE_N-NOT: clang{{.*}}" "-fcolor-diagnostics"
28 // CHECK-DCE_AUTO-NOT: clang{{.*}}" "-fcolor-diagnostics"
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller.cc 5 #include "chrome/browser/diagnostics/diagnostics_controller.h"
14 #include "chrome/browser/diagnostics/diagnostics_model.h"
15 #include "chrome/browser/diagnostics/diagnostics_test.h"
16 #include "chrome/browser/diagnostics/diagnostics_writer.h"
23 namespace diagnostics { namespace
48 "Diagnostics.RecoveryRun", RECOVERY_NOT_RUN, RECOVERY_RUN_METRICS_COUNT);
50 // For each of the test types, record a normal start (no diagnostics run), so
79 UMA_HISTOGRAM_ENUMERATION("Diagnostics.RecoveryRun",
80 diagnostics::RECOVERY_CRASH_RUN,
81 diagnostics::RECOVERY_RUN_METRICS_COUNT)
    [all...]
diagnostics_controller.h 15 namespace diagnostics { namespace
24 // Entry point for the diagnostics mode. Returns zero if able to run
25 // diagnostics successfully, regardless of the results of the diagnostics.
28 // Entry point for running recovery based on diagnostics that have already
45 // with no diagnostics or recovery being run. This is necessary to provide a
46 // denominator for the diagnostics metrics.
61 } // namespace diagnostics

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>