/third_party/rust/crates/libc/src/ |
D | macros.rs | 181 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 188 pub $($constness)* unsafe extern fn $i($($arg: $argty),* 196 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 203 pub $($constness)* extern fn $i($($arg: $argty),* 211 ($($(#[$attr:meta])* $({$constness:ident})* fn $i:ident( 218 $($constness)* fn $i($($arg: $argty),* 227 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 242 ($($(#[$attr:meta])* pub $({$constness:ident})* fn $i:ident( 257 ($($(#[$attr:meta])* $({$constness:ident})* fn $i:ident(
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.2.rst | 11 * better tracking and handling of expression constness 64 * constexpr: introduce additional expression constness tracking flags 66 * constexpr: examine constness of casts at evaluation only 67 * constexpr: examine constness of binops and alike at evaluation only 68 * constexpr: examine constness of preops at evaluation only 69 * constexpr: examine constness of conditionals at evaluation only 72 * constexpr: check static storage duration objects' intializers' constness 79 * constexpr: examine constness of __builtin_offsetof at evaluation only
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-function-mocker.h | 471 #define GMOCK_INTERNAL_MOCK_METHODN(constness, ct, Method, args_num, ...) \ argument 475 args_num, Method, GMOCK_PP_NARG0(constness), 0, 0, , ct, , \ 478 #define GMOCK_MOCKER_(arity, constness, Method) \ argument 479 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
|
/third_party/rust/crates/cxx/syntax/ |
D | impls.rs | 204 constness: _, in eq() 211 constness: _, in eq() 224 constness: _, in hash()
|
D | tokens.rs | 119 constness, in to_tokens() 123 constness.to_tokens(tokens); in to_tokens()
|
D | mod.rs | 265 pub constness: Option<Token![const]>, field
|
D | parse.rs | 579 if foreign_fn.sig.constness.is_some() { in parse_extern_fn() 1205 let constness = ty.const_token; in parse_type_ptr() localVariable 1215 constness, in parse_type_ptr()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_subpass_merge_feedback.adoc | 33 ** Fix structextends and constness issues.
|
D | VK_KHR_video_queue.adoc | 76 ** Fix `pNext` constness of `VkPhysicalDeviceVideoFormatInfoKHR` and
|
/third_party/rust/crates/tracing/tracing-attributes/src/ |
D | expand.rs | 40 constness, in gen_function() 92 #vis #constness #unsafety #asyncness #abi fn #ident<#gen_params>(#params) #output in gen_function()
|
/third_party/rust/crates/syn/tests/common/ |
D | eq.rs | 425 spanless_eq_struct!(FnHeader; constness asyncness unsafety ext); 431 spanless_eq_struct!(Impl; defaultness unsafety generics constness polarity of_trait self_ty items);
|
/third_party/rust/crates/syn/src/ |
D | item.rs | 891 pub constness: Option<Token![const]>, 1503 let constness: Option<Token![const]> = input.parse()?; in parse() localVariable 1520 constness, in parse() 3276 self.constness.to_tokens(tokens); in to_tokens()
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 1800 let constness = ty.constness; in expand_extern_type() localVariable 1801 quote!(#star #mutability #constness ::cxx::core::ffi::c_void) in expand_extern_type()
|
/third_party/rust/crates/syn/src/gen/ |
D | clone.rs | 1771 constness: self.constness.clone(), in clone()
|
D | eq.rs | 1701 self.constness == other.constness && self.asyncness == other.asyncness in eq()
|
D | fold.rs | 2817 constness: (node.constness).map(|it| Token![const](tokens_helper(f, &it.span))), in fold_signature()
|
D | hash.rs | 2251 self.constness.hash(state); in hash()
|
D | debug.rs | 2404 formatter.field("constness", &self.constness); in fmt()
|
D | visit_mut.rs | 3163 if let Some(it) = &mut node.constness { in visit_signature_mut()
|
D | visit.rs | 3163 if let Some(it) = &node.constness { in visit_signature()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 3858 JSONTEST_FIXTURE_LOCAL(IteratorTest, constness) { in JSONTEST_FIXTURE_LOCAL() argument
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3219 Change constness attributes of sws_scale() parameters.
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 2001 - intel/fs: Fix constness of argument of 2005 - intel/vec4: Fix constness of vec4_instruction::reads_flag() and
|
D | 19.0.0.rst | 2070 - nir: fix constness in nir_intrinsic_align()
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 4398 if let Some(val) = &_val.constness { in fmt()
|