Always returns false.
| 7250 | |
| 7251 | // Always returns false. |
| 7252 | inline bool AlwaysFalse() { return !AlwaysTrue(); } |
| 7253 | |
| 7254 | // Helper for suppressing false warning from Clang on a const char* |
| 7255 | // variable declared in a conditional expression always being NULL in |
no test coverage detected