Home
last modified time | relevance | path

Searched defs:is_volatile (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcvt.c970 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcvt.c1161 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
/dragonfly/contrib/gdb-7/gdb/
HDgdbtypes.h832 unsigned int is_volatile:1; member
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c9982 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt()
HDc-parser.c6360 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local