HomeSort by relevance Sort by last modified time
    Searched defs:ToType (Results 1 - 6 of 6) 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/Sema/
SemaCast.cpp     [all...]
SemaOverload.cpp 54 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
61 QualType &ToType,
66 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
246 QualType ToType = getToType(1);
255 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
303 QualType ToType = getToType(1);
312 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
314 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
320 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
346 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 57 milliseconds