Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
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()
DCodeGenModule.h1541 bool stopAutoInit();
DCodeGenModule.cpp7125 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
DCGBuiltin.cpp83 if (CGF.CGM.stopAutoInit()) in initializeAlloca()