Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp47 CurFuncIsThunk(false), AutoreleaseResult(false), SawAsmBlock(false), in CodeGenFunction()
1066 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
DCGStmt.cpp1945 SawAsmBlock = true; in EmitAsmStmt()
DCodeGenFunction.h281 bool SawAsmBlock; variable
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2368 SawAsmBlock = true; in EmitAsmStmt()
DCodeGenFunction.cpp1363 if (getLangOpts().CPlusPlus && !FD->hasImplicitReturnZero() && !SawAsmBlock && in GenerateCode()
DCodeGenFunction.h490 bool SawAsmBlock = false;