Searched refs:fncall (Results 1 - 3 of 3) sorted by relevance
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 3457 fncall = line # if there's no control flow construct, look at whole line 3464 fncall = match.group(1) # look inside the parens for function calls 3482 fncall) and 3484 not Search(r' \([^)]+\)\([^)]*(\)|,$)', fncall) and 3486 not Search(r' \([^)]+\)\[[^\]]+\]', fncall)): 3487 if Search(r'\w\s*\(\s(?!\s*\\$)', fncall): # a ( used for a fn call 3490 elif Search(r'\(\s+(?!(\s*\\)|\()', fncall): 3493 if (Search(r'\w\s+\(', fncall) and 3494 not Search(r'_{0,2}asm_{0,2}\s+_{0,2}volatile_{0,2}\s+\(', fncall) and 3495 not Search(r'#\s*define|typedef|using\s+\w+\s*=', fncall) an [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | show-parse.c | 748 int fncall, retval; in show_call_expression() local 778 fncall = show_expression(fn); in show_call_expression() 779 printf("\tcall\t\t*v%d\n", fncall); in show_call_expression()
|
H A D | compile-i386.c | 2069 struct storage *retval, *fncall; in x86_call_expression() local 2115 fncall = x86_expression(fn); in x86_call_expression() 2116 emit_move(fncall, REG_EAX, fn->ctype, NULL); in x86_call_expression()
|
Completed in 12 milliseconds