Searched refs:Constify (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/flang/include/flang/Common/ |
D | unwrap.h | 41 using Constify = std::conditional_t<std::is_const_v<B> && !std::is_const_v<A>, variable 50 static auto Unwrap(B &x) -> Constify<A, B> * { 60 static auto Unwrap(B *p) -> Constify<A, B> * { 69 static auto Unwrap(const std::unique_ptr<B> &p) -> Constify<A, B> * { 78 static auto Unwrap(const std::shared_ptr<B> &p) -> Constify<A, B> * { 87 static auto Unwrap(std::optional<B> &x) -> Constify<A, B> * { 96 static auto Unwrap(const std::optional<B> &x) -> Constify<A, B> * { 125 static auto Unwrap(const Reference<B> &ref) -> Constify<A, B> * { 130 static auto Unwrap(const Indirection<B, COPY> &p) -> Constify<A, B> * { 135 static auto Unwrap(const CountedReference<B> &p) -> Constify<A, B> * { [all …]
|
/external/rust/crates/bindgen/src/ir/ |
D | enum_ty.rs | 18 Constify, enumerator 115 Some(EnumVariantCustomBehavior::Constify) in from_ty() 296 .map_or(false, |b| b == EnumVariantCustomBehavior::Constify) in force_constification()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | fold.h | 50 auto UnwrapConstantValue(EXPR &expr) -> common::Constify<Constant<T>, EXPR> * {
|
D | tools.h | 149 auto UnwrapExpr(B &x) -> common::Constify<A, B> * {
|
/external/mesa3d/docs/relnotes/ |
D | 18.2.7.rst | 111 - gallium: Constify drisw_loader_funcs struct
|
D | 19.0.0.rst | 1013 - intel/fs: Constify fs_inst::can_do_source_mods(). 1931 - gallium: Constify drisw_loader_funcs struct
|
D | 20.0.0.rst | 693 - aco: Constify radv_nir_compiler_options in isel
|
D | 19.1.0.rst | 3808 - mesa: Constify static const array in api_arrayelt.c
|
D | 20.3.0.rst | 958 - panfrost: Constify the rt_fmts arg passed to pan_lower_framebuffer()
|
/external/libevent/ |
D | ChangeLog-1.4 | 109 o Constify struct timeval * where possible; pointed out by Forest Wilkinson
|
D | ChangeLog-2.0 | 646 o Constify a couple of arguments to evdns_server_request_add_*_reply (cc2379d)
|
/external/libabigail/ |
D | NEWS | 267 [dwarf-reader] Constify the first parameter of maybe_canonicalize_type 1009 Constify is_qualified_type()
|
D | ChangeLog | 244 Constify parameter. 454 (is_array_of_qualified_element): Constify the parameter. 459 * src/abg-ir.cc (is_array_of_qualified_element): Constify the 5481 [dwarf-reader] Constify the first parameter of maybe_canonicalize_type 17636 Constify is_qualified_type() 19091 Constify some diff-utils functor operators 27367 Constify some function parameters in abg-comp-filter.cc 28309 * src/abg-comparison.cc (noop_deleter::operator()): Constify the 29235 (get_translation_unit): Add an overload for decl_base&. Constify 30895 Constify function_decl::parameter::get_type_pretty_representation() [all …]
|
/external/libpcap/ |
D | CHANGES | 151 Constify first argument to pcap_findalldevs_ex()
|
/external/tcpdump/ |
D | CHANGES | 462 Constify some pointers and fix compiler warnings.
|
/external/elfutils/libdw/ |
D | ChangeLog | 2622 * libdwP.h (__libdw_read_address_inc): Constify.
|
/external/curl/ |
D | CHANGES | 5039 doh: Constify some input pointers
|
/external/strace/ |
D | ChangeLog | 43703 Constify count_syscall function. 43710 Constify tv_* functions.
|