Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCTargetOptions.h18 enum class ExceptionHandling { enum
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc23 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