HomeSort by: relevance | last modified time | path
    Searched defs:BestPromotionType (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 18200 QualType BestPromotionType;
18213 BestPromotionType = Context.getPromotedIntegerType(BestType);
18215 BestPromotionType = BestType;
18246 BestPromotionType = (BestWidth <= IntWidth ? Context.IntTy : BestType);
18253 BestPromotionType = Context.IntTy;
18257 BestPromotionType = Context.IntTy;
18262 BestPromotionType
18268 BestPromotionType
18276 BestPromotionType
18342 Enum->completeDefinition(BestType, BestPromotionType,
    [all...]

Completed in 240 milliseconds