OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diagnostic
(Results
926 - 950
of
1565
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/lz4/programs/
frametest.c
35
# pragma GCC
diagnostic
ignored "-Wmissing-braces" /* GCC bug 53119 : doesn't accept { 0 } as initializer (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119) */
36
# pragma GCC
diagnostic
ignored "-Wmissing-field-initializers" /* GCC bug 53119 : doesn't accept { 0 } as initializer (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119) */
lz4io.c
43
# pragma GCC
diagnostic
ignored "-Wmissing-braces" /* GCC bug 53119 : doesn't accept { 0 } as initializer (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119) */
44
# pragma GCC
diagnostic
ignored "-Wmissing-field-initializers" /* GCC bug 53119 : doesn't accept { 0 } as initializer (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119) */
/external/vulkan-validation-layers/layers/
device_limits.cpp
39
#pragma GCC
diagnostic
ignored "-Wwrite-strings"
42
#pragma GCC
diagnostic
warning "-Wwrite-strings"
[
all
...]
/external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask_unittest.cc
612
"Some special application
diagnostic
information!"
625
"Some special application
diagnostic
information!"
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
777
/* The %m format should be used when GCC's main
diagnostic
functions
1018
#pragma GCC
diagnostic
warning "-Wuninitialized"
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go
152
Lastlineno int32 // last declaration for
diagnostic
707
Refset uint8 //
diagnostic
generated
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go
149
Lastlineno int32 // last declaration for
diagnostic
704
Refset uint8 //
diagnostic
generated
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
go.go
152
Lastlineno int32 // last declaration for
diagnostic
707
Refset uint8 //
diagnostic
generated
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go
149
Lastlineno int32 // last declaration for
diagnostic
704
Refset uint8 //
diagnostic
generated
/external/bison/data/
yacc.c
187
/* Suppress an incorrect
diagnostic
about yylval being uninitialized. */
189
_Pragma ("GCC
diagnostic
push") \
190
_Pragma ("GCC
diagnostic
ignored \"-Wuninitialized\"")\
191
_Pragma ("GCC
diagnostic
ignored \"-Wmaybe-uninitialized\"")
193
_Pragma ("GCC
diagnostic
pop")
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
/external/libcxxabi/test/
test_demangle.pass.cpp
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.pass.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger-compiler/1.2.2/
dagger-compiler-1.2.2.jar
/external/clang/lib/AST/
ExprConstant.cpp
17
// appropriate
diagnostic
has already been produced.
31
// return value (the expression could not be folded) and no
diagnostic
(the
235
/// relevant
diagnostic
and set the designator as invalid.
364
/// A partial
diagnostic
which we might know in advance that we are not going
472
/// HasActiveDiagnostic - Was the previous
diagnostic
stored? If so, further
476
/// \brief Have we emitted a
diagnostic
explaining why we couldn't constant
590
/// Add a
diagnostic
to the diagnostics list.
606
// If we have a prior
diagnostic
, it will be noting that the expression
607
// isn't a constant expression. This
diagnostic
is more important,
619
// We've already failed to fold something. Keep that
diagnostic
[
all
...]
/external/bison/darwin-lib/
config.h
[
all
...]
/external/bison/linux-lib/
config.h
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
382
///
diagnostic
complaining about the given function being deleted or
406
// the
diagnostic
.
1803
unsigned
diagnostic
= diag::err_undeclared_var_use;
local
3129
unsigned
diagnostic
;
local
13841
unsigned
diagnostic
= diag::warn_condition_is_assignment;
local
[
all
...]
SemaOverload.cpp
22
#include "clang/Basic/
Diagnostic
.h"
594
PartialDiagnosticAt *Diag = new (Result.
Diagnostic
) PartialDiagnosticAt(
648
return static_cast<PartialDiagnosticAt*>(static_cast<void*>(
Diagnostic
));
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
970
void PrintDiagnostic(CXDiagnostic
Diagnostic
) {
979
if (clang_getDiagnosticSeverity(
Diagnostic
) == CXDiagnostic_Ignored)
982
Msg = clang_formatDiagnostic(
Diagnostic
, display_opts);
986
clang_getSpellingLocation(clang_getDiagnosticLocation(
Diagnostic
),
991
num_fixits = clang_getDiagnosticNumFixIts(
Diagnostic
);
995
CXString insertion_text = clang_getDiagnosticFixIt(
Diagnostic
, i, &range);
[
all
...]
/external/clang/utils/TableGen/
ClangAttrEmitter.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
Completed in 1617 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>