Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp951 bool IsAutoInit) { in emitStoresForInitAfterBZero() argument
959 if (IsAutoInit) in emitStoresForInitAfterBZero()
973 Builder, IsAutoInit); in emitStoresForInitAfterBZero()
988 isVolatile, Builder, IsAutoInit); in emitStoresForInitAfterBZero()
1192 llvm::Constant *constant, bool IsAutoInit) { in emitStoresForConstant() argument
1202 if (IsAutoInit) in emitStoresForConstant()
1214 if (IsAutoInit) in emitStoresForConstant()
1222 IsAutoInit); in emitStoresForConstant()
1239 if (IsAutoInit) in emitStoresForConstant()
1261 constant->getAggregateElement(i), IsAutoInit); in emitStoresForConstant()
[all …]