HomeSort by relevance Sort by last modified time
    Searched defs:FromType (Results 1 - 9 of 9) 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/
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
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...]
SemaExpr.cpp     [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 96 milliseconds