Home
last modified time | relevance | path

Searched refs:Volatile (Results 1 – 25 of 3648) sorted by relevance

12345678910>>...146

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DVolatileTest.cs89 Volatile.Write (ref v1, true); in WritePrimitives()
93 Volatile.Write (ref v2, 4); in WritePrimitives()
97 Volatile.Write (ref v3, double.MaxValue); in WritePrimitives()
101 Volatile.Write (ref v4, float.MaxValue); in WritePrimitives()
105 Volatile.Write (ref v5, int.MinValue); in WritePrimitives()
109 Volatile.Write (ref v6, new IntPtr (5)); in WritePrimitives()
113 Volatile.Write (ref v7, long.MaxValue); in WritePrimitives()
117 Volatile.Write (ref v8, 44); in WritePrimitives()
121 Volatile.Write (ref v9, -999); in WritePrimitives()
125 Volatile.Write (ref v10, uint.MaxValue); in WritePrimitives()
[all …]
/dports/devel/love/love-11.3/src/modules/graphics/
H A DVolatile.cpp29 std::list<Volatile *> Volatile::all;
31 Volatile::Volatile() in Volatile() function in love::graphics::Volatile
37 Volatile::~Volatile() in ~Volatile()
43 bool Volatile::loadAll() in loadAll()
47 for (Volatile *v : all) in loadAll()
53 void Volatile::unloadAll() in unloadAll()
55 for (Volatile *v : all) in unloadAll()
/dports/devel/love10/love-0.10.2/src/modules/graphics/
H A DVolatile.cpp29 std::list<Volatile *> Volatile::all;
31 Volatile::Volatile() in Volatile() function in love::graphics::Volatile
37 Volatile::~Volatile() in ~Volatile()
43 bool Volatile::loadAll() in loadAll()
47 for (Volatile *v : all) in loadAll()
53 void Volatile::unloadAll() in unloadAll()
55 for (Volatile *v : all) in unloadAll()
/dports/devel/love08/love-0.8.0/src/modules/graphics/
H A DVolatile.cpp29 std::list<Volatile *> Volatile::all;
31 Volatile::Volatile() in Volatile() function in love::graphics::Volatile
37 Volatile::~Volatile() in ~Volatile()
43 bool Volatile::loadAll() in loadAll()
46 std::list<Volatile *>::iterator i = all.begin(); in loadAll()
57 void Volatile::unloadAll() in unloadAll()
59 std::list<Volatile *>::iterator i = all.begin(); in unloadAll()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DVolatile.cpp7 std::list<Volatile *> Volatile::all;
9 Volatile::Volatile() in Volatile() function in love_opengl::Volatile
15 Volatile::~Volatile() in ~Volatile()
21 bool Volatile::loadAll() in loadAll()
24 std::list<Volatile *>::iterator i = all.begin(); in loadAll()
35 void Volatile::unloadAll() in unloadAll()
37 std::list<Volatile *>::iterator i = all.begin(); in unloadAll()
/dports/devel/love07/love-HEAD/src/modules/graphics/
H A DVolatile.cpp29 std::list<Volatile *> Volatile::all;
31 Volatile::Volatile() in Volatile() function in love::graphics::Volatile
37 Volatile::~Volatile() in ~Volatile()
43 bool Volatile::loadAll() in loadAll()
46 std::list<Volatile *>::iterator i = all.begin(); in loadAll()
57 void Volatile::unloadAll() in unloadAll()
59 std::list<Volatile *>::iterator i = all.begin(); in unloadAll()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp11 struct Volatile { struct
12Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau…
13Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an expli…
30 struct Volatile { struct
31Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-…
32Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an …
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Thread/src/System/Threading/
H A DThread.cs290 public static byte VolatileRead(ref byte address) => Volatile.Read(ref address);
291 public static double VolatileRead(ref double address) => Volatile.Read(ref address); in VolatileRead()
292 public static short VolatileRead(ref short address) => Volatile.Read(ref address); in VolatileRead()
293 public static int VolatileRead(ref int address) => Volatile.Read(ref address); in VolatileRead()
294 public static long VolatileRead(ref long address) => Volatile.Read(ref address); in VolatileRead()
295 public static IntPtr VolatileRead(ref IntPtr address) => Volatile.Read(ref address);
296 public static object VolatileRead(ref object address) => Volatile.Read(ref address);
298 public static sbyte VolatileRead(ref sbyte address) => Volatile.Read(ref address);
299 public static float VolatileRead(ref float address) => Volatile.Read(ref address); in VolatileRead()
303 public static uint VolatileRead(ref uint address) => Volatile.Read(ref address); in VolatileRead()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DVolatile.h60 template <typename T> class Volatile; variable
64 T VolatileLoad(Volatile<T> const * pt) in VolatileLoad()
100 class Volatile
112 inline Volatile() in Volatile() function
119 inline Volatile(const T& val) in Volatile() function
127 inline Volatile(const Volatile<T>& other) in Volatile() function
193 inline Volatile<T>& operator=(T val) {Store(val); return *this;}
217 inline Volatile<T>& operator+=(T val) {Store(this->Load() + val); return *this;}
226 inline Volatile& operator++() {this->Store(this->Load()+1); return *this;}
236 inline Volatile& operator--() {this->Store(this->Load()-1); return *this;}
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Dvolatile11.adb10 pragma Volatile (Bit1);
12 pragma Volatile (Bit2);
14 pragma Volatile (Bit3);
16 pragma Volatile (Bit4);
18 pragma Volatile (Bit5);
20 pragma Volatile (Bit6);
22 pragma Volatile (Bit7);
24 pragma Volatile (Bit8);

12345678910>>...146