Home
last modified time | relevance | path

Searched refs:IsAutoInit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp944 bool IsAutoInit) { in emitStoresForInitAfterBZero() argument
953 if (IsAutoInit) in emitStoresForInitAfterBZero()
967 IsAutoInit); in emitStoresForInitAfterBZero()
982 isVolatile, IsAutoInit); in emitStoresForInitAfterBZero()
1186 bool IsAutoInit) { in emitStoresForConstant() argument
1197 if (IsAutoInit) in emitStoresForConstant()
1211 if (IsAutoInit) in emitStoresForConstant()
1218 emitStoresForInitAfterBZero(constant, Loc, isVolatile, IsAutoInit); in emitStoresForConstant()
1236 if (IsAutoInit) in emitStoresForConstant()
1258 constant->getAggregateElement(i), IsAutoInit); in emitStoresForConstant()
[all …]
H A DCodeGenFunction.h2783 llvm::Constant *constant, bool IsAutoInit);
2790 bool isVolatile, bool IsAutoInit);