Home
last modified time | relevance | path

Searched refs:bitor (Results 1 – 25 of 26) sorted by relevance

12

/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/mesa3d/src/gallium/drivers/d3d12/ci/
Dd3d12-quick_shader.txt351 spec/arb_gpu_shader_int64/execution/built-in-functions/cs-op-bitor-int64_t-int64_t: skip
352 spec/arb_gpu_shader_int64/execution/built-in-functions/cs-op-bitor-uint64_t-uint64_t: skip
1809 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-int-int: skip
1810 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec2-int: skip
1811 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec2-ivec2: skip
1812 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec3-int: skip
1813 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec3-ivec3: skip
1814 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec4-int: skip
1815 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-ivec4-ivec4: skip
1816 spec/glsl-4.30/execution/built-in-functions/cs-op-assign-bitor-uint-uint: skip
[all …]
/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/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/clap/src/
Dmacros.rs601 fn bitor(mut self, rhs: Self) -> Self::Output {
618 fn bitor(mut self, rhs: $settings) -> Self::Output {
627 fn bitor(self, rhs: Self) -> Self::Output {
/third_party/musl/libc-test/src/api/
Diso646.c12 C(0 bitor 1) in f()
/third_party/ffmpeg/tests/ref/fate/
Deval274 Evaluating 'bitor(42, 12)'
275 'bitor(42, 12)' -> 46.000000
/third_party/rust/crates/bindgen/bindgen/ir/
Dderive.rs126 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
/third_party/json/test/thirdparty/Fuzzer/
Dcxx.dict29 "bitor"
/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/
Dhas_vtable.rs41 fn bitor(self, rhs: HasVtableResult) -> Self::Output { in bitor() method
Dsizedness.rs81 fn bitor(self, rhs: SizednessResult) -> Self::Output { in bitor() method
Dmod.rs142 fn bitor(self, rhs: ConstrainResult) -> Self::Output { in bitor() method
/third_party/rust/crates/bitflags/src/
Dlib.rs731 fn bitor(self, other: $BitFlags) -> Self {
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/
Dmod.rs1616 impl_fmt_span_bit_op!(BitOr, bitor, |);
/third_party/ffmpeg/doc/
Dutils.texi800 @item bitor(x, y)
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2962 fn bitor(self, other: Self) -> Self { in build()

12