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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
  887   CharUnits Align = CGM.getContext().getTypeAlignInChars(E->getType());
  889           CGM.getAddrOfConstantCompoundLiteralIfEmitted(E))
  892   LangAS addressSpace = E->getType().getAddressSpace();
  895   llvm::Constant *C = emitter.tryEmitForInitializer(E->getInitializer(),
  896                                                     addressSpace, E->getType());
  898     assert(!E->isFileScope() &&
  904                                      CGM.isTypeConstant(E->getType(), true),
  911   CGM.setAddrOfConstantCompoundLiteral(E, GV);