OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_decl_attr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h
107
extern dt_decl_t *
dt_decl_attr
(ushort_t);
dt_grammar.y
668
| DT_KEY_SHORT { $$ =
dt_decl_attr
(DT_DA_SHORT); }
670
| DT_KEY_LONG { $$ =
dt_decl_attr
(DT_DA_LONG); }
673
| DT_KEY_SIGNED { $$ =
dt_decl_attr
(DT_DA_SIGNED); }
674
| DT_KEY_UNSIGNED { $$ =
dt_decl_attr
(DT_DA_UNSIGNED); }
675
| DT_KEY_USERLAND { $$ =
dt_decl_attr
(DT_DA_USER); }
684
type_qualifier: DT_KEY_CONST { $$ =
dt_decl_attr
(DT_DA_CONST); }
685
| DT_KEY_RESTRICT { $$ =
dt_decl_attr
(DT_DA_RESTRICT); }
686
| DT_KEY_VOLATILE { $$ =
dt_decl_attr
(DT_DA_VOLATILE); }
dt_decl.c
263
dt_decl_attr
(ushort_t attr)
function
Completed in 15 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026