Home
last modified time | relevance | path

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 DDWARFDebugLoc.cpp198 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 Dv8-exception.h81 * 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 Dv8-exception.h81 * 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 Dnode_errors.cc593 EnhanceFatalException enhance = CanContinue() ? in ~TryCatchScope()
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc857 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 DSROA.cpp2782 const bool CanContinue = [&]() {
2800 if (!CanContinue) {
/third_party/node/deps/v8/src/api/
H A Dapi.cc2893 bool v8::TryCatch::CanContinue() const { return can_continue_; } in CanContinue() function in v8::v8::TryCatch

Completed in 31 milliseconds