OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diagnostic
(Results
176 - 200
of
1565
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
asm-errors.c
11
// CRASH-REPORT-NOT: note:
diagnostic
msg:
/external/clang/test/Driver/
crash report spaces.c
13
// CHECK-NEXT: note:
diagnostic
msg: {{.*}}.c
crash-report-modules.m
22
// CHECK-NEXT: note:
diagnostic
msg: {{.*}}.m
23
// CHECK-NEXT: note:
diagnostic
msg: {{.*}}.cache
/external/clang/test/Misc/
backend-stack-frame-diagnostics-fallback.cpp
5
// Until then, test that we fall back and display the LLVM backend
diagnostic
.
serialized-diags-really-long-text.cpp
1
// Make sure that diagnostics serialization does not crash with a really long
diagnostic
text.
3
// RUN: not %clang_cc1 -std=c++11 %s -serialize-
diagnostic
-file %t.dia
/external/clang/test/Modules/
crashes.m
9
// The
diagnostic
will try to find a suitable macro name to use (instead of raw __attribute__).
module_file_info.m
25
// CHECK:
Diagnostic
options:
27
// CHECK:
Diagnostic
flags:
/external/clang/test/Sema/
attr-noreturn.c
23
#pragma clang
diagnostic
error "-Winvalid-noreturn"
decl-invalid.c
3
// See Sema::ParsedFreeStandingDeclSpec about the double
diagnostic
warn-unreachable.c
326
//
Diagnostic
control: -Wunreachable-code-return.
328
#pragma clang
diagnostic
push
329
#pragma clang
diagnostic
ignored "-Wunreachable-code-return"
341
#pragma clang
diagnostic
pop
343
//
Diagnostic
control: -Wunreachable-code-break.
345
#pragma clang
diagnostic
push
346
#pragma clang
diagnostic
ignored "-Wunreachable-code-break"
367
#pragma clang
diagnostic
pop
/external/clang/test/SemaObjC/
protocol-typecheck.m
21
// FIXME: GCC provides the following
diagnostic
(which is much better):
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
10
|* Implements the
diagnostic
functions of the Clang C interface. *|
174
// -error-on-deserialized-decl, that will emit a
diagnostic
error,
179
// We check here if a new
diagnostic
was appended since the last time the
180
//
diagnostic
set was created, in which case we reset it.
249
void clang_disposeDiagnostic(CXDiagnostic
Diagnostic
) {
254
CXString clang_formatDiagnostic(CXDiagnostic
Diagnostic
, unsigned Options) {
255
if (!
Diagnostic
)
258
CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(
Diagnostic
);
268
clang_getSpellingLocation(clang_getDiagnosticLocation(
Diagnostic
),
278
unsigned N = clang_getDiagnosticNumRanges(
Diagnostic
);
[
all
...]
/external/llvm/include/llvm/IR/
DiagnosticPrinter.h
1
//===- llvm/Support/DiagnosticPrinter.h -
Diagnostic
Printer ----*- C++ -*-===//
10
// This file declares the main interface for printer backend
diagnostic
.
30
/// \brief Interface for custom
diagnostic
printing.
60
/// \brief Basic
diagnostic
printer that uses an underlying raw_ostream.
/external/llvm/lib/IR/
DiagnosticPrinter.cpp
1
//===- llvm/Support/DiagnosticInfo.cpp -
Diagnostic
Definitions -*- C++ -*-===//
10
// This file defines a
diagnostic
printer relying on raw_ostream.
113
// We don't have to print the SMDiagnostic kind, as the
diagnostic
severity
114
// is printed by the
diagnostic
handler.
/external/skia/src/gpu/gl/mesa/
osmesa_wrapper.h
12
// of gcc (4.2.1) that does not support the
diagnostic
pragma to disable a
/hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris-commands.h
37
/*
Diagnostic
commands*/
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
common_name_wknd.hpp
21
// and function named 'xxx'"
diagnostic
/prebuilts/go/darwin-x86/test/
inline.go
7
// Test, using compiler
diagnostic
flags, that inlining is working.
/prebuilts/go/linux-x86/test/
inline.go
7
// Test, using compiler
diagnostic
flags, that inlining is working.
/external/clang/include/clang/AST/
ASTDiagnostic.h
13
#include "clang/Basic/
Diagnostic
.h"
30
/// This function formats
diagnostic
arguments for various AST nodes,
/external/clang/include/clang/Basic/
AllDiagnostics.h
1
//===--- AllDiagnostics.h - Aggregate
Diagnostic
headers --------*- C++ -*-===//
11
/// \brief Includes all the separate
Diagnostic
headers & some related helpers.
/external/clang/test/Frontend/
source-col-map.c
6
// This test case tries to check the error
diagnostic
message printer, which is
10
// The error
diagnostic
message printer should be able to handle the non-ascii
verify2.c
26
// The location of the
diagnostic
need therefore only match in the file, not to
29
// number of a
diagnostic
in a header is not important.
/external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h
35
#pragma clang
diagnostic
push
37
#pragma clang
diagnostic
ignored "-Wconstant-logical-operand"
/external/google-breakpad/src/common/mac/
bootstrap_compat.cc
34
#pragma GCC
diagnostic
ignored "-Wdeprecated-declarations"
40
#pragma GCC
diagnostic
warning "-Wdeprecated-declarations"
Completed in 979 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>