Home
last modified time | relevance | path

Searched defs:_Up (Results 1 – 25 of 69) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h102 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
118 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Dnested_exception.h102 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
118 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dmove.h28 typedef _LIBCPP_NODEBUG_TYPE typename remove_reference<_Tp>::type _Up; in move() typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__utility/
H A Dmove.h25 typedef _LIBCPP_NODEBUG typename remove_reference<_Tp>::type _Up; in move() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dmove.h28 typedef _LIBCPP_NODEBUG_TYPE typename remove_reference<_Tp>::type _Up; in move() typedef
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__utility/
H A Dmove.h28 typedef _LIBCPP_NODEBUG_TYPE typename remove_reference<_Tp>::type _Up; in move() typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__utility/
H A Dmove.h28 typedef _LIBCPP_NODEBUG_TYPE typename remove_reference<_Tp>::type _Up; in move() typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__utility/
H A Dmove.h28 typedef _LIBCPP_NODEBUG_TYPE typename remove_reference<_Tp>::type _Up; in move() typedef

123