Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflags.h352 extern int flag_volatile;
Dtoplev.c607 int flag_volatile; variable
1018 {"volatile", &flag_volatile, 1,
Dc-typeck.c1193 && !flag_volatile
1219 = TYPE_VOLATILE (t) || TREE_SIDE_EFFECTS (pointer) || flag_volatile;
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtypeck.c2342 && !flag_volatile
2358 || flag_volatile);
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20036031 * typeck.c (build_indirect_ref): Don't check flag_volatile.