/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | enum-default-bitfield.rs | 119 impl NoDebug { impls 120 pub const NoDebug1: NoDebug = NoDebug(0); 122 impl NoDebug { impls 123 pub const NoDebug2: NoDebug = NoDebug(1); 125 impl ::std::ops::BitOr<NoDebug> for NoDebug { 129 NoDebug(self.0 | other.0) in bitor() 132 impl ::std::ops::BitOrAssign for NoDebug { 154 pub struct NoDebug(pub ::std::os::raw::c_uint); global() structure names [all...] |
H A D | no_debug_allowlisted.rs | 10 pub struct NoDebug { structure names 15 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug() 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()
|
H A D | issue-648-derive-debug-with-padding.rs | 13 pub struct NoDebug { structure names 18 const UNINIT: ::std::mem::MaybeUninit<NoDebug> = in bindgen_test_layout_NoDebug() 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 { 51 impl ::std::cmp::PartialEq for NoDebug { 52 fn eq(&self, other: &NoDebug) [all...] |
H A D | no_debug_opaque.rs | 11 pub struct NoDebug { structure names 17 ::std::mem::size_of::<NoDebug>(), in bindgen_test_layout_NoDebug() 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()
|
H A 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; types
|
H A 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; types
|
H A D | enum-default-module.rs | 63 pub mod NoDebug { modules
|
H A D | enum-no-debug-rust.rs | 70 pub enum NoDebug { enum
|
H A D | enum-default-rust.rs | 70 pub enum NoDebug { enum
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | no_debug_allowlisted.hpp | 1 // bindgen-flags: --allowlist-type "NoDebug" --no-debug "NoDebug" 3 class NoDebug { class
|
H A D | no_debug_opaque.hpp | 1 // bindgen-flags: --opaque-type "NoDebug" --no-debug "NoDebug" 3 class NoDebug { class
|
H A D | no_debug_bypass_impl_debug.hpp | 1 // bindgen-flags: --no-debug "NoDebug" --impl-debug --rust-target 1.40 9 class NoDebug { class
|
H A D | issue-648-derive-debug-with-padding.h | 6 struct NoDebug { struct
|
H A D | enum.h | 22 enum NoDebug { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 52 // Don't attempt any lexical scope creation for a NoDebug compile unit. in initialize() 54 DICompileUnit::NoDebug) in initialize() 144 // Skip scopes inlined from a NoDebug compile unit. in getOrCreateLexicalScope() 146 DICompileUnit::NoDebug) in getOrCreateLexicalScope()
|
H A D | LiveDebugValues.cpp | 1630 // Skip functions from NoDebug compilation units. in runOnMachineFunction() 1632 DICompileUnit::NoDebug) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LexicalScopes.h | 51 DICompileUnit::NoDebug && in LexicalScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 180 if (EK == DICompileUnit::NoDebug) in hasDebugInfo()
|
H A D | DwarfDebug.cpp | 1073 assert(SP->getUnit()->getEmissionKind() != DICompileUnit::NoDebug); 1682 if (!SP || SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug) 1828 if (SP->getUnit()->getEmissionKind() == DICompileUnit::NoDebug)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Module.cpp | 380 ((*this)->getEmissionKind() == DICompileUnit::NoDebug))
|
H A 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/ |
H A 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/ |
H A 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/ |
H A D | DebugInfoMetadata.h | 1121 NoDebug = 0,
|