/external/clang/test/PCH/ |
pragma-diag-section.cpp | 11 #pragma clang diagnostic push 12 #pragma clang diagnostic ignored "-Wuninitialized" 20 #pragma clang diagnostic pop
|
/external/clang/utils/ |
find-unused-diagnostics.sh | 4 # in Diagnostic*.td files but not used in sources. 7 # Gather all diagnostic identifiers from the .td files. 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
|
/external/llvm/test/LTO/X86/ |
diagnostic-handler-noexit.ll | 1 ; LTO default diagnostic handler should be non-exiting. 2 ; This test verifies that after addModule() encounters an error, the diagnostic 7 ; RUN: not llvm-lto -use-diagnostic-handler -o /dev/null %t1 %t2 2>&1 | FileCheck %s
|
/external/opencv3/modules/videoio/perf/ |
perf_precomp.hpp | 2 # pragma GCC diagnostic ignored "-Wmissing-declarations" 4 # pragma GCC diagnostic ignored "-Wmissing-prototypes" 5 # pragma GCC diagnostic ignored "-Wextra"
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
GLES10ExtcHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES10cHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES11ExtcHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES11cHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES20cHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES30cHeader.cpp | 20 #pragma GCC diagnostic ignored "-Wunused-variable" 21 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 22 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES31ExtcHeader.cpp | 19 #pragma GCC diagnostic ignored "-Wunused-variable" 20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 21 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES31cHeader.cpp | 19 #pragma GCC diagnostic ignored "-Wunused-variable" 20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 21 #pragma GCC diagnostic ignored "-Wunused-function"
|
GLES32cHeader.cpp | 19 #pragma GCC diagnostic ignored "-Wunused-variable" 20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable" 21 #pragma GCC diagnostic ignored "-Wunused-function"
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
diagnostic.def | 20 assign this kind to an actual diagnostic, we only use this in 22 kind specified. I.e. they're uninitialized. Within the diagnostic 27 /* If a diagnostic is set to DK_IGNORED, it won't get reported at all. 28 This is used by the diagnostic machinery when it wants to disable a 29 diagnostic without disabling the option which causes it. */ 32 /* The remainder are real diagnostic types. */
|
/external/clang/test/Lexer/ |
pragma-operators.cpp | 21 #define pragma_L _Pragma(L"GCC diagnostic push") 23 #define pragma_u _Pragma(u"GCC diagnostic pop") 25 #define pragma_R _Pragma(R"(clang diagnostic ignored "-Wunused")") 26 #define pragma_UR _Pragma(UR"(clang diagnostic error "-Wunused")") 29 // CHECK: #pragma GCC diagnostic push 31 // CHECK: #pragma GCC diagnostic pop 33 // CHECK: #pragma clang diagnostic ignored "-Wunused" 34 // CHECK: #pragma clang diagnostic error "-Wunused"
|
/external/clang/test/Misc/ |
backend-stack-frame-diagnostics.cpp | 7 // * The frontend diagnostic handler 'demangles' and resolves the correct function definition. 9 // Test that link invocations don't emit an "argument unused during compilation" diagnostic. 38 #pragma GCC diagnostic push 39 #pragma GCC diagnostic ignored "-Wframe-larger-than=" 44 #pragma GCC diagnostic pop 46 #pragma GCC diagnostic push 50 #pragma GCC diagnostic ignored "-Wframe-larger-than" 51 #pragma GCC diagnostic pop
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 1 //===--- DiagnosticRenderer.h - Diagnostic Pretty-Printing ------*- C++ -*-===// 19 #include "clang/Basic/Diagnostic.h" 31 typedef llvm::PointerUnion<const Diagnostic *, 34 /// \brief Class to encapsulate the logic for formatting a diagnostic message. 39 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt 51 /// \brief The location of the previous diagnostic if known. 54 /// diagnostic location, or that location itself is invalid or comes from 61 /// root locations rather than diagnostic locations. 64 /// \brief The level of the last diagnostic emitted. 66 /// The level of the last diagnostic emitted. Used to detect level change [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
L.java | 25 import javax.tools.Diagnostic; 26 import javax.tools.Diagnostic.Kind; 53 printMessage(null, Diagnostic.Kind.NOTE, String.format(msg, args)); 59 printMessage(element, Diagnostic.Kind.NOTE, String.format(msg, args)); 65 printMessage(null, Diagnostic.Kind.NOTE, 99 printMessage(null, Diagnostic.Kind.ERROR, fullMsg); 105 printMessage(element, Diagnostic.Kind.ERROR, fullMsg); 111 printMessage(null, Diagnostic.Kind.ERROR, 115 private static void printMessage(Element element, Diagnostic.Kind kind, String message) { 117 if (kind == Diagnostic.Kind.ERROR) [all...] |
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
jdk7-flags.txt | 63 bool BindCMSThreadToCPU = false {diagnostic} 69 bool BlockOffsetArrayUseUnallocatedBlock = false {diagnostic} 170 uintx CPUForCMSThread = 0 {diagnostic} 201 bool DebugContinuation = false {diagnostic} 202 bool DebugInlinedCalls = true {diagnostic} 203 bool DebugNonSafepoints = false {diagnostic} 206 bool DeferInitialCardMark = false {diagnostic} 212 ccstrlist DisableIntrinsic = {diagnostic} 213 bool DisplayVMOutput = true {diagnostic} 217 intx DominatorSearchLimit = 1000 {C2 diagnostic} [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.h | 10 |* Implements the diagnostic functions of the Clang C interface. *| 61 /// \brief Return the severity of the diagnostic. 64 /// \brief Return the location of the diagnostic. 67 /// \brief Return the spelling of the diagnostic. 70 /// \brief Return the text for the diagnostic option. 73 /// \brief Return the category of the diagnostic. 76 /// \brief Return the category string of the diagnostic. 79 /// \brief Return the number of source ranges for the diagnostic. 82 /// \brief Return the source ranges for the diagnostic. 122 /// \brief Return the severity of the diagnostic [all...] |
/external/clang/include/clang/Sema/ |
DelayedDiagnostic.h | 83 /// Sets a diagnostic to be performed. The diagnostic is given 90 assert(isQuiet() && "partial diagnostic already defined"); 94 assert(isQuiet() && "partial diagnostic already defined"); 95 assert(DiagID && "creating null diagnostic"); 112 /// A diagnostic message which has been conditionally emitted pending 145 unsigned diagnostic, 152 DD.ForbiddenTypeData.Diagnostic = diagnostic; 159 assert(Kind == Access && "Not an access diagnostic.") [all...] |
/external/clang/include/clang/Basic/ |
CMakeLists.txt | 2 clang_tablegen(Diagnostic${component}Kinds.inc 4 SOURCE Diagnostic.td 19 SOURCE Diagnostic.td 23 SOURCE Diagnostic.td
|
/external/clang/test/SemaObjC/ |
access-property-getter.m | 12 #pragma clang diagnostic ignored "-Wunused-getter-return-value"
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ValidationType.java | 19 import javax.tools.Diagnostic; 30 Optional<Diagnostic.Kind> diagnosticKind() { 33 return Optional.of(Diagnostic.Kind.ERROR); 35 return Optional.of(Diagnostic.Kind.WARNING);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkSpirVAsm.cpp | 46 spv_diagnostic diagnostic = DE_NULL; local 55 const spv_result_t compileOk = spvTextToBinary(context, spvSource.c_str(), spvSource.size(), &binary, &diagnostic); 58 buildInfo->infoLog = diagnostic? diagnostic->error : ""; // \todo [2015-07-13 pyry] Include debug log? 66 spvDiagnosticDestroy(diagnostic); 74 spvDiagnosticDestroy(diagnostic); 85 spv_diagnostic diagnostic = DE_NULL; local 92 const spv_result_t result = spvBinaryToText(context, binary, binarySizeInWords, 0, &text, &diagnostic); 100 spvDiagnosticDestroy(diagnostic); 106 spvDiagnosticDestroy(diagnostic); 116 spv_diagnostic diagnostic = DE_NULL; local [all...] |