Lines Matching refs:coin
119 int coin();
122 C c(0, 0, coin()); // expected-note{{Calling constructor for 'C'}} in use_other_constructor()
149 if (coin()) // expected-note{{Assuming the condition is true}} in pointerreference()
190 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitialize()
214 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitialize()
232 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitialize()
255 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitializeWithParent()
278 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitializeIndirectly()
301 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitializeIndirectly()
324 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitializeIndirectly()
350 if (coin()) // expected-note{{Assuming the condition is false}} in maybeInitializeHasField()