HomeSort by relevance Sort by last modified time
    Searched refs:isUnsignedIntegerType (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 535 if (QT->isUnsignedIntegerType() && !HasPlusPrefix)
558 // Test for Floating type first as LongDouble can pass isUnsignedIntegerType
566 else if (QT->isUnsignedIntegerType()) {
ScanfFormatString.cpp 493 else if (PT->isUnsignedIntegerType())
CFG.cpp 522 bool IntLarger = IntLiteral->getType()->isUnsignedIntegerType() ||
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 424 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
    [all...]
CGExprComplex.cpp 612 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 753 /// isUnsignedIntegerType - Return true if this is an integer type that is
756 bool Type::isUnsignedIntegerType() const {
766 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
780 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 819 milliseconds