Searched refs:NonEmpty (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp85 std::condition_variable NonEmpty; member in class:__anon577::EventQueue
95 NonEmpty.notify_one();
103 // Since we might have missed all the prior notifications on NonEmpty we
110 NonEmpty.wait(L, [this]() { return !Events.empty(); });
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1043 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) {
1045 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty);

Completed in 214 milliseconds