Searched defs:is_volatile (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c1243 int is_volatile = TYPE_VOLATILE (type); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1250 int is_volatile = TYPE_VOLATILE (type); local
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c1205 block_derive_pointer(type_t *stp, bool is_const, bool is_volatile) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2250 add_extended_asm(location *loc, const char *asm_template, bool is_volatile, bool is_inline, const auto_vec <asm_operand> *outputs, const auto_vec <asm_operand> *inputs, const auto_vec <const char *> *clobbers, const auto_vec <block *> *goto_blocks) argument
H A Djit-recording.h564 virtual type *is_volatile () { return NULL; } function in class:gcc::jit::recording::type
757 virtual type *is_volatile () { return m_other_type; } function in class:gcc::jit::recording::memento_of_get_volatile
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1935 val is_volatile : llvalue -> bool var
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.h1201 unsigned int is_volatile:1; member in struct:fn_field
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.h1516 unsigned int is_volatile:1; member in struct:fn_field
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7145 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); local
H A Dc-typeck.c10483 build_asm_stmt(bool is_volatile, tree args) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc10663 build_asm_stmt(bool is_volatile, tree args) argument
H A Dc-parser.cc7106 bool is_volatile = (volatile_loc != UNKNOWN_LOCATION); local

Completed in 596 milliseconds