Home
last modified time | relevance | path

Searched defs:atom (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c163 struct atom { struct
164 enum atom_type type; argument
165 union {
471 struct atom *atom; in new_atom() local
485 struct atom *atom; in push_cstring() local
501 struct atom *atom = new_atom(ATOM_TEXT); in push_text_atom() local
630 struct atom *atom = new_atom(ATOM_INSN); in insn() local
709 static void emit_insn_atom(struct function *f, struct atom *atom) in emit_insn_atom()
741 struct atom *atom; in emit_atom_list() local
762 struct atom *atom; in emit_string_list() local
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...) function
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_locationop_read.c140 Dwarf_Small atom = 0; in _dwarf_read_loc_expr_op() local
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c1964 atom_t *atom; in atom_string() local
1998 atom_t *atom; in atom_free() local
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c1247 au_to_xatom(char *atom) in au_to_xatom()