Home
last modified time | relevance | path

Searched refs:semicolon (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-semicolon.rst1 .. title:: clang-tidy - bugprone-suspicious-semicolon
3 bugprone-suspicious-semicolon
8 ``for-range`` statements whose body is a single semicolon, and then analyzes the
19 Here the body of the ``if`` statement consists of only the semicolon at the end
42 To solve the issue remove the stray semicolon or in case the empty body is
43 intentional, reflect this using code indentation or put the semicolon in a new
53 semicolon at the end of the first line.
62 ... or move the semicolon from the end of the first line to a new line:
Dcert-oop57-cpp.rst15 Specify names in a semicolon delimited list.
23 Specify names in a semicolon delimited list.
32 Specify names in a semicolon delimited list.
Dbugprone-suspicious-include.rst23 A semicolon-separated list of filename extensions of header files (the
31 Likewise, a semicolon-separated list of filename extensions of
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java117 semicolon() in concreteSyntaxModelByClass.put() argument
187 …sequence(semicolon(), newline(), newline(), list(ObservableProperty.MEMBERS, newline(), newline(),… in concreteSyntaxModelByClass.put() argument
200 semicolon())); in concreteSyntaxModelByClass.put() argument
220 …bservableProperty.BODY, IS_PRESENT, sequence(space(), child(ObservableProperty.BODY)), semicolon()) in concreteSyntaxModelByClass.put() argument
521 semicolon() in concreteSyntaxModelByClass.put() argument
538 semicolon() in concreteSyntaxModelByClass.put() argument
557 semicolon() in concreteSyntaxModelByClass.put() argument
571 semicolon() in concreteSyntaxModelByClass.put() argument
596 semicolon() in concreteSyntaxModelByClass.put() argument
603 semicolon() in concreteSyntaxModelByClass.put() argument
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
Dobjc-arc-and-properties.m1 // RUN: %check_clang_tidy %s bugprone-suspicious-semicolon %t
19 …ESSAGES: :[[@LINE-1]]:22: warning: potentially unintended semicolon [bugprone-suspicious-semicolon]
Dobjc-no-arc-or-properties.m1 // RUN: %check_clang_tidy -std=c99 %s bugprone-suspicious-semicolon %t -- -- -fno-objc-arc -fobjc-a…
27 …ESSAGES: :[[@LINE-1]]:24: warning: potentially unintended semicolon [bugprone-suspicious-semicolon]
/external/fonttools/Tests/feaLib/data/
DGPOS_2b.fea1 @PUNC = [comma semicolon period];
7 pos [D E F] [semicolon period] 4;
Dspec6b_ii.fea6 @SMALL_PUNC = [comma semicolon period];
9 enum pos @Y_LC semicolon -80; # specific pairs
Denum.fea5 @SMALL_PUNC = [comma semicolon period];
/external/llvm-project/clang/test/Parser/
Dwarn-semicolon-before-method-body.m4 // Allow optional semicolon in objc method definition after method prototype,
15 - (int)z; // expected-warning {{semicolon before method body is ignored}}
/external/clang/test/Parser/
Dwarn-semicolon-before-method-body.m4 // Allow optional semicolon in objc method definition after method prototype,
15 - (int)z; // expected-warning {{semicolon before method body is ignored}}
/external/icu/icu4c/source/data/translit/
DThai_ThaiLogical.txt10 # The rules that convert space into semicolon are in another file;
13 # First convert the semicolon back
DThai_ThaiSemi.txt9 # The rules that convert space into semicolon are in this file;
/external/libxkbcommon/test/data/symbols/
Dlatin41 key <AC10> { [ semicolon, colon, dead_acute, dead_doubleacute ] };
87 key <AB08> { [ comma, semicolon, dead_cedilla, dead_ogonek ] };
113 key <AB08> { [ comma, semicolon, less, multiply ] };
134 key <AB08> { [ comma, semicolon, horizconnector, multiply ] };
145 key <AC10> { [ semicolon, colon, acute, doubleacute ] };
158 key <AB08> { [ comma, semicolon, cedilla, ogonek ] };
241 key <AC10> { [ semicolon, colon, leftsinglequotemark, leftdoublequotemark ] };
Dru15 key <AE04> { [ 4, semicolon ] };
35 key <AE08> { [ 8, semicolon ] };
98 key <AE04> { [ 4, dollar, semicolon ] };
125 key <AE12> { [ semicolon, backslash ] };
143 key <AE04> { [ semicolon, 4 ] };
177 key <AC10> { [ semicolon, colon ] };
302 key <AE04> { [ colon, semicolon, 4, 4 ] };
407 key <AE10> { [ semicolon, colon, 0 ] };
453 key <AE06> { [ colon, semicolon, 6, 6 ] };
473 key <AE04> { [ 4, semicolon ] };
[all …]
Dca41 key <AC10> { [ semicolon, colon, asciitilde ] };
106 key <AB01> { [ semicolon, colon, asciitilde ] };
154 key <AC10> { [ semicolon, colon, dead_acute, dead_acute ] };
194 key <AC10> { [ semicolon, colon, degree ] };
308 key <AC10> { [ semicolon, colon ] };
409 key <AC10> { [ semicolon, colon, degree, NoSymbol,
500 key <AC10> { [ semicolon, colon,U02BE,U02BE ] };
Dus42 key <AC10> { [ semicolon, colon ] };
127 key <AC10> { [ semicolon, colon, paragraph, degree ] };
161 // dead_ogonek: on AltGr-semicolon
165 // dead_diaeresis: on AltGr-colon (Alt-shift-semicolon)
190 key <AC10> { [ semicolon, colon, dead_ogonek, dead_diaeresis ] };
249 key <AB01> { [ semicolon, colon, dead_ogonek, dead_doubleacute ] };
313 key <AB01> { [ semicolon, colon, paragraph, degree ] };
366 key <AB01> { [ semicolon, colon, acircumflex ] };
397 key <AD01> { [ semicolon, colon ] };
463 key <AD11> { [ semicolon, colon ] };
[all …]
/external/python/cpython3/Doc/library/
Dhtml.entities.rst21 Note that the trailing semicolon is included in the name (e.g. ``'gt;'``),
23 semicolon: in this case the name is present with and without the ``';'``.
/external/rust/crates/nom/src/bytes/
Dmacros.rs702 let semicolon = &b";"[..]; localVariable
706 assert_eq!(ra, Ok((semicolon, &b"abc"[..])));
710 assert_eq!(rd, Ok((semicolon, &b"123"[..])));
714 assert_eq!(rhd, Ok((semicolon, &b"123abcDEF"[..])));
718 assert_eq!(rod, Ok((semicolon, &b"1234567"[..])));
722 assert_eq!(ran, Ok((semicolon, &b"123abc"[..])));
726 assert_eq!(rs, Ok((semicolon, &b" \t"[..])));
730 assert_eq!(rms, Ok((semicolon, &b" \t\r\n"[..])));
/external/catch2/docs/
Dlogging.md104 … in Catch2 2.x.x `INFO` can be used without a trailing semicolon as there is a trailing semicolon
105 This semicolon will be removed with next major version. It is highly advised to use a trailing semi…
/external/selinux/libsemanage/src/
Dusers_base_file.c148 goto semicolon; in user_base_parse()
178 semicolon: in user_base_parse()
/external/deqp-deps/glslang/Test/
D460.vert4 ; // extraneous semicolon okay
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c199 const char *semicolon; in si_replace_shader() local
231 semicolon = strchr(p, ';'); in si_replace_shader()
232 if (semicolon) { in si_replace_shader()
233 p = copy = strndup(p, semicolon - p); in si_replace_shader()
895 const char *semicolon = memchr(disasm, ';', end - disasm); in si_add_split_disasm() local
896 if (!semicolon) in si_add_split_disasm()
900 const char *inst_end = memchr(semicolon + 1, '\n', end - semicolon - 1); in si_add_split_disasm()
909 inst->size = inst_end - semicolon > 16 ? 8 : 4; in si_add_split_disasm()
/external/dokka/core/testdata/format/
DtokensInEmphasis.md11 *For a semicolon; [Bar.foo](foo.md) is for you!.*
DtokensInStrong.md11 **For a semicolon; [Yasc.foo](foo.md) is for you!.**

1234567891011