Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1733 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1738 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1762 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1773 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1541 bool stopAutoInit();
H A DCodeGenModule.cpp7125 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp83 if (CGF.CGM.stopAutoInit()) in initializeAlloca()