reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2168 bool hasSignedIntegerRepresentation() const;
159 if (Ty->hasSignedIntegerRepresentation())
tools/clang/lib/AST/ASTContext.cpp 9309 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) &&
tools/clang/lib/AST/FormatString.cpp 457 if (PromoArg->hasSignedIntegerRepresentation() &&
tools/clang/lib/CodeGen/CGExpr.cpp3662 LowerBound->getType()->hasSignedIntegerRepresentation()); 3694 LowerBound->getType()->hasSignedIntegerRepresentation()) 3700 Length->getType()->hasSignedIntegerRepresentation()) 3728 Length->getType()->hasSignedIntegerRepresentation());tools/clang/lib/CodeGen/CGExprAgg.cpp
962 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp;
tools/clang/lib/CodeGen/CGExprScalar.cpp104 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); 2973 Ops.Ty->hasSignedIntegerRepresentation() && 3598 Ops.Ty->hasSignedIntegerRepresentation() && 3825 } else if (LHSTy->hasSignedIntegerRepresentation()) {tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
2825 CastTy->hasSignedIntegerRepresentation());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp1875 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 2038 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 2094 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 2422 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 3470 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); 3786 RMWOp = X.getType()->hasSignedIntegerRepresentation() 3793 RMWOp = X.getType()->hasSignedIntegerRepresentation() 3834 X.getType()->hasSignedIntegerRepresentation());tools/clang/lib/Sema/SemaChecking.cpp
10846 if (LHS->getType()->hasSignedIntegerRepresentation()) { 10847 assert(!RHS->getType()->hasSignedIntegerRepresentation() && 10851 } else if (RHS->getType()->hasSignedIntegerRepresentation()) {tools/clang/lib/Sema/SemaExpr.cpp
1159 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); 1160 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); 7975 else if (lhptee->hasSignedIntegerRepresentation()) 7980 else if (rhptee->hasSignedIntegerRepresentation()) 8853 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); 8854 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); 8899 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), 8902 !IntTy->hasSignedIntegerRepresentation());tools/clang/lib/Sema/SemaOpenMP.cpp
5501 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); 6170 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() 6171 : Type->hasSignedIntegerRepresentation(); 6189 NewSize, Type->hasSignedIntegerRepresentation() || 7087 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), 13457 bool IsSigned = Type->hasSignedIntegerRepresentation();