Searched refs:dt_scope_push (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h122 extern void dt_scope_push(ctf_file_t *, ctf_id_t);
H A Ddt_decl.c499 dt_scope_push(ctfp, type);
688 dt_scope_push(ctfp, type);
1082 dt_scope_push(ctf_file_t *ctfp, ctf_id_t type) function
H A Ddt_grammar.y246 { dt_scope_push(NULL, CTF_ERR); } DT_TOK_ASGN
825 array: DT_TOK_LBRAC { dt_scope_push(NULL, CTF_ERR); }
838 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); }

Completed in 38 milliseconds