Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/expected/expected.bad/
H A Dvoid-specialization.pass.cpp40 Inherit exc; main() local
46 Inherit exc; main() local
53 Inherit exc; main() local
60 Inherit exc; main() local
68 Inherit exc; main() local
76 Inherit exc; main() local
[all...]
H A Dwhat.pass.cpp22 std::bad_expected_access<int> const exc(99); main() local
28 std::bad_expected_access<Foo> const exc(Foo{}); main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dthrow-keyword-missing.cpp111 RegularException exc = RegularException(); variable
115 RegularException exc = RegularException(); in localVariableInitTest() local
120 RegularException exc; member in CtorInitializerListTest
157 RegularException exc{}; bracedInitListTest() local
/llvm-project/libcxxabi/test/
H A Dforced_unwind1.pass.cpp53 static void cleanup(_Unwind_Reason_Code, struct _Unwind_Exception* exc) { in cleanup()
59 _Unwind_Exception* exc = new _Unwind_Exception; in forced_unwind() local
H A Dforced_unwind2.pass.cpp47 static _Unwind_Exception exc = {}; in forced_unwind() local
H A Dforced_unwind3.pass.cpp64 _Unwind_Exception* exc = new _Unwind_Exception; in forced_unwind() local
/llvm-project/clang/test/CodeGenCXX/ARM/
H A Dexception-alignment.cpp15 } catch (uint64x2_t exc) { in main() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_x86_64.cpp37 EXC &exc) { in DoReadEXC()
57 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextMach_i386.cpp34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
54 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextMach_arm.cpp36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
61 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextDarwin_arm64.h124 EXC exc; variable
H A DRegisterContextDarwin_arm.h157 EXC exc; variable
H A DRegisterContextDarwin_i386.h115 EXC exc; variable
H A DRegisterContextDarwin_x86_64.h120 EXC exc; variable
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DRegisterContextKDP_i386.cpp53 int RegisterContextKDP_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
101 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextKDP_x86_64.cpp56 EXC &exc) { in DoReadEXC()
104 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextKDP_arm.cpp54 int RegisterContextKDP_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
117 const EXC &exc) { in DoWriteEXC()
H A DRegisterContextKDP_arm64.cpp54 int RegisterContextKDP_arm64::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC()
117 const EXC &exc) { in DoWriteEXC()
/llvm-project/libunwind/src/
H A DUnwind-seh.cpp62 _Unwind_Exception *exc; in _GCC_specific_handler() local
201 uint64_t klass, _Unwind_Exception *exc, in __libunwind_seh_personality()
/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.h79 virtual bool NotifyException(MachException::Data &exc) { return false; } in NotifyException()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp356 DoReadEXC(lldb::tid_t tid,int flavor,EXC & exc) DoReadEXC() argument
366 DoWriteEXC(lldb::tid_t tid,int flavor,const EXC & exc) DoWriteEXC() argument
472 DoReadEXC(lldb::tid_t tid,int flavor,EXC & exc) DoReadEXC() argument
482 DoWriteEXC(lldb::tid_t tid,int flavor,const EXC & exc) DoWriteEXC() argument
601 DoReadEXC(lldb::tid_t tid,int flavor,EXC & exc) DoReadEXC() argument
613 DoWriteEXC(lldb::tid_t tid,int flavor,const EXC & exc) DoWriteEXC() argument
748 DoReadEXC(lldb::tid_t tid,int flavor,EXC & exc) DoReadEXC() argument
760 DoWriteEXC(lldb::tid_t tid,int flavor,const EXC & exc) DoWriteEXC() argument
[all...]
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h123 EXC exc; global() member
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h136 EXC exc; global() member
/llvm-project/clang/tools/scan-view/share/
H A DScanView.py319 def handle_exception(self, exc): argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp432 NotifyException(MachException::Data & exc) NotifyException() argument

12