Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Ddissect.c54 struct symbol *dissect_ctx; variable
239 dctx = dissect_ctx; in examine_sym_node()
241 dissect_ctx = NULL; in examine_sym_node()
251 dissect_ctx = dctx; in examine_sym_node()
516 struct symbol *type = dissect_ctx->ctype.base_type; in do_statement()
616 struct symbol *dctx = dissect_ctx; in do_symbol()
627 dissect_ctx = sym; in do_symbol()
629 dissect_ctx = dctx; in do_symbol()
641 dissect_ctx = sym; in do_symbol()
644 dissect_ctx = dctx; in do_symbol()
Dtest-dissect.c30 if (dissect_ctx) in print_usage()
31 ctx = dissect_ctx->ident; in print_usage()
41 if (!dissect_ctx) in symscope()
Ddissect.h29 extern struct symbol *dissect_ctx;
Dsemind.c724 if (dissect_ctx) in r_symbol()
725 ctx = dissect_ctx->ident; in r_symbol()
761 if (dissect_ctx) in r_member()
762 ctx = dissect_ctx->ident; in r_member()