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