Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1713 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1718 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1742 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1753 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1462 bool stopAutoInit();
H A DCodeGenModule.cpp6390 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp83 if (CGF.CGM.stopAutoInit()) in initializeAlloca()