Home | History | Annotate | Download | only in src

Lines Matching refs:condition

511 // This function is useful as an __except condition.
1482 // This function should not be called when the condition is
4648 bool IsTrue(bool condition) { return condition; }
4652 // This condition is always false so AlwaysTrue() never actually throws,