Searched refs:DT_IDFLG_INLINE (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h105 #define DT_IDFLG_INLINE 0x0008 /* variable is an inline definition */ macro
H A Ddt_parser.c943 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) {
1321 (idp->di_flags & DT_IDFLG_INLINE)) {
2258 (idp->di_flags & DT_IDFLG_INLINE) ? "inline" : "");
2308 DT_IDFLG_INLINE | DT_IDFLG_REF | DT_IDFLG_DECL | DT_IDFLG_ORPHAN, 0,
2353 DT_IDENT_SCALAR, DT_IDFLG_DECL | DT_IDFLG_INLINE, 0,
4224 assert(dnp->dn_ident->di_flags & DT_IDFLG_INLINE);
H A Ddt_decl.c772 DT_IDFLG_INLINE | DT_IDFLG_REF, 0, _dtrace_defattr, 0,
H A Ddt_ident.c992 while (idp->di_flags & DT_IDFLG_INLINE) {
H A Ddt_cg.c1331 assert(idp->di_flags & DT_IDFLG_INLINE);
1964 (dnp->dn_ident->di_flags & DT_IDFLG_INLINE)) {

Completed in 199 milliseconds