Home | History | Annotate | Download | only in src

Lines Matching refs:condition

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