Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1716 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1721 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1745 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1756 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1462 bool stopAutoInit();
H A DCodeGenModule.cpp6424 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp83 if (CGF.CGM.stopAutoInit()) in initializeAlloca()