Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1788 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1796 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1823 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
1834 if (CGM.stopAutoInit()) in emitZeroOrPatternForAutoVarInit()
H A DCodeGenModule.h1537 bool stopAutoInit();
H A DCodeGenModule.cpp7561 bool CodeGenModule::stopAutoInit() { in stopAutoInit() function in CodeGenModule
H A DCGBuiltin.cpp87 if (CGF.CGM.stopAutoInit()) in initializeAlloca()