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

  /external/v8/src/crankshaft/
hydrogen-types.cc 16 HType HType::FromType(AstType* type) {
33 return FromType(type->Convert(temp_zone));
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 103 const TypeDescriptor &FromType;
109 const TypeDescriptor &FromType;
ubsan_handlers.cc 370 const TypeDescriptor *FromType, *ToType;
377 FromType = &Data->FromType;
385 FromType = &Data->FromType;
393 << Value(*FromType, From) << *FromType << *ToType;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 109 enum FromType {
NVPTXISelDAGToDAG.cpp 716 // Type Setting: fromType + fromTypeWidth
725 unsigned int fromType;
727 fromType = NVPTX::PTXLdStInstCode::Signed;
729 fromType = NVPTX::PTXLdStInstCode::Float;
731 fromType = NVPTX::PTXLdStInstCode::Unsigned;
765 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
793 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
846 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
898 getI32Imm(vecType, dl), getI32Imm(fromType, dl),
946 // Type Setting: fromType + fromTypeWidt
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 519 class FromType {
521 explicit FromType(bool* is_converted) : converted_(is_converted) {}
527 GTEST_DISALLOW_ASSIGN_(FromType);
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
538 FromType x(&converted);
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 585 class FromType {
587 explicit FromType(bool* is_converted) : converted_(is_converted) {}
593 GTEST_DISALLOW_ASSIGN_(FromType);
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
604 FromType x(&converted);
    [all...]
  /external/v8/src/compiler/
types.h 302 static TypeBase* FromType(Type* type) {
331 return static_cast<OtherNumberConstantType*>(FromType(type));
360 return static_cast<HeapConstantType*>(FromType(type));
413 return static_cast<RangeType*>(FromType(type));
482 return static_cast<TupleType*>(FromType(type));
506 return static_cast<UnionType*>(FromType(type));
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 585 class FromType {
587 explicit FromType(bool* is_converted) : converted_(is_converted) {}
593 GTEST_DISALLOW_ASSIGN_(FromType);
599 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
604 FromType x(&converted);
    [all...]
  /external/v8/src/ast/
ast-types.h 385 static AstTypeBase* FromType(AstType* type) {
411 return static_cast<AstClassType*>(FromType(type));
442 return static_cast<AstConstantType*>(FromType(type));
504 return static_cast<AstRangeType*>(FromType(type));
533 return static_cast<AstContextType*>(FromType(type));
561 return static_cast<AstArrayType*>(FromType(type));
633 return static_cast<AstFunctionType*>(FromType(type));
660 return static_cast<AstTupleType*>(FromType(type));
686 return static_cast<AstUnionType*>(FromType(type));
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 316 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
340 QualType FromType =
341 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
345 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
360 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
481 /// ToTemplateType - The type that FromType is compared to. Only in tree
592 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault,
596 FlatTree[CurrentNode].FromArgInfo.ArgType = FromType;
757 void GetTypeDiff(QualType &FromType, QualType &ToType) {
759 FromType = FlatTree[ReadNode].FromArgInfo.ArgType
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp 214 // Note that FromType has not necessarily been transformed by the
216 // check for their presence as well as checking whether FromType is
236 QualType FromType = getFromType();
239 // Note that FromType has not necessarily been transformed by the
243 FromType = Context.getArrayDecayedType(FromType);
245 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
294 QualType FromType = getToType(0);
306 if (FromType->isRealFloatingType())
308 if (FromType->isIntegralOrUnscopedEnumerationType()
    [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 680 Type *FromType = FromVal->getType();
681 if (FromType == ToType && Offset == 0)
686 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
687 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
    [all...]

Completed in 877 milliseconds