| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | traditional-cpp.c | 32 #define bracket(x) >>>x<<< macro 33 bracket(| spaces |)
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-attr.m | 2 // RUN: %clang_cc1 -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.10.0 \ 7 // RUN: %clang_cc1 -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.10.0 \ 9 // RUN: %clang_cc1 -x objective-c -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.…
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | regcomp.c | 1053 char bracket[3]; in bothcases() local 1057 p->next = bracket; in bothcases() 1059 bracket[0] = ch; in bothcases() 1060 bracket[1] = ']'; in bothcases() 1061 bracket[2] = '\0'; in bothcases() 1095 char bracket[4]; in nonnewline() local 1097 p->next = bracket; in nonnewline() 1099 bracket[0] = '^'; in nonnewline() 1100 bracket[1] = '\n'; in nonnewline() 1101 bracket[2] = ']'; in nonnewline() [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | c2x-attributes.m | 1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -verify %s
|
| H A D | objc-attr.m | 1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -triple x86_64-apple-macosx10.1…
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-format-argv0/ |
| H A D | argv0.txt | 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-objc-bridge-related.m | 1 // RUN: %clang_cc1 -verify -fsyntax-only -fdouble-square-bracket-attributes %s
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | parse-calibrated-invalid.mlir | 10 // Unrecognized token: missing closing angle bracket
|
| H A D | parse-any-invalid.mlir | 9 // Unrecognized token: missing closing angle bracket
|
| H A D | parse-uniform-invalid.mlir | 24 // Unrecognized token: missing closing angle bracket
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | operators.test | 124 ## Missing closing bracket. 130 ## Missing opening bracket.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-objc-gc.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fdouble-square-bracket-attributes -…
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/ |
| H A D | DesignNotes.md | 30 introduce a nonterminal for the bracket contents if necessary). 86 Here: `actions[State, death] = Recovery(type, matching-angle-bracket)`
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-objc-message.m | 329 // Test code completion with a missing opening bracket:
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Affine.md | 35 use the same parenthesized vs square bracket list to distinguish the two.
|
| H A D | LLVM.md | 204 using different bracket styles to differentiate types. Types inside the angle
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 382 "maximum bracket nesting depth")
|
| H A D | DiagnosticParseKinds.td | 611 "bracket nesting level exceeded maximum of %0">, DefaultFatal; 790 "a space is required between a right angle bracket and an equals sign "
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 185 If ``true``, horizontally aligns arguments after an open bracket. 193 Align parameters on the open bracket, e.g.: 209 Always break after an open bracket, if the parameters don't fit 218 Always break after an open bracket, if the parameters don't fit
|
| H A D | LanguageExtensions.rst | 128 name of a double-square-bracket-style attribute. The argument can either be a 162 attribute exposed with the double square-bracket syntax in C mode. The argument 966 determine if support for attribute parsing with C++11's square bracket notation
|
| H A D | ClangCommandLineReference.rst | 1710 .. option:: -fdouble-square-bracket-attributes, -fno-double-square-bracket-attributes
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | _index.md | 578 1. Reduction dimensions are specified with angle bracket notation on the
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/ |
| H A D | VectorOps.td | 2296 value for all data types, opening/closing bracket, comma,
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | regex | 3556 // Not called inside a bracket
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1174 defm double_square_bracket_attributes : BoolFOption<"double-square-bracket-attributes",
|