Home
last modified time | relevance | path

Searched defs:bitor (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-enum-basic.rs23 fn bitor(self, other: Self) -> Self { in bitor() method
64 fn bitor(self, other: Self) -> Self { in bitor() method
95 fn bitor(self, other: Self) -> Self { in bitor() method
131 fn bitor(self, other: Self) -> Self { in bitor() method
Denum-default-bitfield.rs18 fn bitor(self, other: Self) -> Self { in bitor() method
88 fn bitor(self, other: Self) -> Self { in bitor() method
128 fn bitor(self, other: Self) -> Self { in bitor() method
164 fn bitor(self, other: Self) -> Self { in bitor() method
Dissue-1198-alias-rust-bitfield-enum.rs20 fn bitor(self, other: Self) -> Self { in bitor() method
58 fn bitor(self, other: Self) -> Self { in bitor() method
Dbitfield-enum-repr-transparent.rs23 fn bitor(self, other: Self) -> Self { in bitor() method
Dbitfield-enum-repr-c.rs23 fn bitor(self, other: Self) -> Self { in bitor() method
Denum-doc-bitfield.rs38 fn bitor(self, other: Self) -> Self { in bitor() method
/third_party/musl/porting/liteos_m/kernel/include/
Diso646.h9 #define bitor | macro
/third_party/musl/porting/uniproton/kernel/include/
Diso646.h9 #define bitor | macro
/third_party/musl/ndk_musl_include/
Diso646.h9 #define bitor | macro
/third_party/musl/include/
Diso646.h9 #define bitor | macro
/third_party/rust/crates/quote/src/
Druntime.rs15 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() method
22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor() method
29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method
36 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method
/third_party/rust/crates/bindgen/bindgen/ir/
Dderive.rs126 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs40 fn bitor(self, other: Self) -> Self { in bitor() method
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dsizedness.rs81 fn bitor(self, rhs: SizednessResult) -> Self::Output { in bitor() method
Dhas_vtable.rs41 fn bitor(self, rhs: HasVtableResult) -> Self::Output { in bitor() method
Dmod.rs142 fn bitor(self, rhs: ConstrainResult) -> Self::Output { in bitor() method