Searched refs:p1_ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 141 const path* p1_ = nullptr; 145 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { 156 switch (bool(p1_) + bool(p2_)) { in report() 160 __throw_filesystem_error(what, *p1_, ec); in report() 162 __throw_filesystem_error(what, *p1_, *p2_, ec); in report() 174 switch (bool(p1_) + bool(p2_)) { in report_impl() 178 __throw_filesystem_error(what, *p1_, ec); in report_impl() local 180 __throw_filesystem_error(what, *p1_, *p2_, ec); in report_impl() 143 const path* p1_ = nullptr; global() member 159 switch (bool(p1_) + bool(p2_)) { report() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 3240 static void CompareAndIncrementCharPtrs() { ASSERT_STREQ(p1_++, p2_++); } in CompareAndIncrementCharPtrs() 3248 p1_ = s1_; in SingleEvaluationTest() 3256 static const char* p1_; member in __anon19f4cde20111::SingleEvaluationTest 3265 const char* SingleEvaluationTest::p1_; member in __anon19f4cde20111::SingleEvaluationTest 3275 EXPECT_EQ(s1_ + 1, p1_); in TEST_F() 3282 EXPECT_STRNE(p1_++, p2_++); in TEST_F() 3283 EXPECT_EQ(s1_ + 1, p1_); in TEST_F() 3287 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), "Ignoring case"); in TEST_F() 3288 EXPECT_EQ(s1_ + 2, p1_); in TEST_F()
|