Home
last modified time | relevance | path

Searched refs:Constify (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Dunwrap.h41 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/
Denum_ty.rs18 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/
Dfold.h50 auto UnwrapConstantValue(EXPR &expr) -> common::Constify<Constant<T>, EXPR> * {
Dtools.h149 auto UnwrapExpr(B &x) -> common::Constify<A, B> * {
/external/mesa3d/docs/relnotes/
D18.2.7.rst111 - gallium: Constify drisw_loader_funcs struct
D19.0.0.rst1013 - intel/fs: Constify fs_inst::can_do_source_mods().
1931 - gallium: Constify drisw_loader_funcs struct
D20.0.0.rst693 - aco: Constify radv_nir_compiler_options in isel
D19.1.0.rst3808 - mesa: Constify static const array in api_arrayelt.c
D20.3.0.rst958 - panfrost: Constify the rt_fmts arg passed to pan_lower_framebuffer()
/external/libevent/
DChangeLog-1.4109 o Constify struct timeval * where possible; pointed out by Forest Wilkinson
DChangeLog-2.0646 o Constify a couple of arguments to evdns_server_request_add_*_reply (cc2379d)
/external/libabigail/
DNEWS267 [dwarf-reader] Constify the first parameter of maybe_canonicalize_type
1009 Constify is_qualified_type()
DChangeLog244 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/
DCHANGES151 Constify first argument to pcap_findalldevs_ex()
/external/tcpdump/
DCHANGES462 Constify some pointers and fix compiler warnings.
/external/elfutils/libdw/
DChangeLog2622 * libdwP.h (__libdw_read_address_inc): Constify.
/external/curl/
DCHANGES5039 doh: Constify some input pointers
/external/strace/
DChangeLog43703 Constify count_syscall function.
43710 Constify tv_* functions.