OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diagnostic
(Results
76 - 100
of
1565
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/containers/sequences/array/
suppress_array_warnings.h
6
#pragma GCC
diagnostic
ignored "-Wmissing-braces"
/external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
1
//===--- LogDiagnosticPrinter.h - Log
Diagnostic
Client ---------*- C++ -*-===//
13
#include "clang/Basic/
Diagnostic
.h"
24
/// The primary message line of the
diagnostic
.
36
/// The ID of the
diagnostic
.
39
/// The Option Flag for the
diagnostic
42
/// The level of the
diagnostic
.
80
const
Diagnostic
&Info) override;
TextDiagnosticPrinter.h
1
//===--- TextDiagnosticPrinter.h - Text
Diagnostic
Client -------*- C++ -*-===//
10
// This is a concrete
diagnostic
client, which prints the diagnostics to
18
#include "clang/Basic/
Diagnostic
.h"
32
/// \brief Handle to the currently active text
diagnostic
emitter.
45
/// setPrefix - Set the
diagnostic
printer prefix string, which will be
53
const
Diagnostic
&Info) override;
ChainedDiagnosticConsumer.h
1
//===- ChainedDiagnosticConsumer.h - Chain
Diagnostic
Clients ---*- C++ -*-===//
13
#include "clang/Basic/
Diagnostic
.h"
19
/// ChainedDiagnosticConsumer - Chain two
diagnostic
clients so that diagnostics
20
/// go to the first client and then the second. The first
diagnostic
client
61
const
Diagnostic
&Info) override {
TextDiagnosticBuffer.h
10
// This is a concrete
diagnostic
client, which buffers the
diagnostic
messages.
17
#include "clang/Basic/
Diagnostic
.h"
46
const
Diagnostic
&Info) override;
49
///
diagnostic
engine.
/external/clang/include/clang/Basic/
Makefile
17
INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/
Diagnostic
*.td)
35
$(ObjDir)/
Diagnostic
%Kinds.inc.tmp :
Diagnostic
.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
36
$(Echo) "Building Clang $(patsubst
Diagnostic
%Kinds.inc.tmp,%,$(@F))
diagnostic
tables with tblgen"
37
$(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst
Diagnostic
%Kinds.inc.tmp,%,$(@F)) -o $(call SYSPATH, $@) $<
39
$(ObjDir)/DiagnosticIndexName.inc.tmp :
Diagnostic
.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
40
$(Echo) "Building Clang
diagnostic
name index with tblgen"
43
$(ObjDir)/DiagnosticGroups.inc.tmp :
Diagnostic
.td DiagnosticGroups.td $(INPUT_TDS) $(CLANG_TBLGEN) $(ObjDir)/.dir
44
$(Echo) "Building Clang
diagnostic
groups with tblgen
[
all
...]
Diagnostic.h
1
//===---
Diagnostic
.h - C Language Family
Diagnostic
Handling ---*- C++ -*-===//
11
/// \brief Defines the
Diagnostic
-related interfaces.
43
/// \brief Annotates a
diagnostic
with some code that should be
50
/// suppressing the
diagnostic
output can still result in successful
140
/// \brief The level of the
diagnostic
, after it has been through mapping.
196
/// Mapping info is packed into four bits per
diagnostic
. The low three
202
/// A new DiagState is created and kept around when
diagnostic
pragmas modify
203
/// the state so that we know what is the
diagnostic
state at any given
226
/// \brief Represents a point in source where the
diagnostic
state wa
[
all
...]
PartialDiagnostic.h
1
//===--- PartialDiagnostic.h -
Diagnostic
"closures" ------------*- C++ -*-===//
11
/// \brief Implements a partial
diagnostic
that can be emitted anwyhere
19
#include "clang/Basic/
Diagnostic
.h"
45
/// A single
diagnostic
with more than that almost certainly has to
68
/// \brief The list of ranges added to this
diagnostic
.
116
/// \brief The
diagnostic
ID.
122
/// \brief Allocator used to allocate storage for this
diagnostic
.
125
/// \brief Retrieve storage for this particular
diagnostic
.
145
//
diagnostic
into the callee, but that does not commonly occur).
179
/// \brief Create a null partial
diagnostic
, which cannot carry a payload
[
all
...]
DiagnosticOptions.h
28
/// \brief A bitmask representing the
diagnostic
levels used by
72
// Define simple
diagnostic
options (with no accessors).
78
// Define
diagnostic
options of enumeration type. These are private, and will
85
/// \brief The file to log
diagnostic
output to.
91
/// The list of -W... options used to alter the
diagnostic
mappings, with the
95
/// The list of -R... options used to alter the
diagnostic
mappings, with the
100
// Define accessors/mutators for
diagnostic
options of enumeration type.
/external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp
1
//===--- TextDiagnosticPrinter.cpp -
Diagnostic
Printer -------------------===//
10
// This
diagnostic
client prints out their
diagnostic
messages.
49
/// \brief Print any
diagnostic
option information to a raw_ostream.
51
/// This implements all of the logic for adding
diagnostic
options to a message
56
const
Diagnostic
&Info,
67
// report to the user what happened by inferring what the
diagnostic
engine
68
// did. Eventually it might make more sense to have the
diagnostic
engine
69
// include some "why" information in the
diagnostic
.
113
const
Diagnostic
&Info)
[
all
...]
/frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp
1
//===-
Diagnostic
.cpp -----------------------------------------------------===//
9
#include "mcld/LD/
Diagnostic
.h"
22
//
Diagnostic
23
Diagnostic
::
Diagnostic
(DiagnosticEngine& pEngine) : m_Engine(pEngine) {
26
Diagnostic
::~
Diagnostic
() {
29
// format - format this
diagnostic
into string, subsituting the formal
31
void
Diagnostic
::format(std::string& pOutStr) const {
38
const char*
Diagnostic
::findMatch(char pVal
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
diagnostic.h
25
#include "
diagnostic
-core.h"
27
/* A
diagnostic
is described by the MESSAGE to send, the FILE and LINE of
29
list in
diagnostic
.def. */
37
/* The kind of
diagnostic
it is about. */
39
/* Which OPT_* directly controls this
diagnostic
. */
43
/* Each time a
diagnostic
's classification is changed with a pragma,
59
the context of a
diagnostic
message. */
62
/* Where most of the
diagnostic
formatting work is done. */
81
options), this array may contain a new kind that the
diagnostic
90
classification for a given
diagnostic
, given the location of th
[
all
...]
/external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
1
//===--- FixItRewriter.h - Fix-It Rewriter
Diagnostic
Client ----*- C++ -*-===//
10
// This is a
diagnostic
client adaptor that performs rewrites as
12
// then forwards any diagnostics to the adapted
diagnostic
client.
18
#include "clang/Basic/
Diagnostic
.h"
54
/// \brief If true, only pass the
diagnostic
to the actual
diagnostic
consumer
55
/// if it is an error or a fixit was applied as part of the
diagnostic
.
70
/// \brief The
diagnostic
client that performs the actual formatting
82
/// \brief Whether the previous
diagnostic
was not passed to the consumer.
121
/// HandleDiagnostic - Handle this
diagnostic
, reporting it to the user o
[
all
...]
/external/clang/test/PCH/
rdar8852495.c
10
// This tests that
diagnostic
mappings from PCH are propagated for #pragma
16
#pragma clang
diagnostic
ignored "-Wtautological-compare"
/external/clang/tools/libclang/
CXLoadedDiagnostic.h
31
/// \brief Return the severity of the
diagnostic
.
34
/// \brief Return the location of the
diagnostic
.
37
/// \brief Return the spelling of the
diagnostic
.
40
/// \brief Return the text for the
diagnostic
option.
43
/// \brief Return the category of the
diagnostic
.
46
/// \brief Return the category string of the
diagnostic
.
49
/// \brief Return the number of source ranges for the
diagnostic
.
52
/// \brief Return the source ranges for the
diagnostic
.
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.grammar/
p6.cpp
8
// FIXME: Produce a better
diagnostic
for this case.
/external/clang/test/CodeGen/
invalid_global_asm.c
3
#pragma clang
diagnostic
ignored "-Wmissing-noreturn"
/external/clang/test/Driver/
crash-report-null.test
7
// CHECK-NEXT: note:
diagnostic
msg: {{.*}}null-{{.*}}.c
diagnostics.c
1
// Parse
diagnostic
arguments in the driver
/external/clang/test/Sema/
warn-documentation-crlf.c
3
// the
diagnostic
.
/external/libxml2/test/valid/dtds/
notes.dtd
7
This triggers a
diagnostic
:
/external/llvm/
.clang-tidy
1
Checks: '-*,clang-
diagnostic
-*,llvm-*,misc-*,readability-identifier-naming'
/frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h
12
#include "mcld/LD/
Diagnostic
.h"
18
* \brief DiagnosticPrinter provides the interface to customize
diagnostic
35
/// HandleDiagnostic - Handle this
diagnostic
, reporting it to the user or
38
const
Diagnostic
& pInfo);
/art/runtime/simulator/
code_simulator_arm64.h
23
#pragma GCC
diagnostic
push
24
#pragma GCC
diagnostic
ignored "-Wshadow"
26
#pragma GCC
diagnostic
pop
/external/opencv3/modules/videoio/test/
test_precomp.hpp
2
# pragma GCC
diagnostic
ignored "-Wmissing-declarations"
4
# pragma GCC
diagnostic
ignored "-Wmissing-prototypes"
5
# pragma GCC
diagnostic
ignored "-Wextra"
Completed in 873 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>