Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1710 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1715 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1739 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1750 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
DCodeGenModule.h1417 bool stopAutoInit();
DCodeGenModule.cpp6247 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
DCGBuiltin.cpp79 if (CGF.CGM.stopAutoInit()) in initializeAlloca()