HomeSort by: relevance | last modified time | path
    Searched refs:isPromotableIntegerType (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 657 if (LTy->isPromotableIntegerType()) {
664 if (RTy->isPromotableIntegerType()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 308 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isPromotableIntegerType)
Type.h 2341 bool isPromotableIntegerType() const; // C99 6.3.1.1p2
  /src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp 449 QualType PromoArg = argTy->isPromotableIntegerType()
Type.cpp 2734 bool Type::isPromotableIntegerType() const {
ASTContext.cpp 6397 assert(Promotable->isPromotableIntegerType());
9577 if (paramTy->isPromotableIntegerType() ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 786 if (Ty->isPromotableIntegerType()) {
1521 if (LHSType->isPromotableIntegerType())
10693 if (LHSTy->isPromotableIntegerType())
11583 if (IntType->isPromotableIntegerType())
14638 if (!T->isPromotableIntegerType())
15719 if (TInfo->getType()->isPromotableIntegerType()) {
SemaChecking.cpp 6020 if (!Type->isPromotableIntegerType())
8750 From->isPromotableIntegerType() &&
SemaInit.cpp 2909 if (CharTy->isPromotableIntegerType())
SemaType.cpp 5268 if (ParamTy->isPromotableIntegerType()) {
SemaDecl.cpp 18212 if (BestType->isPromotableIntegerType())
SemaOverload.cpp 2074 if (FromType->isPromotableIntegerType() && !FromType->isBooleanType() &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 166 if (!BaseTy->isPromotableIntegerType() ||
2520 if (type->isPromotableIntegerType()) {
TargetInfo.cpp 104 if (Ty->isPromotableIntegerType())
4491 if (Ty->isPromotableIntegerType())

Completed in 191 milliseconds