Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2519 bool IsGCCAsmGoto = false; in EmitAsmStmt() local
2521 IsGCCAsmGoto = GS->isAsmGoto(); in EmitAsmStmt()
2522 if (IsGCCAsmGoto) { in EmitAsmStmt()
2590 assert(!(HasUnwindClobber && IsGCCAsmGoto) && in EmitAsmStmt()
2619 if (IsGCCAsmGoto) { in EmitAsmStmt()