Searched refs:CanContinue (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 198 bool CanContinue = true; 199 while (CanContinue && Data.isValidOffset(Offset)) { 203 CanContinue = dumpLocationList(&Offset, OS, BaseAddr, MRI, Obj, nullptr, 400 bool CanContinue = true; 401 while (CanContinue && Offset < StartOffset + Size) { 405 CanContinue = dumpLocationList(&Offset, OS, /*BaseAddr=*/None, MRI, Obj,
|
/third_party/node/deps/v8/include/ |
H A D | v8-exception.h | 81 * If CanContinue returns false, the correct action is to perform any C++ 82 * cleanup needed and then return. If CanContinue returns false and 86 bool CanContinue() const;
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-exception.h | 81 * If CanContinue returns false, the correct action is to perform any C++ 82 * cleanup needed and then return. If CanContinue returns false and 86 bool CanContinue() const;
|
/third_party/node/src/ |
H A D | node_errors.cc | 593 EnhanceFatalException enhance = CanContinue() ? in ~TryCatchScope()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | injected-script.cc | 857 if (tryCatch.HasTerminated() || !tryCatch.CanContinue()) { in wrapEvaluateResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2782 const bool CanContinue = [&]() { 2800 if (!CanContinue) {
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 2893 bool v8::TryCatch::CanContinue() const { return can_continue_; } in CanContinue() function in v8::v8::TryCatch
|
Completed in 31 milliseconds