| /openbsd-src/regress/usr.bin/mandoc/man/MR/ |
| H A D | basic.out_ascii | 7 empty: () prints empty name and parentheses 9 single argument: name() prints empty parentheses
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | style.pod | 46 Accordingly, avoid calling code refs without parentheses, since this creates 56 trailing parentheses for the method call: 169 &Lender::visit_notary; # no parentheses here 209 This style guide makes no recommendation to put parentheses 212 does not require parentheses.
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | B.out_ascii | 17 empty pair of parentheses: 0 18 parentheses containing number: 1
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | C++STYLE | 34 02. Operator names and parentheses 42 03. Function names and parentheses 47 Reason: no space before parentheses (except after a control-flow 49 parentheses as the function-call operator or declarator, as 50 opposed to an expression or other overloaded use of parentheses.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | C++STYLE | 34 02. Operator names and parentheses 42 03. Function names and parentheses 47 Reason: no space before parentheses (except after a control-flow 49 parentheses as the function-call operator or declarator, as 50 opposed to an expression or other overloaded use of parentheses.
|
| /openbsd-src/regress/usr.bin/m4/ |
| H A D | args2.m4 | 2 dnl Preserving spaces within nested parentheses
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | parser_run.t | 84 Warning: Use of "-C-" without parentheses is ambiguous at - line 1.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Highlighter.h | 79 ColorStyle parentheses; member
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlstyle.pod | 135 Along the same lines, just because you I<CAN> omit parentheses in many 146 parentheses in the wrong place. 231 functions or list operators to avoid excessive ampersands and parentheses. 289 with parentheses after their name, that is C<function()>.
|
| H A D | perl5181delta.pod | 134 compiling sub calls without parentheses. Previously, the prototypes were 135 honoured only for calls I<with> parentheses. [RT #116735]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | perltidyrc | 26 -pt=2 # don't add extra whitespace around parentheses
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-tidy | 52 # bugprone-macro-parentheses,
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 198 This applies to round brackets (parentheses), angle brackets and square 242 Note: This currently only applies to parentheses. 2674 the parentheses of a function call with that name. If there is no name, 4722 Defines in which cases to put a space before opening parentheses. 4727 Never put a space before opening parentheses. 4738 Put a space before opening parentheses only after control statement 4765 Put a space before opening parentheses only if the parentheses are not 4778 Always put a space before opening parentheses, except when it's 4781 parentheses, etc.) 4792 Configure each individual space before parentheses in [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | Makefile.inc | 24 CDIAGFLAGS+= -Widiomatic-parentheses -Wparentheses
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 83 return options.parentheses; in determineClangStyle()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 406 def BitwiseConditionalParentheses: DiagGroup<"bitwise-conditional-parentheses">; 407 def BitwiseOpParentheses: DiagGroup<"bitwise-op-parentheses">; 408 def LogicalOpParentheses: DiagGroup<"logical-op-parentheses">; 409 def LogicalNotParentheses: DiagGroup<"logical-not-parentheses">; 410 def ShiftOpParentheses: DiagGroup<"shift-op-parentheses">; 411 def OverloadedShiftOpParentheses: DiagGroup<"overloaded-shift-op-parentheses">; 889 // -Widiomatic-parentheses contains warnings about 'idiomatic' 890 // missing parentheses; it is off by default. We do not include it 893 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">; 894 def Parentheses : DiagGroup<"parentheses",
|
| H A D | DiagnosticParseKinds.td | 147 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression… 215 "expression cannot be followed by a postfix %0 operator; add parentheses">; 217 "parentheses are required around this expression in a requires clause">; 219 "parentheses are required around this expression in a requires clause">; 362 "trailing requires clause should be placed outside parentheses">; 408 "expected parentheses around type name in %0 expression">; 729 "parentheses must be omitted if %0 attribute's argument list is empty">; 816 "parentheses in C++11">, InGroup<CXX11Compat>; 996 "missing parentheses around the size of parameter pack %0">; 1477 "context property defined in parentheses; selector ignored">, [all …]
|
| /openbsd-src/bin/ksh/ |
| H A D | PROJECTS | 34 inside $( .. ) and $(( .. )) when counting parentheses.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | README.Portability | 57 Some SGI compilers choke on the parentheses in:- 119 Therefore the parameter list must be enclosed in parentheses. For 172 K+R C compilers require parentheses around the dereferenced function
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | ChooseMSVCCRT.cmake | 22 # like [ ^]+ didn't work, so use a bunch of parentheses instead.
|
| /openbsd-src/usr.bin/less/ |
| H A D | more.hlp | 5 Notes in parentheses indicate the behavior if _N is given.
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 118 Use of "%s" without parentheses is ambiguous [check_uni] 853 Warning: Use of "rand" without parentheses is ambiguous at - line 2. 866 Warning: Use of "rand" without parentheses is ambiguous at - line 3. 867 Warning: Use of "rand" without parentheses is ambiguous at - line 8. 868 Warning: Use of "rand" without parentheses is ambiguous at - line 10. 876 Warning: Use of "myrand" without parentheses is ambiguous at - line 4. 1594 # Fix 'Use of "..." without parentheses is ambiguous' warning for 1603 (Wide character.*\n)?Warning: Use of "𝛃" without parentheses is ambiguous
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 257 production very simple. Note that parentheses do not cause construction 259 important role of parentheses are to guide the parser and provide 260 grouping. Once the parser constructs the AST, parentheses are not 405 [+, (c+d)] [\*, e] [\*, f] and [+, g]. Note that because parentheses are 493 parentheses associate as "(a+b) binop ...". In our example, the current
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | TODO | 24 the filename of static functions in parentheses; e.g.,
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | TODO | 24 the filename of static functions in parentheses; e.g.,
|