Home
last modified time | relevance | path

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

12

/third_party/rust/crates/libc/src/
Dmacros.rs181 ($($(#[$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/
Dv0.5.2.rst11 * 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/
Dgmock-function-mocker.h471 #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/
Dimpls.rs204 constness: _, in eq()
211 constness: _, in eq()
224 constness: _, in hash()
Dtokens.rs119 constness, in to_tokens()
123 constness.to_tokens(tokens); in to_tokens()
Dmod.rs265 pub constness: Option<Token![const]>, field
Dparse.rs579 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/
DVK_EXT_subpass_merge_feedback.adoc33 ** Fix structextends and constness issues.
DVK_KHR_video_queue.adoc76 ** Fix `pNext` constness of `VkPhysicalDeviceVideoFormatInfoKHR` and
/third_party/rust/crates/tracing/tracing-attributes/src/
Dexpand.rs40 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/
Deq.rs425 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/
Ditem.rs891 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/
Dexpand.rs1800 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/
Dclone.rs1771 constness: self.constness.clone(), in clone()
Deq.rs1701 self.constness == other.constness && self.asyncness == other.asyncness in eq()
Dfold.rs2817 constness: (node.constness).map(|it| Token![const](tokens_helper(f, &it.span))), in fold_signature()
Dhash.rs2251 self.constness.hash(state); in hash()
Ddebug.rs2404 formatter.field("constness", &self.constness); in fmt()
Dvisit_mut.rs3163 if let Some(it) = &mut node.constness { in visit_signature_mut()
Dvisit.rs3163 if let Some(it) = &node.constness { in visit_signature()
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp3858 JSONTEST_FIXTURE_LOCAL(IteratorTest, constness) { in JSONTEST_FIXTURE_LOCAL() argument
/third_party/ffmpeg/doc/
DAPIchanges3219 Change constness attributes of sws_scale() parameters.
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2001 - intel/fs: Fix constness of argument of
2005 - intel/vec4: Fix constness of vec4_instruction::reads_flag() and
D19.0.0.rst2070 - nir: fix constness in nir_intrinsic_align()
/third_party/rust/crates/syn/tests/debug/
Dgen.rs4398 if let Some(val) = &_val.constness { in fmt()

12