Searched refs:test_with_modofiers (Results 1 – 1 of 1) sorted by relevance
96 static void test_with_modofiers() { in test_with_modofiers() function137 test_with_modofiers<int, const int>(); in type_id_storing_modifiers()138 test_with_modofiers<int, const int&>(); in type_id_storing_modifiers()139 test_with_modofiers<int, int&>(); in type_id_storing_modifiers()140 test_with_modofiers<int, volatile int>(); in type_id_storing_modifiers()141 test_with_modofiers<int, volatile int&>(); in type_id_storing_modifiers()142 test_with_modofiers<int, const volatile int>(); in type_id_storing_modifiers()143 test_with_modofiers<int, const volatile int&>(); in type_id_storing_modifiers()145 test_with_modofiers<const int, int>(); in type_id_storing_modifiers()146 test_with_modofiers<const int, const int&>(); in type_id_storing_modifiers()[all …]