Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h147 bool KeepGoing;
H A Dxray-graph.cpp511 F.KeepGoing = GraphKeepGoing; in __anon2ae10c7e0302()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1286 bool KeepGoing = keepEvaluatingAfterFailure(); in noteFailure() local
1287 EvalStatus.HasSideEffects |= KeepGoing; in noteFailure()
1288 return KeepGoing; in noteFailure()