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

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  260   assert((!type ||
  261           (!isa<llvm::StructType>(type) && !isa<llvm::ArrayType>(type))) &&
  261           (!isa<llvm::StructType>(type) && !isa<llvm::ArrayType>(type))) &&
  263   assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type)));
  263   assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type)));
  267     Entries.push_back({begin, end, type});
  285     Entries.insert(Entries.begin() + index, {begin, end, type});
  296     if (Entries[index].Type == type) return;
  301     } else if (type == nullptr) {
  308     if (auto entryType = getCommonType(Entries[index].Type, type)) {
  321   if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) {