Home
last modified time | relevance | path

Searched refs:get_origin_name (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
649 T::dump_header (mem_location::get_origin_name (origin)); in dump()
655 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
649 T::dump_header (mem_location::get_origin_name (origin)); in dump()
655 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
649 T::dump_header (mem_location::get_origin_name (origin)); in dump()
655 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dmem-stats.h109 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
642 T::dump_header (mem_location::get_origin_name (origin)); in dump()
648 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
625 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
625 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmem-stats.h108 get_origin_name (mem_alloc_origin origin) in get_origin_name() function
640 T::dump_header (mem_location::get_origin_name (origin)); in dump()
/dports/science/ALPSCore/ALPSCore-2.2.0/params/include/alps/params/
H A Dparams_impl.hpp163 inline std::string params::get_origin_name() const in get_origin_name() function in alps::params_ns::params
/dports/science/ALPSCore/ALPSCore-2.2.0/params/include/alps/
H A Dparams.hpp165 std::string get_origin_name() const ALPS_DEPRECATED;
/dports/science/ALPSCore/ALPSCore-2.2.0/params/test/old/
H A Dcommon_param_tests.hpp531 EXPECT_EQ(expected_origin_name,param.get_origin_name()); in origin_name()