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

  /external/clang/lib/Sema/
SemaOverload.cpp 71 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
78 QualType &ToType,
83 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
230 QualType ToType = getToType(1);
239 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
287 QualType ToType = getToType(1);
307 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
309 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
315 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
341 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
SemaExprCXX.cpp     [all...]
SemaExceptionSpec.cpp 772 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) {
775 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType);
    [all...]
SemaCast.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 252 QualType ToType, bool PrintTree,
277 QualType ToType =
278 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
295 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
419 /// ToType - The type that FromType is compared to. Only in tree printing
421 QualType ToType;
465 /// FromType, ToType - The type arguments.
466 QualType FromType, ToType;
502 FromType(), ToType(), FromExpr(nullptr), ToExpr(nullptr)
    [all...]
ASTImporter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 188 /// ToType - The types that this conversion is converting to in
498 Expr *FromExpr, QualType ToType) {
500 Bad.init(Failure, FromExpr, ToType);
505 QualType FromType, QualType ToType) {
507 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 103 const TypeDescriptor &ToType;
ubsan_handlers.cc 302 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 325 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType,
758 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
760 /// Offset. This returns the value, which is of type ToType.
769 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
774 if (FromType == ToType && Offset == 0)
781 unsigned ToTypeSize = DL.getTypeAllocSize(ToType);
783 return Builder.CreateBitCast(FromVal, ToType);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 530 class ToType {
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
539 Action<ToType()> action(Return(x));
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 853 TDT.ToType = getRawArg(ArgNo2);
    [all...]
  /external/google-breakpad/src/testing/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/include/clang/Basic/
Diagnostic.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 391 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
392 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
395 unsigned ToBits = ToType->getPrimitiveSizeInBits();
637 Type *ToType) const {
638 return isTruncateFree(FromType, ToType);
    [all...]
  /external/v8/src/
hydrogen.cc     [all...]
hydrogen.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1149 milliseconds