Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darraytypes.h40 typedef Array<class Catch *> Catches; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Darraytypes.h43 typedef Array<class Catch *> Catches; typedef
H A Darraytypes.d43 alias Catches = Array!(Catch); variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp177 SmallVector<MachineInstr *, 16> Catches; in hoistCatches() local