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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5373 QualType ConstantT = Constant->getType(); local
5376 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
5378 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) &&
5381 bool ConstantSigned = ConstantT->isSignedIntegerType();
5420 if (S.Context.getIntWidth(ConstantT) ==

Completed in 56 milliseconds