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 695 /// isUnsignedIntegerType - Return true if this is an integer type that is
698 bool Type::isUnsignedIntegerType() const {
708 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
722 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
730 return VT->getElementType()->isUnsignedIntegerType();
732 return isUnsignedIntegerType();
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 455 // Test for Floating type first as LongDouble can pass isUnsignedIntegerType
463 else if (QT->isUnsignedIntegerType()) {
ScanfFormatString.cpp 406 else if (PT->isUnsignedIntegerType())
  /external/clang/include/clang/AST/
CanonicalType.h 294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 570 if (Op.Ty->getAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) {

Completed in 1052 milliseconds