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

  /external/clang/lib/AST/
Type.cpp 723 /// isUnsignedIntegerType - Return true if this is an integer type that is
726 bool Type::isUnsignedIntegerType() const {
736 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
750 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
758 return VT->getElementType()->isUnsignedIntegerType();
760 return isUnsignedIntegerType();
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 501 // Test for Floating type first as LongDouble can pass isUnsignedIntegerType
509 else if (QT->isUnsignedIntegerType()) {
ScanfFormatString.cpp 444 else if (PT->isUnsignedIntegerType())
  /external/clang/include/clang/AST/
CanonicalType.h 295 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 571 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {

Completed in 115 milliseconds