Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1793 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1801 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1828 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1839 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1616 bool stopAutoInit();
H A DCodeGenModule.cpp7710 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp90 if (CGF.CGM.stopAutoInit()) in initializeAlloca()