Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dupgrade_memory_model.cpp128 bool is_volatile = false; in UpgradeMemoryAndImages() local
259 bool is_volatile = false; in UpgradeAtomics() local
276 bool is_volatile) { in UpgradeSemantics()
312 bool is_volatile = false; in GetInstructionAttributes() local
339 bool is_volatile = false; in TraceInstruction() local
407 bool is_volatile = false; in CheckType() local
455 bool is_volatile = false; in CheckAllTypes() local
527 bool is_coherent, bool is_volatile, in UpgradeFlags()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp128 bool is_volatile = false; in UpgradeMemoryAndImages() local
259 bool is_volatile = false; in UpgradeAtomics() local
276 bool is_volatile) { in UpgradeSemantics()
312 bool is_volatile = false; in GetInstructionAttributes() local
339 bool is_volatile = false; in TraceInstruction() local
407 bool is_volatile = false; in CheckType() local
455 bool is_volatile = false; in CheckAllTypes() local
527 bool is_coherent, bool is_volatile, in UpgradeFlags()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp128 bool is_volatile = false; in UpgradeMemoryAndImages() local
259 bool is_volatile = false; in UpgradeAtomics() local
276 bool is_volatile) { in UpgradeSemantics()
312 bool is_volatile = false; in GetInstructionAttributes() local
339 bool is_volatile = false; in TraceInstruction() local
407 bool is_volatile = false; in CheckType() local
455 bool is_volatile = false; in CheckAllTypes() local
527 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/llvm-project/clang/test/SemaTemplate/
Dtemp_class_spec.cpp52 struct is_volatile { struct
57 struct is_volatile<volatile T> { argument
61 int is_volatile0[is_volatile<int>::value? -1 : 1]; argument
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h302 const bool is_volatile; member
Drtcp_sender.cc918 void RTCPSender::SetFlag(uint32_t type, bool is_volatile) { in SetFlag()
927 bool is_volatile) { in SetFlags()
/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1114 backend_instruction::is_volatile() const in is_volatile() function in backend_instruction
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp301 const bool is_volatile = !IsLocal(path); in CreateDataBuffer() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1830 val is_volatile : llvalue -> bool val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1886 val is_volatile : llvalue -> bool val
/external/clang/test/SemaCXX/
Dtype-traits.cpp958 void is_volatile() in is_volatile() function
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp1091 void is_volatile() in is_volatile() function