Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp915 bool IsAutoInit) { in emitStoresForInitAfterBZero() argument
923 if (IsAutoInit) in emitStoresForInitAfterBZero()
937 Builder, IsAutoInit); in emitStoresForInitAfterBZero()
952 isVolatile, Builder, IsAutoInit); in emitStoresForInitAfterBZero()
1160 llvm::Constant *constant, bool IsAutoInit) { in emitStoresForConstant() argument
1170 if (IsAutoInit) in emitStoresForConstant()
1182 if (IsAutoInit) in emitStoresForConstant()
1190 IsAutoInit); in emitStoresForConstant()
1207 if (IsAutoInit) in emitStoresForConstant()
1222 IsAutoInit); in emitStoresForConstant()
[all …]