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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.h 114 #define DEFINE_CSS_RULE_TYPE_CASTS(ToType, TYPE_NAME) \
115 DEFINE_TYPE_CASTS(ToType, CSSRule, rule, rule->type() == CSSRule::TYPE_NAME, rule.type() == CSSRule::TYPE_NAME)
  /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,
264 QualType ToType = getToType(1);
273 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
321 QualType ToType = getToType(1);
330 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
332 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
338 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
364 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
SemaExprCXX.cpp     [all...]
SemaExceptionSpec.cpp 750 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType)
754 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;
423 /// ToType - The type that FromType is compared to. Only in tree printing
425 QualType ToType;
469 /// FromType, ToType - The type arguments.
470 QualType FromType, ToType;
503 FromType(), ToType(), FromExpr(nullptr), ToExpr(nullptr)
    [all...]
ASTImporter.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 101 const TypeDescriptor &ToType;
ubsan_handlers.cc 236 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
243 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 202 /// ToType - The types that this conversion is converting to in
513 Expr *FromExpr, QualType ToType) {
515 Bad.init(Failure, FromExpr, ToType);
520 QualType FromType, QualType ToType) {
522 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 320 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType,
753 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
755 /// Offset. This returns the value, which is of type ToType.
764 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
769 if (FromType == ToType && Offset == 0)
776 unsigned ToTypeSize = DL.getTypeAllocSize(ToType);
778 return Builder.CreateBitCast(FromVal, ToType);
799 if (V->getType() != ToType)
800 V = Builder.CreateBitCast(V, ToType)
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 836 TDT.ToType = getRawArg(ArgNo2);
894 TDT.ToType));
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 368 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
369 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
372 unsigned ToBits = ToType->getPrimitiveSizeInBits();
612 Type *ToType) const {
613 return isTruncateFree(FromType, ToType);
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc     [all...]
hydrogen.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 771 milliseconds