HomeSort by relevance Sort by last modified time
    Searched refs:FromType (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 91 template <class FromType, std::size_t ScaleBits>
98 static float convert(FromType x)
100 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits);
  /external/clang/lib/Sema/
SemaOverload.cpp 223 // Note that FromType has not necessarily been transformed by the
225 // check for their presence as well as checking whether FromType is
245 QualType FromType = getFromType();
248 // Note that FromType has not necessarily been transformed by the
252 FromType = Context.getArrayDecayedType(FromType);
254 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
302 QualType FromType = getToType(0);
312 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
314 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 195 /// FromType - The type that this conversion is converting
523 QualType FromType, QualType ToType) {
525 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 519 class FromType {
521 FromType(bool* is_converted) : converted_(is_converted) {}
527 GTEST_DISALLOW_ASSIGN_(FromType);
532 ToType(const FromType& x) { *x.converted() = true; }
537 FromType x(&converted);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 683 Type *FromType = FromVal->getType();
684 if (FromType == ToType && Offset == 0)
689 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
690 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
    [all...]

Completed in 119 milliseconds