/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-default-bitfield.rs | 119 impl NoDebug { implementation 120 pub const NoDebug1: NoDebug = NoDebug(0); 122 impl NoDebug { impl 123 pub const NoDebug2: NoDebug = NoDebug(1); 125 impl ::std::ops::BitOr<NoDebug> for NoDebug { implementation 129 NoDebug(self.0 | other.0) in bitor() 132 impl ::std::ops::BitOrAssign for NoDebug { implementation 134 fn bitor_assign(&mut self, rhs: NoDebug) { in bitor_assign() argument 138 impl ::std::ops::BitAnd<NoDebug> for NoDebug { implementation 142 NoDebug(self.0 & other.0) in bitand() [all …]
|
D | issue-648-derive-debug-with-padding.rs | 13 pub struct NoDebug { struct 18 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug() argument 22 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 24 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug() 27 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 29 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug() 36 stringify!(NoDebug), in bindgen_test_layout_NoDebug() 42 impl Default for NoDebug { implementation 51 impl ::std::cmp::PartialEq for NoDebug { implementation 52 fn eq(&self, other: &NoDebug) -> bool { in eq()
|
D | no_debug_allowlisted.rs | 10 pub struct NoDebug { struct 15 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug() argument 19 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 21 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug() 24 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 26 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug() 33 stringify!(NoDebug), in bindgen_test_layout_NoDebug()
|
D | no_debug_opaque.rs | 11 pub struct NoDebug { struct 17 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug() argument 19 concat!("Size of: ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug() 22 ::std::mem::align_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 24 concat!("Alignment of ", stringify!(NoDebug)) in bindgen_test_layout_NoDebug()
|
D | enum-default-consts.rs | 59 pub const NoDebug_NoDebug1: NoDebug = 0; 60 pub const NoDebug_NoDebug2: NoDebug = 1; 62 pub type NoDebug = ::std::os::raw::c_uint; typedef
|
D | enum.rs | 57 pub const NoDebug_NoDebug1: NoDebug = 0; 58 pub const NoDebug_NoDebug2: NoDebug = 1; 60 pub type NoDebug = ::std::os::raw::c_uint; typedef
|
D | no_debug_bypass_impl_debug.rs | 28 pub struct NoDebug<T> { struct 32 impl<T> Default for NoDebug<T> { argument
|
D | enum-default-module.rs | 63 pub mod NoDebug { module
|
D | enum-no-debug-rust.rs | 70 pub enum NoDebug { enum
|
D | enum-default-rust.rs | 70 pub enum NoDebug { enum
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | no_debug_allowlisted.hpp | 3 class NoDebug { class
|
D | no_debug_opaque.hpp | 3 class NoDebug { class
|
D | no_debug_bypass_impl_debug.hpp | 9 class NoDebug { class
|
D | issue-648-derive-debug-with-padding.h | 6 struct NoDebug { struct
|
D | enum.h | 22 enum NoDebug { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 54 DICompileUnit::NoDebug) in initialize() 146 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
|
D | LiveDebugValues.cpp | 1632 DICompileUnit::NoDebug) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 51 DICompileUnit::NoDebug && in LexicalScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 180 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
|
D | DwarfDebug.cpp | 1073 assert(SP->getUnit()->getEmissionKind() != DICompileUnit::NoDebug); in finishSubprogramDefinitions() 1682 if (!SP || SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug) in beginInstruction() 1828 if (SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug) in beginFunctionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 380 ((*this)->getEmissionKind() == DICompileUnit::NoDebug)) in SkipNoDebugCUs()
|
D | DebugInfoMetadata.cpp | 545 .Case("NoDebug", NoDebug) in getEmissionKind() 563 case NoDebug: return "NoDebug"; in emissionKindString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 851 if (Unit->getEmissionKind() == DICompileUnit::NoDebug) { in beginFunctionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 864 case DICompileUnit::NoDebug: in emitHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1121 NoDebug = 0, enumerator
|