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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  985   if (ArgTy->isVectorType())
  988   if (!ArgTy->isIntegralOrEnumerationType() && !ArgTy->isRealFloatingType() &&
  988   if (!ArgTy->isIntegralOrEnumerationType() && !ArgTy->isRealFloatingType() &&
  989       !ArgTy->isNullPtrType() && !ArgTy->isPointerType() &&
  989       !ArgTy->isNullPtrType() && !ArgTy->isPointerType() &&
  990       !ArgTy->isMemberPointerType() && !ArgTy->isAnyComplexType()) {
  990       !ArgTy->isMemberPointerType() && !ArgTy->isAnyComplexType()) {
  993   bool IsComplex = ArgTy->isAnyComplexType();
 1023   if (ArgTy->isNullPtrType()) {