Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp2629 bool IsGCCAsmGoto = false; in EmitAsmStmt() local
2631 IsGCCAsmGoto = GS->isAsmGoto(); in EmitAsmStmt()
2632 if (IsGCCAsmGoto) { in EmitAsmStmt()
2689 assert(!(HasUnwindClobber && IsGCCAsmGoto) && in EmitAsmStmt()
2724 if (IsGCCAsmGoto) { in EmitAsmStmt()