Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h40 …constexpr AssertionInfoMatcher() : is_empty_(true), msg_(any_msg, __builtin_strlen(any_msg)), file… in AssertionInfoMatcher()
42 …: is_empty_(false), msg_(msg, __builtin_strlen(msg)), file_(file, __builtin_strlen(file)), line_(l… in is_empty_() function
62 bool empty() const { return is_empty_; } in empty()
99 bool is_empty_;