Searched refs:NonEmpty (Results 1 – 3 of 3) sorted by relevance
68 struct NonEmpty { struct73 NonEmpty a, b; argument
125 struct NonEmpty { int x; }; // trivial destructor, non-empty argument143 struct P : NonEmpty, A { ~P(); };
1081 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) { in checkPostObjCMessage() local1083 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty); in checkPostObjCMessage()