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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 2518 QualType promotedType;
2521 promotedType = CGF.getContext().getPromotedIntegerType(type);
2522 assert(promotedType != type && "Shouldn't promote to the same type.");
2526 CGF.getContext().getCanonicalType(promotedType);
2529 type, promotedType);
2532 promotedType->isSignedIntegerOrEnumerationType() ||
2534 ConvertType(promotedType)->getScalarSizeInBits()) &&
2551 value = EmitScalarConversion(value, type, promotedType, E->getExprLoc());
2556 value = EmitScalarConversion(value, promotedType, type, E->getExprLoc(),

Completed in 30 milliseconds