HomeSort by: relevance | last modified time | path
    Searched refs:MayThrow (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/
assert_fail.d 445 static struct MayThrow
456 test(MayThrow(0), MayThrow(1), `Some message != <toString() failed: "Error", called on MayThrow(1)>`);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp 51 return MayThrow;
59 MayThrow = HeaderMayThrow;
67 (BB != BBE) && !MayThrow; ++BB)
68 MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(*BB);
78 return MayThrow;
85 MayThrow = false;
89 MayThrow = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h 111 bool MayThrow = false; // The current loop contains an instruction which
133 bool MayThrow = false; // The current loop contains an instruction which
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1130 !WebAssembly::mayThrow(MI))
1196 bool MayThrow = WebAssembly::mayThrow(MI);
1201 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB)
1211 else if (EHPadStack.empty() || !MayThrow) {

Completed in 26 milliseconds