Home
last modified time | relevance | path

Searched refs:RESTRICT (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dctftools.h146 RESTRICT, enumerator
H A Dst_parse.c753 (*rtdp)->t_type = RESTRICT; in tdefdecl()
875 case RESTRICT: in find_intrinsic()
1191 case RESTRICT: in resolve_typed_bitfields_cb()
H A Ddwarf.c198 case RESTRICT: in tdesc_size()
233 case RESTRICT: in tdesc_bitsize()
255 case RESTRICT: in tdesc_basetype()
1536 die_through_create(dw, die, off, tdp, RESTRICT, "restrict"); in die_restrict_create()
H A Dtdata.c69 case RESTRICT: in tdesc_layouthash()
H A Dctf.c432 case RESTRICT: in write_type()
1130 tdp->t_type = RESTRICT; in resurrect_types()
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y106 %token <stt_val> CONST VOLATILE RESTRICT RESTRICT_KYWD
316 | RESTRICT
669 { "restrict", RESTRICT, TQ_RESTRICT }, in lookup_keyword()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y130 OF OFFSET PRAGMA RAISE REPLACE RESTRICT ROW STATEMENT
220 refact(A) ::= RESTRICT. { A = OE_Restrict; }