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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
 1584   CGF.ErrorUnsupported(E, "scalar expression");
 1585   if (E->getType()->isVoidType())
 1587   return llvm::UndefValue::get(CGF.ConvertType(E->getType()));