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())
888 QualType FromType = From->getType();
889 if (ToType->getAs<RecordType>() && FromType->getAs<RecordType>() &&
890 (S.Context.hasSameUnqualifiedType(FromType, ToType) |
    [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 177 /// FromType - The type that this conversion is converting
488 QualType FromType, QualType ToType) {
490 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 680 Type *FromType = FromVal->getType();
681 if (FromType == ToType && Offset == 0)
686 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
687 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
    [all...]

Completed in 104 milliseconds