Searched refs:SawAsmBlock (Results 1 – 3 of 3) sorted by relevance
42 CurFuncIsThunk(false), AutoreleaseResult(false), SawAsmBlock(false), in CodeGenFunction()906 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
1948 SawAsmBlock = true; in EmitAsmStmt()
264 bool SawAsmBlock; variable