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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 514 if (QT->isUnsignedIntegerType() && !HasPlusPrefix)
537 // Test for Floating type first as LongDouble can pass isUnsignedIntegerType
545 else if (QT->isUnsignedIntegerType()) {
ScanfFormatString.cpp 463 else if (PT->isUnsignedIntegerType())
  /external/clang/lib/AST/
Type.cpp 742 /// isUnsignedIntegerType - Return true if this is an integer type that is
745 bool Type::isUnsignedIntegerType() const {
755 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
769 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
777 return VT->getElementType()->isUnsignedIntegerType();
779 return isUnsignedIntegerType();
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 421 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
    [all...]
CGExprComplex.cpp 607 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 973 milliseconds