Always returns false.
| 7618 | |
| 7619 | // Always returns false. |
| 7620 | inline bool AlwaysFalse() { return !AlwaysTrue(); } |
| 7621 | |
| 7622 | // Helper for suppressing false warning from Clang on a const char* |
| 7623 | // variable declared in a conditional expression always being NULL in |
no test coverage detected