Searched refs:p_null (Results 1 – 4 of 4) sorted by relevance
247 const void* p_null = nullptr; in TEST_F() local248 const void* p_not_null = &p_null; in TEST_F()249 DCHECK_EQ(p_null, nullptr); in TEST_F()250 DCHECK_EQ(nullptr, p_null); in TEST_F()
74 PermutationMatrix<Dynamic> p, p_null; in sparse_permutations() local111 VERIFY( is_sorted( res = mat.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations()115 VERIFY( is_sorted( res = mat.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations()120 VERIFY( is_sorted( res = up.template selfadjointView<Upper>().twistedBy(p_null) )); in sparse_permutations()124 VERIFY( is_sorted( res = lo.template selfadjointView<Lower>().twistedBy(p_null) )); in sparse_permutations()
473 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null;475 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);534 PermutationMatrix<Dynamic,Dynamic,StorageIndex> p_null;536 …trix.template selfadjointView<Upper>() = matrix.template selfadjointView<UpLo>().twistedBy(p_null);
208 volatile int *p_null; // external linkage, so GCC can't tell that it variable211 *p_null = 1; in DoNullPointerDereference()