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

  /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/clang/lib/Sema/
SemaCXXCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp 220 // Note that FromType has not necessarily been transformed by the
222 // check for their presence as well as checking whether FromType is
242 QualType FromType = getFromType();
245 // Note that FromType has not necessarily been transformed by the
249 FromType = Context.getArrayDecayedType(FromType);
251 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
803 QualType FromType = From->getType();
804 if (ToType->getAs<RecordType>() && FromType->getAs<RecordType>() &&
805 (S.Context.hasSameUnqualifiedType(FromType, ToType) |
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 742 Type *FromType = FromVal->getType();
743 VectorType *FromVTy = cast<VectorType>(FromType);
747 Value *UnV = UndefValue::get(FromType);
781 Type *FromType = FromVal->getType();
782 if (FromType == ToType && Offset == 0)
787 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
788 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
795 if (FromType->getPrimitiveSizeInBits() ==
806 Type *CastElementTy = getScaledElementType(FromType, ToType
    [all...]

Completed in 95 milliseconds