Home
last modified time | relevance | path

Searched refs:unqual (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d9760 ref @trusted unqual(T)(ref T x){return cast() x;}
9766 this.values[i] = unqual(values[i]);
9893 ref @trusted unqual(ref T x){return cast() x;}
9896 this._value = unqual(value);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c10212 tree unqual = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type)); in build_ptrmemfunc_type() local
10213 return cp_build_qualified_type (unqual, quals); in build_ptrmemfunc_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc10851 tree unqual = build_ptrmemfunc_type (TYPE_MAIN_VARIANT (type)); in build_ptrmemfunc_type() local
10852 return cp_build_qualified_type (unqual, quals); in build_ptrmemfunc_type()