Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Denum-default-bitfield.rs119 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 …]
Dissue-648-derive-debug-with-padding.rs13 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()
Dno_debug_allowlisted.rs10 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()
Dno_debug_opaque.rs11 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()
Denum-default-consts.rs59 pub const NoDebug_NoDebug1: NoDebug = 0;
60 pub const NoDebug_NoDebug2: NoDebug = 1;
62 pub type NoDebug = ::std::os::raw::c_uint; typedef
Denum.rs57 pub const NoDebug_NoDebug1: NoDebug = 0;
58 pub const NoDebug_NoDebug2: NoDebug = 1;
60 pub type NoDebug = ::std::os::raw::c_uint; typedef
Dno_debug_bypass_impl_debug.rs28 pub struct NoDebug<T> { struct
32 impl<T> Default for NoDebug<T> { argument
Denum-default-module.rs63 pub mod NoDebug { module
Denum-no-debug-rust.rs70 pub enum NoDebug { enum
Denum-default-rust.rs70 pub enum NoDebug { enum
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dno_debug_allowlisted.hpp3 class NoDebug { class
Dno_debug_opaque.hpp3 class NoDebug { class
Dno_debug_bypass_impl_debug.hpp9 class NoDebug { class
Dissue-648-derive-debug-with-padding.h6 struct NoDebug { struct
Denum.h22 enum NoDebug { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp54 DICompileUnit::NoDebug) in initialize()
146 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
DLiveDebugValues.cpp1632 DICompileUnit::NoDebug) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h51 DICompileUnit::NoDebug && in LexicalScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp180 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
DDwarfDebug.cpp1073 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/
DModule.cpp380 ((*this)->getEmissionKind() == DICompileUnit::NoDebug)) in SkipNoDebugCUs()
DDebugInfoMetadata.cpp545 .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/
DBTFDebug.cpp851 if (Unit->getEmissionKind() == DICompileUnit::NoDebug) { in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp864 case DICompileUnit::NoDebug: in emitHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1121 NoDebug = 0, enumerator