Home
last modified time | relevance | path

Searched refs:aexpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/bin/test/
H A Dtest.c176 static int aexpr(enum token);
249 res = aexpr(n); in oexpr()
259 aexpr(enum token n) in aexpr() function
265 return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) && in aexpr()
/freebsd-12.1/contrib/gdb/gdb/
H A Dtracepoint.c940 struct agent_expr *aexpr; in validate_actionline() local
982 aexpr = gen_trace_for_expr (t->address, exp); in validate_actionline()
983 make_cleanup_free_agent_expr (aexpr); in validate_actionline()
985 if (aexpr->len > MAX_AGENT_EXPR_LEN) in validate_actionline()
988 ax_reqs (aexpr, &areqs); in validate_actionline()
1492 struct agent_expr *aexpr; in encode_actions() local
1588 aexpr = gen_trace_for_expr (t->address, exp); in encode_actions()
1590 old_chain1 = make_cleanup_free_agent_expr (aexpr); in encode_actions()
1592 ax_reqs (aexpr, &areqs); in encode_actions()
1602 add_aexpr (collect, aexpr); in encode_actions()
[all …]