Home
last modified time | relevance | path

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

12345

/freebsd/contrib/bmake/unit-tests/
H A Dgnode-submake.mk16 all: parentheses-dot parentheses-no-dot
38 parentheses-dot:
41 parentheses-no-dot:
H A Dvarmod-edge.mk13 INP= (parentheses) {braces} (opening closing) ()
15 EXP= (parentheses) ()
56 INP= (parentheses)
58 EXP= (parentheses)}
H A Dvar-op-assign.mk71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
H A Ddep.mk56 parentheses-in-modifier.${:U123:C;(.);\1-\1;g}:; @echo '$@: after semicolon'
57 parse-semicolon: parentheses-in-modifier.1-12-23-3
H A Ddirective-include-guard.mk194 CASES+= variable-name-parentheses
195 LINES.variable-name-parentheses= \
H A Dvarname.mk18 ${VARNAME}= 3 open parentheses
H A Dvar-op-sunsh.mk104 VAR :sh(Put a comment here)= comment in parentheses
H A Dcond-func.mk13 ${:UVAR(value)}= variable name with parentheses
/freebsd/usr.bin/m4/tests/
H A Dargs2.m42 dnl Preserving spaces within nested parentheses
/freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DAssignmentOfComparisonAsCondition.ql13 * the outer parentheses in both forms, so the compiler does not
59 * (including under `&&` / `||` / `!`, and through parentheses/conversions).
/freebsd/sys/conf/
H A DMakefile.powerpc41 -Wno-error=parentheses-equality \
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dparen.in1 # parentheses and perversions thereof
/freebsd/bin/sh/tests/parser/
H A Dheredoc10.017 # The open parentheses in comments help mksh, but not zsh.
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h79 ColorStyle parentheses; member
/freebsd/sys/modules/dtrace/dtrace/
H A DMakefile63 CWARNFLAGS+= -Wno-parentheses
/freebsd/share/mk/
H A Dbsd.sys.mk105 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
116 CWARNFLAGS.clang+= -Wno-parentheses
192 -Wno-error=logical-not-parentheses \
/freebsd/tools/tools/editing/
H A Dfreebsd.vim40 " Ignore indents caused by parentheses in FreeBSD style.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp83 return options.parentheses; in determineClangStyle()
/freebsd/crypto/openssl/doc/man3/
H A DX509_ACERT_print_ex.pod33 followed in parentheses by the value contained in the version field in
/freebsd/contrib/spleen/
H A DChangeLog122 - Shorten parentheses, square brackets, braces, slash, backslash in the
275 - Remove strain pixels on the inner upper part of parentheses (16x32 version)
301 - Fix alignment of parentheses with square brackets and braces (32x64 version)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td150 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression…
238 "expression cannot be followed by a postfix %0 operator; add parentheses">;
240 "parentheses are required around this expression in a requires clause">;
242 "parentheses are required around this expression in a requires clause">;
399 "trailing requires clause should be placed outside parentheses">;
445 "expected parentheses around type name in %0 expression">;
790 "parentheses must be omitted if %0 attribute's argument list is empty">;
835 "use of this expression in an %0 attribute requires parentheses">;
882 "parentheses in C++11">, InGroup<CXX11Compat>;
1095 "missing parentheses around the size of parameter pack %0">;
[all …]
H A DDiagnosticGroups.td512 def BitwiseConditionalParentheses: DiagGroup<"bitwise-conditional-parentheses">;
513 def BitwiseOpParentheses: DiagGroup<"bitwise-op-parentheses">;
514 def LogicalOpParentheses: DiagGroup<"logical-op-parentheses">;
515 def LogicalNotParentheses: DiagGroup<"logical-not-parentheses">;
516 def ShiftOpParentheses: DiagGroup<"shift-op-parentheses">;
517 def OverloadedShiftOpParentheses: DiagGroup<"overloaded-shift-op-parentheses">;
1119 // -Widiomatic-parentheses contains warnings about 'idiomatic'
1120 // missing parentheses; it is off by default. We do not include it
1123 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;
1124 def Parentheses : DiagGroup<"parentheses",
/freebsd/contrib/bc/locales/
H A Den_US.msg70 20 "POSIX requires parentheses around return expressions"
H A Den_AU.ISO8859-1.msg70 20 "POSIX requires parentheses around return expressions"
H A Den_CA.ISO8859-1.msg70 20 "POSIX requires parentheses around return expressions"

12345