Home
last modified time | relevance | path

Searched refs:parse_function_body (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_global.py12 #from ._func_body import parse_function_body
13 from ._func_body import parse_function_statics as parse_function_body namespace
154 yield from parse_function_body(source, name, anon_name)
H A D_func_body.py38 # Note that parse_function_body() still has trouble with a few files
41 def parse_function_body(source, name, anon_name): function
46 def parse_function_body(name, text, resolve, source, anon_name, parent): function
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c2736 static struct token *parse_function_body(struct token *token, struct symbol *decl, in parse_function_body() function
2868 return parse_function_body(token, decl, list); in parse_k_r_arguments()
2973 return parse_function_body(token, decl, list); in external_declaration()

Completed in 6 milliseconds