Home
last modified time | relevance | path

Searched refs:parse_context_statement (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dparse.c72 static struct token *parse_context_statement(struct token *token, struct statement *stmt);
338 .statement = parse_context_statement,
2407 static struct token *parse_context_statement(struct token *token, struct statement *stmt) in parse_context_statement() function