Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAsm.cpp456 Optional<SourceLocation> UnwindClobberLoc; in ActOnGCCAsmStmt() local
475 UnwindClobberLoc = Literal->getBeginLoc(); in ActOnGCCAsmStmt()
480 if (UnwindClobberLoc && NumLabels > 0) { in ActOnGCCAsmStmt()
481 targetDiag(*UnwindClobberLoc, diag::err_asm_unwind_and_goto); in ActOnGCCAsmStmt()