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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
lookup_right.hpp 2 // expected-no-diagnostics
diagnostics-aux.modulemap 3 extern module external "diagnostics-aux-2.modulemap"
  /external/clang/test/Lexer/
unknown-char.c 2 // expected-no-diagnostics
badstring_in_if0.c 2 // expected-no-diagnostics
  /external/valgrind/helgrind/tests/
tc12_rwl_trivial.vgtest 1 vgopts: --sigill-diagnostics=no
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.d 1 #name: Diagnostics Quality
deprecated.s 1 // deprecated.s Test file for diagnostics on deprecated features.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bundle-bad.d 1 #name: .bundle_align_mode 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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.d 1 #name: Diagnostics Quality
  /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"
15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
24 Diagnostics::Context::Context(ConstructMatcherEnum, Diagnostics *Error,
31 Diagnostics::Context::Context(MatcherArgEnum, Diagnostics *Error,
40 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/
debugger-import-module.m 2 // expected-no-diagnostics
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/Preprocessor/
macro-reserved-ms.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

Completed in 6458 milliseconds

1 2 3 4 5 6 7 8 91011>>