reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1471       Indices.push_back(0);
 1478       assert(IndexValues.size() == Indices.size() && "mismatch");
 1479       assert(Indices.size() == 1 && "didn't pop all indices");
 1501           Indices.push_back(i);
 1507           Indices.pop_back();
 1536       assert(Indices.size() == IndexValues.size());
 1537       for (size_t i = Indices.size() - 1; i != size_t(-1); --i) {
 1544                      == Indices[j]);
 1550         IndexValues[i] = llvm::ConstantInt::get(CGM.Int32Ty, Indices[i]);