HomeSort by: relevance | last modified time | path
    Searched defs:parentheses (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 124 # If the guard variable condition is enclosed in parentheses, it does not have
153 # If the guard variable condition is enclosed in parentheses, it does not have
189 # A variable name can contain balanced parentheses, at least in conditions and
191 # where parentheses or braces are handled inconsistently to make this naming
194 CASES+= variable-name-parentheses
195 LINES.variable-name-parentheses= \
196 '.ifndef VARIABLE_NAME(&)PARENTHESES' \
197 'VARIABLE_NAME(&)PARENTHESES=' \
199 # expect: Parse_PushInput: variable-name-parentheses.tmp:1
200 # expect: Parse_PushInput: variable-name-parentheses.tmp:
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 4168 /* Reduce stacked parentheses to single pair */
9403 bool parentheses = false; local
9423 parentheses = true;
9554 && !parentheses

Completed in 67 milliseconds