Searched refs:parentheses (Results 1 – 25 of 105) sorted by relevance
12345
16 all: parentheses-dot parentheses-no-dot38 parentheses-dot:41 parentheses-no-dot:
70 VAR(spaces in parentheses)= ()77 VARNAME_PAREN= VAR(spaces in parentheses)
14 INP.M-paren= (parentheses) {braces} (opening closing) ()16 EXP.M-paren= (parentheses) ()51 INP.M-nest-mix= (parentheses)53 EXP.M-nest-mix= (parentheses)}
19 ${VARNAME}= 3 open parentheses
104 VAR :sh(Put a comment here)= comment in parentheses
13 ${:UVAR(value)}= variable name with parentheses
3 dnl Preserving spaces within nested parentheses
10 makeoptions "CWARNFLAGS.clang"+="-Wno-parentheses-equality -Wno-pointer-sign"
1 # parentheses and perversions thereof
49 -Wno-error=parentheses-equality \
18 # The open parentheses in comments help mksh, but not zsh.
89 -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion104 CWARNFLAGS.clang+= -Wno-parentheses156 -Wno-error=logical-not-parentheses \
78 ColorStyle parentheses; member
61 CWARNFLAGS+= -Wno-parentheses
380 def BitwiseConditionalParentheses: DiagGroup<"bitwise-conditional-parentheses">;381 def BitwiseOpParentheses: DiagGroup<"bitwise-op-parentheses">;382 def LogicalOpParentheses: DiagGroup<"logical-op-parentheses">;383 def LogicalNotParentheses: DiagGroup<"logical-not-parentheses">;384 def ShiftOpParentheses: DiagGroup<"shift-op-parentheses">;385 def OverloadedShiftOpParentheses: DiagGroup<"overloaded-shift-op-parentheses">;835 // -Widiomatic-parentheses contains warnings about 'idiomatic'836 // missing parentheses; it is off by default. We do not include it839 def ParenthesesOnEquality : DiagGroup<"parentheses-equality">;840 def Parentheses : DiagGroup<"parentheses",
147 …"'[]' after delete interpreted as 'delete[]'; add parentheses to treat this as a lambda-expression…212 "expression cannot be followed by a postfix %0 operator; add parentheses">;214 "parentheses are required around this expression in a requires clause">;216 "parentheses are required around this expression in a requires clause">;349 "trailing requires clause should be placed outside parentheses">;392 "expected parentheses around type name in %0 expression">;690 "parentheses must be omitted if %0 attribute's argument list is empty">;773 "parentheses in C++11">, InGroup<CXX11Compat>;950 "missing parentheses around the size of parameter pack %0">;1402 "context property defined in parentheses; selector ignored">,[all …]
42 " Ignore indents caused by parentheses in FreeBSD style.
82 return options.parentheses; in determineClangStyle()
75 20 "POSIX requires parentheses around return expressions"