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

References

tools/clang/lib/AST/ExprConstant.cpp
11456       RHSTy->isIntegralOrEnumerationType()) {
11470   if (LHSTy->isFixedPointType() || RHSTy->isFixedPointType()) {
11472     APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy));
11486   if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
11529       RHSTy->isRealFloatingType()) {
11556   if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
11694     assert(RHSTy->isMemberPointerType() && "invalid comparison");
11732     assert(RHSTy->isNullPtrType() && "missing pointer conversion");