Home
last modified time | relevance | path

Searched refs:p1_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h83 const path* p1_ = nullptr; member
87 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_()
98 switch (bool(p1_) + bool(p2_)) { in report() local
102 filesystem::__throw_filesystem_error(what, *p1_, ec); in report()
104 filesystem::__throw_filesystem_error(what, *p1_, *p2_, ec); in report()
116 switch (bool(p1_) + bool(p2_)) { in report_impl() local
120 filesystem::__throw_filesystem_error(what, *p1_, ec); in report_impl()
122 filesystem::__throw_filesystem_error(what, *p1_, *p2_, ec); in report_impl()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc3289 static void CompareAndIncrementCharPtrs() { ASSERT_STREQ(p1_++, p2_++); } in CompareAndIncrementCharPtrs()
3297 p1_ = s1_; in SingleEvaluationTest()
3305 static const char* p1_; member in __anon19f4cde20111::SingleEvaluationTest
3314 const char* SingleEvaluationTest::p1_; member in __anon19f4cde20111::SingleEvaluationTest
3324 EXPECT_EQ(s1_ + 1, p1_); in TEST_F()
3331 EXPECT_STRNE(p1_++, p2_++); in TEST_F()
3332 EXPECT_EQ(s1_ + 1, p1_); in TEST_F()
3336 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), "Ignoring case"); in TEST_F()
3337 EXPECT_EQ(s1_ + 2, p1_); in TEST_F()