code_with_type
OPT_BOOLEAN(0, "code-with-type", &annotate_opts.code_with_type,
} else if (annotate_opts.code_with_type) {
DECLARE_WORKLOAD(code_with_type);
DEFINE_WORKLOAD(code_with_type);
annotate_opts.code_with_type ^= 1;
if (annotate_opts.code_with_type) {
annotate_opts.code_with_type ? "[Type]" : "");
if (browser->dbg == NULL && annotate_opts.code_with_type &&
if (annotate_opts.code_with_type) {
if (annotate_opts.code_with_type)
if (!annotate_opts.code_with_type || apd->dbg == NULL)
if (opts->code_with_type && apd->dbg) {
code_with_type,