Searched refs:diagnosed (Results 1 – 25 of 45) sorted by relevance
12
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-avoid-c-arrays.rst | 11 ``std::vector<>``. All types of C arrays are diagnosed. 46 int f[] = {1, 2}; // not diagnosed 48 int j[1]; // not diagnosed 52 int j[j[0]]; // not diagnosed
|
D | fuchsia-default-arguments-calls.rst | 14 A function call expression that uses a default argument will be diagnosed.
|
D | cppcoreguidelines-avoid-goto.rst | 50 All other uses of ``goto`` are diagnosed in `C++`.
|
D | readability-uppercase-literal-suffix.rst | 8 ``llu``, but not ``u``, ``ul``, ``ull``) are diagnosed by that alias.
|
D | openmp-use-default-none.rst | 31 // specified, diagnosed.
|
D | hicpp-multiway-paths-covered.rst | 85 // A completely degenerated switch will be diagnosed.
|
D | readability-isolate-declaration.rst | 17 // This declaration will be diagnosed and transformed into:
|
D | readability-magic-numbers.rst | 71 then that literal is not diagnosed by this check. Because floating-point
|
D | cppcoreguidelines-owning-memory.rst | 115 Known code constructs that do not get diagnosed correctly are:
|
/external/llvm-project/llvm/test/TableGen/ |
D | HwModeSelect.td | 8 // this requirement is diagnosed.
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | misaligned-const-store.ll | 3 ; Check that the misaligned store is diagnosed.
|
D | misaligned-const-load.ll | 3 ; Check that the misaligned load is diagnosed.
|
/external/clang/test/SemaObjC/ |
D | mrc-no-weak.m | 6 // These should not get diagnosed immediately.
|
/external/llvm-project/clang/test/SemaObjC/ |
D | mrc-no-weak.m | 6 // These should not get diagnosed immediately.
|
/external/llvm-project/llvm/test/FileCheck/ |
D | numeric-defines-diagnostics.txt | 1 ; Test incorrect syntax for -D# option is correctly diagnosed.
|
D | string-defines-diagnostics.txt | 1 ; Test incorrect syntax for -D option is correctly diagnosed.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 47 attributes, are not diagnosed.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 53 attributes, are not diagnosed.
|
/external/llvm-project/llvm/test/FileCheck/comment/ |
D | bad-comment-prefix.txt | 1 # Bad comment prefixes are diagnosed.
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 29 // They are diagnosed as an error for all struct fields (OpenCL v1.2 s6.9b,r).
|
/external/llvm-project/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 94 // They are diagnosed as an error for all struct fields (OpenCL v1.2 s6.9b,r).
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 720 bool diagnosed = false; in actOnObjCTypeParam() local 730 diagnosed = true; in actOnObjCTypeParam() 735 if (!diagnosed) { in actOnObjCTypeParam() 4656 bool diagnosed = false; in checkObjCDirectMethodClashes() local 4659 if (diagnosed || IMD->isImplicit()) in checkObjCDirectMethodClashes() 4666 diagnosed = true; in checkObjCDirectMethodClashes()
|
/external/python/cpython2/Doc/library/ |
D | parser.rst | 220 compilation failure can be diagnosed programmatically by inspection of the parse
|
/external/python/cpython3/Doc/library/ |
D | parser.rst | 218 compilation failure can be diagnosed programmatically by inspection of the parse
|
/external/pcre/dist2/ |
D | ChangeLog | 1206 being diagnosed as an error. 1248 (m) Quantifiers following (*VERB)s were not being diagnosed as errors. 1563 compiling workspace (which was diagnosed, but of course is not desirable). 1702 diagnosed. This caused a buffer overflow during the real compile. This bug was 1742 being diagnosed, possibly leading to a buffer overflow. This bug was found by 2115 12. The illegal pattern /(?(?<E>.*!.*)?)/ was not being diagnosed as missing an 2126 subpatterns were not being diagnosed and could lead to unpredictable behaviour.
|
12