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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 6843     if (ReturnValue.isNull())
tools/clang/lib/CodeGen/CGCall.cpp
 3859     if (!ReturnValue.isNull()) {
tools/clang/lib/CodeGen/CGClass.cpp
 2864   if (!resultType->isVoidType() && returnSlot.isNull()) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
  271     assert(ReturnValue.isNull() && "Constructor shouldn't have return value");
  346     assert(ReturnValue.isNull() && "Destructor shouldn't have return value");
tools/clang/lib/CodeGen/CGVTables.cpp
  380   if (!ResultType->isVoidType() && Slot.isNull())