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

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 101 const TypeDescriptor &ToType;
  /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/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [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...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp 69 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
76 QualType &ToType,
81 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
261 QualType ToType = getToType(1);
270 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
318 QualType ToType = getToType(1);
327 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
329 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
335 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
361 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 232 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;
393 /// ToType - The type that FromType is compared to. Only in tree printing
395 QualType ToType;
439 /// FromType, ToType - The type arguments.
440 QualType FromType, ToType;
473 FromType(), ToType(), FromExpr(0), ToExpr(0), FromTD(0), ToTD(0)
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 539 milliseconds