Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__type_traits/
H A Dis_volatile.h24 struct _LIBCPP_TEMPLATE_VIS is_volatile : _BoolConstant<__is_volatile(_Tp)> { }; struct
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp280 bool is_volatile) { in GetMemoryBuffer()
299 const bool is_volatile = !IsLocal(path); in CreateWritableDataBuffer() local
311 const bool is_volatile = !IsLocal(path); in CreateDataBuffer() local
/openbsd/gnu/gcc/gcc/cp/
H A Dcvt.c864 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() local
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c861 int is_volatile = TYPE_VOLATILE (type); local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c1367 int is_const, is_volatile; in check_typedef() local
H A Dgdbtypes.h671 unsigned int is_volatile:1; member
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1876 val is_volatile : llvalue -> bool val