Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1729 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1734 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1758 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1769 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1513 bool stopAutoInit();
H A DCodeGenModule.cpp6917 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp85 if (CGF.CGM.stopAutoInit()) in initializeAlloca()