Home
last modified time | relevance | path

Searched refs:MOD_ACCESS (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h262 #define MOD_ACCESS (MOD_ASSIGNED | MOD_ADDRESSABLE) macro
268 #define MOD_IGNORE (MOD_STORAGE | MOD_ACCESS | MOD_USERTYPE | MOD_EXPLICITLY_SIGNED | MOD_EXT_VISIB…
Dexpand.c675 if (sym->ctype.modifiers & MOD_ACCESS) in constant_symbol_value()
Dparse.c2144 …ret->ctype.modifiers &= ~(MOD_STORAGE | MOD_QUALIFIER | MOD_TLS | MOD_ACCESS | MOD_NOCAST | MOD_NO… in start_function()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst38 (MOD_ACCESS or MOD_ADDRESSABLE).
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst250 * define MOD_ACCESS for (MOD_ASSIGNED | MOD_ADDRESSABLE)