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/
H A 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()
638 sparse_error(dctx->pos, "dissect_ctx change %s -> %s", in do_symbol()
641 dissect_ctx in do_symbol()
[all...]
H A Dtest-dissect.c30 if (dissect_ctx) in print_usage()
31 ctx = dissect_ctx->ident; in print_usage()
41 if (!dissect_ctx) in symscope()
H A Ddissect.h29 extern struct symbol *dissect_ctx;
H A 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()

Completed in 3 milliseconds