Home
last modified time | relevance | path

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

/external/clang/test/SemaTemplate/
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
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h291 const bool is_volatile; member
Drtcp_sender.cc1011 void RTCPSender::SetFlag(RTCPPacketType type, bool is_volatile) { in SetFlag()
1016 bool is_volatile) { in SetFlags()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dtype_traits.hpp137 enum { is_volatile = type_traits_detail::UnVolatile<T>::value }; enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1800 val is_volatile : llvalue -> bool val
/external/clang/test/SemaCXX/
Dtype-traits.cpp958 void is_volatile() in is_volatile() function