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.cpp1842 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1850 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1877 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1888 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1704 bool stopAutoInit();
H A DCGBuiltin.cpp168 if (CGF.CGM.stopAutoInit()) in initializeAlloca()
H A DCodeGenModule.cpp8043 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule