Searched refs:NonEmpty (Results 1 – 5 of 5) sorted by relevance
120 struct NonEmpty { struct125 NonEmpty a, b; argument
150 struct NonEmpty { struct154 struct NonEmptyDer : NonEmpty {
86 std::condition_variable NonEmpty; member in __anon93fcd25b0111::EventQueue96 NonEmpty.notify_one(); in push_back()111 NonEmpty.wait(L, [this]() { return !Events.empty(); }); in pop_front_blocking()
148 struct NonEmpty { int x; }; // trivial destructor, non-empty argument166 struct P : NonEmpty, A { ~P(); };
1041 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) { in checkPostObjCMessage() local1043 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty); in checkPostObjCMessage()