Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/release/
H A Dtest-release.sh482 KeepGoing="-k"
486 KeepGoing="-k 100"
490 if ! ( ${MAKE} -j $NumJobs $KeepGoing $Verbose check-all \
501 if ! ( ${MAKE} -j $NumJobs $KeepGoing $Verbose check \
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.h147 bool KeepGoing;
H A Dxray-graph.cpp511 F.KeepGoing = GraphKeepGoing; in __anon9d1b90150302()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1233 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
1234 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
1235 return KeepGoing; in noteFailure()