Home
last modified time | relevance | path

Searched defs:write_only (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h237 enum access_mode { read_only, write_only, read_write }; enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4023 const bool write_only = strncmp (ps, "write_only", 10) == 0; in handle_access_attribute() local