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

References

tools/clang/lib/AST/ExprConstant.cpp
11455   if (LHSTy->isIntegralOrEnumerationType() &&
11470   if (LHSTy->isFixedPointType() || RHSTy->isFixedPointType()) {
11471     APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy));
11486   if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
11493     } else if (LHSTy->isRealFloatingType()) {
11528   if (LHSTy->isRealFloatingType() &&
11556   if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
11618     if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational)
11664     unsigned PtrSize = Info.Ctx.getTypeSize(LHSTy);
11692   if (LHSTy->isMemberPointerType()) {
11730   if (LHSTy->isNullPtrType()) {