Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_volatile.h24 struct _LIBCPP_TEMPLATE_VIS is_volatile : _BoolConstant<__is_volatile(_Tp)> {}; struct
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp267 bool is_volatile) { in GetMemoryBuffer()
286 const bool is_volatile = !IsLocal(path); in CreateWritableDataBuffer() local
298 const bool is_volatile = !IsLocal(path); in CreateDataBuffer() local