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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2148 if (BT->isInteger()) return STK_Integral;
2162 return STK_Integral;
2168 return STK_Integral;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 641 case Type::STK_Integral: return CK_IntegralToBoolean;
SemaDeclObjC.cpp 3192 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
3193 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
SemaExpr.cpp 7135 case Type::STK_Integral:
7152 case Type::STK_Integral:
7171 case Type::STK_Integral:
7182 case Type::STK_Integral:
7209 case Type::STK_Integral:
7247 case Type::STK_Integral:
7272 case Type::STK_Integral: {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2147 STK_Integral,

Completed in 46 milliseconds