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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_volatile.h24 struct _LIBCPP_TEMPLATE_VIS is_volatile : _BoolConstant<__is_volatile(_Tp)> {}; struct in inherits:_BoolConstant
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp286 const bool is_volatile = !IsLocal(path); local
298 const bool is_volatile = !IsLocal(path); local
265 GetMemoryBuffer(const llvm::Twine &path, uint64_t size, uint64_t offset, bool is_volatile) argument

Completed in 65 milliseconds