Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/codegen/intrinsics/
Dvolatile.rs31 pub unsafe fn volatile_load(a: *const u8) -> u8 { in volatile_load() function
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dbuilder.rs143 fn volatile_load(&mut self, ty: Self::Type, ptr: Self::Value) -> Self::Value; in volatile_load() method
/third_party/rust/rust/library/core/src/
Dintrinsics.rs1514 pub fn volatile_load<T>(src: *const T) -> T; in volatile_load() function
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs460 fn volatile_load(&mut self, ty: &'ll Type, ptr: &'ll Value) -> &'ll Value { in volatile_load() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs762 fn volatile_load(&mut self, _ty: Type<'gcc>, ptr: RValue<'gcc>) -> RValue<'gcc> { in volatile_load() method