Home
last modified time | relevance | path

Searched refs:SJKind (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1008 static RValue EmitMSVCRTSetJmp(CodeGenFunction &CGF, MSVCSetJmpKind SJKind, in EmitMSVCRTSetJmp() argument
1014 if (SJKind == MSVCSetJmpKind::_setjmp3) { in EmitMSVCRTSetJmp()
1020 Name = SJKind == MSVCSetJmpKind::_setjmp ? "_setjmp" : "_setjmpex"; in EmitMSVCRTSetJmp()