Home
last modified time | relevance | path

Searched refs:at_expr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y61 class at_expr : public expression {
63 at_expr() { } in at_expr() function
295 { $$ = new at_expr; }
507 void at_expr::evaluate(int tentative, const reference &ref, in evaluate()
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_attr.c342 if (at->at_expr == NULL) in _dwarf_attr_write()
346 STAILQ_FOREACH(ee, &at->at_expr->pe_eelist, ee_next) { in _dwarf_attr_write()
H A Ddwarf_pro_attr.c50 at->at_expr = loc_expr; in dwarf_add_AT_location_expr()
H A D_libdwarf.h123 Dwarf_P_Expr at_expr; /* at value is expr. */ member