Searched refs:ArrayInitIndex (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1611 : CGF(CGF), OldArrayInitIndex(CGF.ArrayInitIndex) {
1612 CGF.ArrayInitIndex = Index;
1615 CGF.ArrayInitIndex = OldArrayInitIndex;
1856 llvm::Value *ArrayInitIndex = nullptr; member in class:clang::CodeGen::CodeGenFunction
2678 llvm::Value *getArrayInitIndex() { return ArrayInitIndex; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp910 uint64_t ArrayInitIndex = -1; member in class:__anon320::EvalInfo
1245 : Info(Info), OuterIndex(Info.ArrayInitIndex) {
1246 Info.ArrayInitIndex = 0;
1248 ~ArrayInitLoopIndex() { Info.ArrayInitIndex = OuterIndex; }
1250 operator uint64_t&() { return Info.ArrayInitIndex; }
10705 if (Info.ArrayInitIndex == uint64_t(-1)) {
10711 return Success(Info.ArrayInitIndex, E);

Completed in 112 milliseconds