Searched refs:test_is_pod (Results 1 – 2 of 2) sorted by relevance
17 void test_is_pod() in test_is_pod() function46 test_is_pod<int>(); in main()47 test_is_pod<double>(); in main()48 test_is_pod<int*>(); in main()49 test_is_pod<const int*>(); in main()50 test_is_pod<char[3]>(); in main()51 test_is_pod<char[]>(); in main()
221 def test_is_pod(): function