/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 1736 (comp_ptr_ttypes_real): Don't check cv-quals of ARRAY_TYPEs. Use 2167 Don't propagate cv-qualified types. Return 0, so we find all template 3163 (unify) [TEMPLATE_PARM_INDEX]: Ignore cv-quals. 3660 * pt.c (listify_autos): use non cv qualified auto_node in 4474 * semantics.c (finish_non_static_data_member): Use object cv-quals 4524 is a prvalue of non-class type, use the cv-unqualified type.
|
H A D | ChangeLog-1998 | 2407 (comp_target_types): From here. Don't allow cv-qual changes under 2638 * decl.c (grokdeclarator): Allow anonymous types to be cv-qualified. 3760 * typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons. 4096 * decl.c (grokdeclarator): Don't give a cv-qualified version of an 5141 * typeck2.c (process_init_constructor): Don't strip cv-qualifiers 5739 cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN. 5788 * pt.c (unify): Don't allow reduced cv-quals when strict.
|
H A D | ChangeLog-2002 | 3047 cv-qualified reference types. 3127 * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals. 3153 * typeck.c (merge_types): Remember the cv-qualification of pointer 3895 * mangle.c (write_function_type): Write cv-quals for member
|
H A D | ChangeLog-2005 | 1322 * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers 1900 * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on 2967 Don't complain about creating cv-qualified function types.
|
H A D | ChangeLog-2009 | 733 * method.c (do_build_copy_constructor): Don't drop cv-quals from 780 * call.c (build_call_a): Strip cv-quals from rvalue result. 3075 (grokdeclarator): Allow function cv-quals on a template type arg.
|
H A D | ChangeLog-2004 | 3353 cv qualifier. 5442 cv-qualifier unification. 5620 cv-qualification between the type named by the 6013 class types which result in differently cv-qualified type
|
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | typecons.d | 1624 const V cv; 1629 foreach (v1; AliasSeq!(mv, cv, iv, wv, wcv)) 1630 foreach (v2; AliasSeq!(mv, cv, iv, wv, wcv))
|
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1068 func (v Value) SetInitializer(cv Value) { C.LLVMSetInitializer(v.C, cv.C) }
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | simplify-rtx.c | 6045 rtx cv = XEXP (op0, 1); in simplify_ternary_operation() local 6048 if (!CONST_VECTOR_NUNITS (cv).is_constant (&nunits)) in simplify_ternary_operation() 6052 if (CONST_VECTOR_ELT (cv, i) != const0_rtx) in simplify_ternary_operation()
|
H A D | simplify-rtx.cc | 6575 rtx cv = XEXP (op0, 1); in simplify_ternary_operation() local 6578 if (!CONST_VECTOR_NUNITS (cv).is_constant (&nunits)) in simplify_ternary_operation() 6582 if (CONST_VECTOR_ELT (cv, i) != const0_rtx) in simplify_ternary_operation()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | simplify-rtx.c | 6045 rtx cv = XEXP (op0, 1); in simplify_ternary_operation() local 6048 if (!CONST_VECTOR_NUNITS (cv).is_constant (&nunits)) in simplify_ternary_operation() 6052 if (CONST_VECTOR_ELT (cv, i) != const0_rtx) in simplify_ternary_operation()
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 25040 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25045 @code{true}, else if @code{type} is a cv-qualified class or union type 25048 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25056 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25063 a cv-qualified class or union type with a trivial copy assignment 25065 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25070 type then the trait is @code{true}, else if @code{type} is a cv class 25081 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25107 Top-level cv-qualifications of @code{base_type} and 25116 If @code{type} is a cv-qualified class type, and not a union type [all …]
|
H A D | generic.texi | 341 The following functions and macros deal with cv-qualification of types: 2032 statements; they have no cv-qualifiers, outputs, inputs, or clobbers. 2812 The following functions and macros deal with cv-qualification of types: 2833 @emph{not} @code{volatile}-qualified; other cv-qualifiers are ignored as
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 25040 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25045 @code{true}, else if @code{type} is a cv-qualified class or union type 25048 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25056 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25063 a cv-qualified class or union type with a trivial copy assignment 25065 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25070 type then the trait is @code{true}, else if @code{type} is a cv class 25081 Requires: @code{type} shall be a complete type, (possibly cv-qualified) 25107 Top-level cv-qualifications of @code{base_type} and 25116 If @code{type} is a cv-qualified class type, and not a union type [all …]
|
H A D | generic.texi | 340 The following functions and macros deal with cv-qualification of types: 1980 statements; they have no cv-qualifiers, outputs, inputs, or clobbers. 2755 The following functions and macros deal with cv-qualification of types: 2776 @emph{not} @code{volatile}-qualified; other cv-qualifiers are ignored as
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 1648 // Utility for constructing identically cv-qualified types. 3227 /// Remove references and cv-qualifiers.
|
/netbsd/external/bsd/ntp/dist/ntpq/ |
H A D | ntpq-opts.def | 451 .It Ic cv Oo Ar associd Oc Oo Ar name Ns Oo \&= Ns Ar value Oc Ns Oc Ns Op ,...
|
H A D | invoke-ntpq.texi | 340 @item @code{cv} @code{[@kbd{associd}]} @code{[@kbd{name}@code{[=@kbd{value}]}]}@code{[,...]}
|
/netbsd/usr.sbin/makemandb/ |
H A D | nostem.txt | 662 cv
|
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/ |
H A D | dtrace.c | 18912 kcondvar_t cv; member 18929 error = cv_timedwait(&w->cv, &w->lock, w->interval); 18949 cv_init(&w->cv, "dtrace"); 18968 cv_signal(&w->cv); 18972 cv_destroy(&w->cv);
|
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | typecons.d | 1957 const V cv; 1962 static foreach (v1; AliasSeq!(mv, cv, iv, wv, wcv)) 1963 static foreach (v2; AliasSeq!(mv, cv, iv, wv, wcv))
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 1679 // Utility for constructing identically cv-qualified types. 3336 /** * Remove references and cv-qualifiers.
|
/netbsd/external/mit/xorg/lib/xkeyboard-config/rules/ |
H A D | base.lst | 647 cv ru: Chuvash
|
H A D | evdev.lst | 647 cv ru: Chuvash
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 390 * include/bits/shared_ptr_base.h: Real fix for cv-qualified types. 427 * include/bits/shared_ptr_base.h: Cast away cv-quals. 1165 combination of cv-qualified and ref-qualified member function. 5727 cv-qualifier and size. 6209 * include/std/tuple (tuple_size<cv _Tp>): Implement LWG 2313. 6221 (tuple_size<cv _Tp>): Use __cv_tuple_size.
|