Searched refs:IsCrash (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp495 bool IsCrash = false; local
522 IsCrash = CommandRes < 0 || CommandRes == 70;
524 IsCrash |= CommandRes == 3;
526 if (IsCrash) {
535 if (!UseNewCC1Process && IsCrash) {

Completed in 55 milliseconds