Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dtraditional-cpp.c32 #define bracket(x) >>>x<<< macro
33 bracket(| spaces |)
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-attr.m2 // 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 Dregcomp.c1053 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 Dc2x-attributes.m1 // RUN: %clang_cc1 -fsyntax-only -fdouble-square-bracket-attributes -verify %s
H A Dobjc-attr.m1 // 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 Dargv0.txt4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-objc-bridge-related.m1 // RUN: %clang_cc1 -verify -fsyntax-only -fdouble-square-bracket-attributes %s
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dparse-calibrated-invalid.mlir10 // Unrecognized token: missing closing angle bracket
H A Dparse-any-invalid.mlir9 // Unrecognized token: missing closing angle bracket
H A Dparse-uniform-invalid.mlir24 // Unrecognized token: missing closing angle bracket
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Doperators.test124 ## Missing closing bracket.
130 ## Missing opening bracket.
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-objc-gc.m1 // 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 DDesignNotes.md30 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 Dcomplete-objc-message.m329 // Test code completion with a missing opening bracket:
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DAffine.md35 use the same parenthesized vs square bracket list to distinguish the two.
H A DLLVM.md204 using different bracket styles to differentiate types. Types inside the angle
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def382 "maximum bracket nesting depth")
H A DDiagnosticParseKinds.td611 "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 DClangFormatStyleOptions.rst185 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 DLanguageExtensions.rst128 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 DClangCommandLineReference.rst1710 .. option:: -fdouble-square-bracket-attributes, -fno-double-square-bracket-attributes
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md578 1. Reduction dimensions are specified with angle bracket notation on the
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.td2296 value for all data types, opening/closing bracket, comma,
/llvm-project-15.0.7/libcxx/include/
H A Dregex3556 // Not called inside a bracket
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1174 defm double_square_bracket_attributes : BoolFOption<"double-square-bracket-attributes",