Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2939 bool IsGCCAsmGoto = false; in EmitAsmStmt() local
2941 IsGCCAsmGoto = GS->isAsmGoto(); in EmitAsmStmt()
2942 if (IsGCCAsmGoto) { in EmitAsmStmt()
2999 assert(!(HasUnwindClobber && IsGCCAsmGoto) && in EmitAsmStmt()
3037 if (IsGCCAsmGoto) { in EmitAsmStmt()
3088 if (IsGCCAsmGoto && !CBRRegResults.empty()) { in EmitAsmStmt()