Lines Matching refs:Calls
437 in the type constants defined above. Calls in an illegal order will
1336 """Checks for calls to thread-unsafe functions.
1891 """Checks for the correctness of various spacing around function calls.
1900 # Since function calls often occur inside if/for/while/switch
1911 fncall = match.group(1) # look inside the parens for function calls
2239 if/for/while/switch, no spaces around parens in function calls, two
2479 # Next we will look for issues with function calls.