Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp74 bool is_volatile = false; in UpgradeInstructions() local
173 bool is_volatile = false; in GetInstructionAttributes() local
200 bool is_volatile = false; in TraceInstruction() local
268 bool is_volatile = false; in CheckType() local
316 bool is_volatile = false; in CheckAllTypes() local
388 bool is_coherent, bool is_volatile, in UpgradeFlags()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp91 bool is_volatile = false; in UpgradeInstructions() local
190 bool is_volatile = false; in GetInstructionAttributes() local
217 bool is_volatile = false; in TraceInstruction() local
285 bool is_volatile = false; in CheckType() local
333 bool is_volatile = false; in CheckAllTypes() local
405 bool is_coherent, bool is_volatile, in UpgradeFlags()
/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/mesa3d/src/intel/compiler/
Dbrw_shader.cpp996 backend_instruction::is_volatile() const in is_volatile() function in backend_instruction
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli1846 val is_volatile : llvalue -> bool val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1830 val is_volatile : llvalue -> bool val
/external/clang/test/SemaCXX/
Dtype-traits.cpp958 void is_volatile() in is_volatile() function