Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c220 if (sym->expand_simple) { in expand_one_symbol()
221 sym->expand_simple(token); in expand_one_symbol()
2132 void (*expand_simple)(struct token *); in init_preprocessor() member
2163 sym->expand_simple = dynamic[i].expand_simple; in init_preprocessor()
Dsymbol.h167 void (*expand_simple)(struct token *); member