Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c1243 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1250 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h564 virtual type *is_volatile () { return NULL; } in is_volatile() function
757 virtual type *is_volatile () { return m_other_type; } in is_volatile() function
H A Djit-playback.cc2252 bool is_volatile, in add_extended_asm()
/netbsd-src/usr.bin/xlint/lint1/
H A Ddecl.c1205 block_derive_pointer(type_t * stp,bool is_const,bool is_volatile) block_derive_pointer() argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1935 val is_volatile : llvalue -> bool val
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c10483 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt()
H A Dc-parser.c7145 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc10663 build_asm_stmt (bool is_volatile, tree args) in build_asm_stmt()
H A Dc-parser.cc7106 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); in c_parser_asm_statement() local