Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp465 std::optional<SourceLocation> UnwindClobberLoc; in ActOnGCCAsmStmt() local
484 UnwindClobberLoc = Literal->getBeginLoc(); in ActOnGCCAsmStmt()
489 if (UnwindClobberLoc && NumLabels > 0) { in ActOnGCCAsmStmt()
490 targetDiag(*UnwindClobberLoc, diag::err_asm_unwind_and_goto); in ActOnGCCAsmStmt()