Home
last modified time | relevance | path

Searched defs:ExceptionHandling (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc22 enum class ExceptionHandling { kSwallow, kThrow }; enum
/external/llvm/include/llvm/MC/
DMCAsmInfo.h44 enum class ExceptionHandling { enum
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1065 TEST(ExceptionHandling, SimpleCases) { in TEST() argument