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

  /external/clang/lib/AST/
Type.cpp 683 /// isSignedIntegerType - Return true if this is an integer type that is
686 bool Type::isSignedIntegerType() const {
696 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
710 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
718 return VT->getElementType()->isSignedIntegerType();
720 return isSignedIntegerType();
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 505 else if (QT->isSignedIntegerType()) {
ScanfFormatString.cpp 442 else if (PT->isSignedIntegerType())
  /external/clang/include/clang/AST/
CanonicalType.h 294 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isSignedIntegerType)
Type.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 863 if ((MK==NSAPI::NSNumberWithInteger) == OrigTy->isSignedIntegerType() &&
    [all...]

Completed in 158 milliseconds