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

  /src/sys/arch/hppa/hppa/
copy.S 195 #define _SPCOPY(name, fncall, spaceargs) \
217 fncall ! \
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 1871 fncall = line # if there's no control flow construct, look at whole line
1878 fncall = match.group(1) # look inside the parens for function calls
1895 not Search(r'\b(if|for|while|switch|return|delete)\b', fncall) and
1897 not Search(r' \([^)]+\)\([^)]*(\)|,$)', fncall) and
1899 not Search(r' \([^)]+\)\[[^\]]+\]', fncall)):
1900 if Search(r'\w\s*\(\s(?!\s*\\$)', fncall): # a ( used for a fn call
1903 elif Search(r'\(\s+(?!(\s*\\)|\()', fncall):
1906 if (Search(r'\w\s+\(', fncall) and
1907 not Search(r'#\s*define|typedef', fncall) and
1908 not Search(r'\w\s+\((\w+::)?\*\w+\)\(', fncall))
    [all...]

Completed in 14 milliseconds