HomeSort by: relevance | last modified time | path
    Searched refs:NonEmpty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
DirectoryWatcher-linux.cpp 85 std::condition_variable NonEmpty;
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(); });
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 1043 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) {
1045 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty);

Completed in 16 milliseconds