Searched defs:ConstantT (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4747 QualType ConstantT = Constant->getType(); local
4749 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
4751 assert((OtherT->isIntegerType() && ConstantT->isIntegerType())
4754 bool ConstantSigned = ConstantT->isSignedIntegerType();
4796 if (S.Context.getIntWidth(ConstantT) == S.Context.getIntWidth(CommonT) &&

Completed in 88 milliseconds