Searched refs:NonEmpty (Results 1 – 5 of 5) sorted by relevance
120 struct NonEmpty { struct125 NonEmpty a, b; argument
128 struct NonEmpty { int x; }; // trivial destructor, non-empty argument146 struct P : NonEmpty, A { ~P(); };
24 TEST(String16Test, NonEmpty) { in TEST() argument
287 const MachineBasicBlock *NonEmpty = MBB.empty() ? MBB.getFallThrough() : &MBB; in runOnMachineFunction() local288 const DebugLoc &DL = NonEmpty->front().getDebugLoc(); in runOnMachineFunction()
1073 if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) { in checkPostObjCMessage() local1075 State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty); in checkPostObjCMessage()