Searched refs:STK_Integral (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp846 if (BT->isInteger()) return STK_Integral;
859 return STK_Integral;
/external/clang/lib/Sema/
H A DSema.cpp366 case Type::STK_Integral: return CK_IntegralToBoolean;
H A DSemaDeclObjC.cpp2131 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
2132 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
H A DSemaExpr.cpp4982 case Type::STK_Integral:
4993 case Type::STK_Integral:
5004 case Type::STK_Integral:
5029 case Type::STK_Integral:
5065 case Type::STK_Integral:
5085 case Type::STK_Integral: {
/external/clang/include/clang/AST/
H A DType.h1601 STK_Integral, enumerator in enum:clang::Type::ScalarTypeKind

Completed in 2073 milliseconds