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

  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 530 class ToType {
532 ToType(const FromType& x) { *x.converted() = true; }
538 Action<ToType()> action(Return(x));
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 476 def ToType(self, tokens):
509 AddType(self.ToType(new_tokens))
568 templated_types = self.ToType(templated_tokens)
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 233 QualType ToType, bool PrintTree,
260 QualType ToType =
261 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
395 /// ToType - The type that FromType is compared to. Only in tree printing
397 QualType ToType;
423 /// FromType, ToType - The type arguments.
424 QualType FromType, ToType;
441 FromType(), ToType(), FromExpr(0), ToExpr(0), FromTD(0), ToTD(0)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaOverload.cpp 55 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
62 QualType &ToType,
67 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
247 QualType ToType = getToType(1);
256 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
304 QualType ToType = getToType(1);
313 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
315 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
321 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
347 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 848 milliseconds