Searched refs:volatile_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h286 BOOL_BITFIELD volatile_p : 1; member in struct:c_declspecs
H A Dc-decl.c3002 || declspecs->volatile_p
3071 || declspecs->volatile_p
3095 | (specs->volatile_p ? TYPE_QUAL_VOLATILE : 0)
4588 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type);
8337 ret->volatile_p = false;
8362 dupe = specs->volatile_p;
8363 specs->volatile_p = true;
/freebsd-10-stable/contrib/gcc/cp/
H A Dsemantics.c1216 finish_asm_stmt (int volatile_p, tree string, tree output_operands, argument
1322 ASM_VOLATILE_P (r) = volatile_p || noutputs == 0;
H A Dparser.c11345 bool volatile_p = false;
11355 volatile_p = true;
11445 asm_stmt = finish_asm_stmt (volatile_p, string, outputs,
11343 bool volatile_p = false; local

Completed in 134 milliseconds