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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_decl.h119 extern void dt_scope_push(ctf_file_t *, ctf_id_t);
H A Ddt_grammar.y243 { dt_scope_push(NULL, CTF_ERR); } DT_TOK_ASGN
811 array: DT_TOK_LBRAC { dt_scope_push(NULL, CTF_ERR); }
824 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); }
H A Ddt_decl.c514 dt_scope_push(ctfp, type);
703 dt_scope_push(ctfp, type);
1092 dt_scope_push(ctf_file_t *ctfp, ctf_id_t type) function

Completed in 69 milliseconds