HomeSort by relevance Sort by last modified time
    Searched full:diagnostic (Results 251 - 275 of 1565) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
ms_struct.cpp 5 #pragma GCC diagnostic ignored "-Wincompatible-ms-struct"
  /external/clang/test/Driver/
crash-report-header.h 13 // CHECK-NEXT: note: diagnostic msg: {{.*}}.h
  /external/clang/test/Lexer/
newline-eof.c 11 // Make sure the diagnostic shows up properly at the end of the last line.
  /external/clang/test/Modules/
load_failure.c 17 // FIXME: Clean up diagnostic text below and give it a location
  /external/clang/test/PCH/
missing-file.cpp 13 // Check diagnostic with location in original source:
  /external/clang/test/Preprocessor/
pragma_ps4.c 3 // On PS4, issue a diagnostic that pragma comments are ignored except:
  /external/clang/test/Sema/
auto-type.c 5 #pragma clang diagnostic ignored "-Wgnu-auto-type"
static-assert.c 17 _Static_assert(1, invalid); // expected-error {{expected string literal for diagnostic message in static_assert}}
warn-unused-parameters.c 16 // Used when testing '-Wunused' to see that we only emit one diagnostic, and no
  /external/clang/test/SemaCXX/
decltype-overloaded-functions.cpp 21 // This case is ill-formed (no diagnostic required) because the decltype
new-delete-0x.cpp 37 // FIXME: Give a better diagnostic.
warn-unused-local-typedef.cpp 75 #pragma clang diagnostic push
76 #pragma clang diagnostic ignored "-Wunused-local-typedef"
78 #pragma clang diagnostic pop
242 #pragma clang diagnostic ignored "-Wunused-local-typedef"
  /external/clang/test/SemaObjC/
illegal-nonarc-bridged-cast.m 38 #pragma clang diagnostic ignored "-Warc-bridge-casts-disallowed-in-nonarc"
mrc-no-weak.m 13 // Diagnostic goes on the ivar if it's explicit.
protocol-archane.m 23 // FIXME: provide a better diagnostic (no typedef).
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 53 llvm_unreachable("Unknown diagnostic level");
61 // well formed diagnostic object.
104 // Create the diagnostic engine.
111 // Now we have our diagnostics. Iterate through EVERY diagnostic and see
TreeView.cpp 14 #include "clang/Basic/Diagnostic.h"
90 llvm::errs() << "No such diagnostic group exists\n";
98 llvm::errs() << "No such diagnostic group exists\n";
143 llvm::errs() << "Usage: diagtool tree [--flags-only] [<diagnostic-group>]\n";
  /external/conscrypt/src/main/native/
macros.h 27 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough').
  /external/kernel-headers/original/uapi/linux/
rose.h 76 unsigned char diagnostic; member in struct:rose_cause_struct
  /external/libcxx/test/std/utilities/template.bitset/bitset.cons/
default.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
reset_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
set_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/libcxx/test/std/utilities/time/time.duration/
duration.fail.cpp 15 // argument Rep a diagnostic is required.
positive_num.fail.cpp 14 // Period::num shall be positive, diagnostic required.
ratio.fail.cpp 14 // Period shall be a specialization of ratio, diagnostic required.

Completed in 1112 milliseconds

<<11121314151617181920>>