Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dis_volatile.h24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_volatile : _BoolConstant<__is_volatile(_Tp)> {}; struct
/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
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp52 struct is_volatile { struct
57 struct is_volatile<volatile T> { struct
61 int is_volatile0[is_volatile<int>::value? -1 : 1]; argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1780 val is_volatile : llvalue -> bool global() val
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp1238 void is_volatile() is_volatile() function