Home
last modified time | relevance | path

Searched refs:KeepGoing (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dtest-release.sh428 KeepGoing="-k"
432 KeepGoing="-k 100"
436 if ! ( ${MAKE} -j $NumJobs $KeepGoing check-all \
446 if ! ( ${MAKE} -j $NumJobs $KeepGoing check \
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.h147 bool KeepGoing;
H A Dxray-graph.cpp508 F.KeepGoing = GraphKeepGoing; in __anona86fd5d30302()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1234 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
1235 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
1236 return KeepGoing; in noteFailure()