Searched refs:MOD_VOLATILE (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | gdbhelpers | 107 if ($arg0->modifiers & MOD_VOLATILE) 108 printf "MOD_VOLATILE "
|
D | symbol.h | 237 #define MOD_VOLATILE 0x00000400 macro 269 #define MOD_QUALIFIER (MOD_CONST | MOD_VOLATILE | MOD_RESTRICT)
|
D | memops.c | 291 if (mod & (MOD_VOLATILE | MOD_NONLOCAL | MOD_STATIC)) in simplify_memops()
|
D | ssa.c | 150 if (mod & MOD_VOLATILE) in ssa_convert_one_var()
|
D | symbol.c | 948 { &volatile_void_ctype,T_NODE(MOD_VOLATILE, &void_ctype, NULL, NULL) }, 950 { &volatile_bool_ctype,T_NODE(MOD_VOLATILE, &bool_ctype, NULL, NULL) },
|
D | show-parse.c | 128 {MOD_VOLATILE, "volatile"}, in show_modifiers()
|
D | linearize.c | 979 insn->is_volatile = ad->type && (ad->type->ctype.modifiers & MOD_VOLATILE); in add_load() 995 store->is_volatile = ad->type && (ad->type->ctype.modifiers & MOD_VOLATILE); in add_store()
|
D | parse.c | 482 A("volatile", &volatile_op, .mods = MOD_VOLATILE),
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 35 type qualifiers (MOD_CONST, MOD_VOLATILE),
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 216 * define MOD_QUALIFIER for (MOD_CONST | MOD_VOLATILE)
|