/llvm-project/libcxx/test/std/utilities/expected/expected.bad/ |
H A D | void-specialization.pass.cpp | 40 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 D | what.pass.cpp | 22 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 D | throw-keyword-missing.cpp | 111 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 D | forced_unwind1.pass.cpp | 53 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 D | forced_unwind2.pass.cpp | 47 static _Unwind_Exception exc = {}; in forced_unwind() local
|
H A D | forced_unwind3.pass.cpp | 64 _Unwind_Exception* exc = new _Unwind_Exception; in forced_unwind() local
|
/llvm-project/clang/test/CodeGenCXX/ARM/ |
H A D | exception-alignment.cpp | 15 } catch (uint64x2_t exc) { in main() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextMach_x86_64.cpp | 37 EXC &exc) { in DoReadEXC() 57 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextMach_i386.cpp | 34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 54 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextMach_arm.cpp | 36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 61 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextDarwin_arm64.h | 124 EXC exc; variable
|
H A D | RegisterContextDarwin_arm.h | 157 EXC exc; variable
|
H A D | RegisterContextDarwin_i386.h | 115 EXC exc; variable
|
H A D | RegisterContextDarwin_x86_64.h | 120 EXC exc; variable
|
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | RegisterContextKDP_i386.cpp | 53 int RegisterContextKDP_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 101 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextKDP_x86_64.cpp | 56 EXC &exc) { in DoReadEXC() 104 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextKDP_arm.cpp | 54 int RegisterContextKDP_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { in DoReadEXC() 117 const EXC &exc) { in DoWriteEXC()
|
H A D | RegisterContextKDP_arm64.cpp | 54 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 D | Unwind-seh.cpp | 62 _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 D | DNBArch.h | 79 virtual bool NotifyException(MachException::Data &exc) { return false; } in NotifyException()
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 356 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 D | DNBArchImplX86_64.h | 123 EXC exc; global() member
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.h | 136 EXC exc; global() member
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | ScanView.py | 319 def handle_exception(self, exc): argument
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThread.cpp | 432 NotifyException(MachException::Data & exc) NotifyException() argument
|