/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | bitfield-enum-basic.rs | 23 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
|
D | enum-default-bitfield.rs | 18 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
|
D | issue-1198-alias-rust-bitfield-enum.rs | 20 fn bitor(self, other: Self) -> Self { in bitor() method 58 fn bitor(self, other: Self) -> Self { in bitor() method
|
D | bitfield-enum-repr-transparent.rs | 23 fn bitor(self, other: Self) -> Self { in bitor() method
|
D | bitfield-enum-repr-c.rs | 23 fn bitor(self, other: Self) -> Self { in bitor() method
|
D | enum-doc-bitfield.rs | 38 fn bitor(self, other: Self) -> Self { in bitor() method
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ci/ |
D | d3d12-quick_shader.txt | 351 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/ |
D | runtime.rs | 15 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/ |
D | iso646.h | 9 #define bitor | macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | iso646.h | 9 #define bitor | macro
|
/third_party/musl/ndk_musl_include/ |
D | iso646.h | 9 #define bitor | macro
|
/third_party/musl/include/ |
D | iso646.h | 9 #define bitor | macro
|
/third_party/rust/crates/clap/src/ |
D | macros.rs | 601 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/ |
D | iso646.c | 12 C(0 bitor 1) in f()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | eval | 274 Evaluating 'bitor(42, 12)' 275 'bitor(42, 12)' -> 46.000000
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | derive.rs | 126 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | cxx.dict | 29 "bitor"
|
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/ |
D | all_defined.rs | 40 fn bitor(self, other: Self) -> Self { in bitor() method
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
D | has_vtable.rs | 41 fn bitor(self, rhs: HasVtableResult) -> Self::Output { in bitor() method
|
D | sizedness.rs | 81 fn bitor(self, rhs: SizednessResult) -> Self::Output { in bitor() method
|
D | mod.rs | 142 fn bitor(self, rhs: ConstrainResult) -> Self::Output { in bitor() method
|
/third_party/rust/crates/bitflags/src/ |
D | lib.rs | 731 fn bitor(self, other: $BitFlags) -> Self {
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/ |
D | mod.rs | 1616 impl_fmt_span_bit_op!(BitOr, bitor, |);
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 800 @item bitor(x, y)
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 2962 fn bitor(self, other: Self) -> Self { in build()
|