/external/llvm-project/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 29 #define bitor macro 114 bitor
|
D | cxx_bitor.cpp | 6 #if A bitor B
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 29 #define bitor macro 114 bitor
|
D | cxx_bitor.cpp | 6 #if A bitor B
|
/external/llvm-project/clang/test/Parser/ |
D | message-expr-alt-op.mm | 8 bitor:(int)e 27 bitor:0
|
D | cxx0x-attributes.cpp | 50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,… 373 [[attr_name, attr_name_2(bitor), attr_name_3(com, pl)]] int macro_attrs; // expected-warning {{unkn…
|
/external/clang/lib/Headers/ |
D | iso646.h | 33 #define bitor | macro
|
/external/llvm-project/clang/lib/Headers/ |
D | iso646.h | 17 #define bitor | macro
|
/external/rust/crates/quote/src/ |
D | runtime.rs | 12 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor() method 19 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor() method 26 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method 33 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() method
|
/external/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/ |
D | main.c | 12 int bitor = 1; in main() local
|
/external/rust/crates/bindgen/src/ir/ |
D | derive.rs | 126 fn bitor(self, rhs: Self) -> Self::Output { in bitor() method
|
/external/rust/crates/tokio/src/io/driver/ |
D | interest.rs | 96 fn bitor(self, other: Self) -> Self { in bitor() method
|
D | ready.rs | 200 fn bitor(self, other: Ready) -> Ready { in bitor() method
|
/external/llvm/lib/Fuzzer/ |
D | cxx.dict | 29 "bitor"
|
/external/clang/test/Parser/ |
D | cxx0x-attributes.cpp | 50 [[,,,static, class, namespace,, inline, constexpr, mutable,, bitand, bitor::compl(!.*_ Cx.!U^*R),,,… 364 [[attr_name, attr_name_2(bitor), attr_name_3(com, pl)]] int macro_attrs; // expected-warning {{unkn…
|
/external/rust/crates/ahash/src/ |
D | hash_set.rs | 110 fn bitor(self, rhs: &AHashSet<T, S>) -> AHashSet<T, S> { in bitor() function 111 AHashSet(self.0.bitor(&rhs.0)) in bitor()
|
/external/llvm-project/lldb/test/API/lang/objc/cpp_keyword_identifiers/ |
D | main.m | 12 int bitor = 1;
|
/external/rust/crates/mio/src/ |
D | interest.rs | 122 fn bitor(self, other: Self) -> Self { in bitor() method
|
/external/crosvm/vm_memory/src/ |
D | guest_address.rs | 69 fn bitor(self, other: u64) -> GuestAddress { in bitor() method
|
/external/rust/crates/ppv-lite86/src/ |
D | soft.rs | 92 fwd_binop_x2!(BitOr, bitor); 275 fwd_binop_x4!(BitOr, bitor);
|
/external/rust/crates/bindgen/src/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
|
/external/rust/crates/clap/src/app/ |
D | settings.rs | 60 fn bitor(self, rhs: Self) -> Self { in bitor() method
|
/external/rust/crates/ppv-lite86/src/x86_64/ |
D | sse2.rs | 123 impl_binop!($vec, BitOr, bitor, _mm_or_si128); 126 impl_binop_assign!($vec, BitOrAssign, bitor_assign, bitor); 1565 impl_assign!(u32x4x4_avx2, BitOrAssign, bitor_assign, bitor); 1583 impl_bitop_x2!(u32x4x4_avx2, BitOr, bitor, _mm256_or_si256);
|