Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.compare.pass.cpp77 static inline int normalize_ret(int ret) in normalize_ret() function
97 int ret1 = normalize_ret(p1.compare(p2)); in test_compare_basic()
98 int ret2 = normalize_ret(p1.compare(R)); in test_compare_basic()
99 int ret3 = normalize_ret(p1.compare(Ptr)); in test_compare_basic()
100 int ret4 = normalize_ret(p1.compare(RV)); in test_compare_basic()
182 const int GotCmp = normalize_ret(LHS.compare(RHS)); in test_compare_elements()