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

  /external/chromium_org/v8/src/
property-details-inl.h 16 Representation Representation::FromType(Type* type) {
hydrogen-types.cc 16 HType HType::FromType(typename T::TypeHandle type) {
33 HType HType::FromType<Type>(Type* type);
38 HType HType::FromType<HeapType>(Handle<HeapType> type);
hydrogen-types.h 65 static HType FromType(typename T::TypeHandle type) WARN_UNUSED_RESULT;
property-details.h 90 static Representation FromType(Type* type);
hydrogen.cc     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 251 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
275 QualType FromType =
276 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
295 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
418 /// FromType - When single type printing is selected, this is the type to be
421 QualType FromType;
423 /// ToType - The type that FromType is compared to. Only in tree printing
469 /// FromType, ToType - The type arguments.
470 QualType FromType, ToType
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 90 template <class FromType, std::size_t ScaleBits>
97 static float convert(FromType x)
99 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits);
  /external/clang/lib/Sema/
SemaOverload.cpp 241 // Note that FromType has not necessarily been transformed by the
243 // check for their presence as well as checking whether FromType is
263 QualType FromType = getFromType();
266 // Note that FromType has not necessarily been transformed by the
270 FromType = Context.getArrayDecayedType(FromType);
272 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
320 QualType FromType = getToType(0);
330 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
332 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCast.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 236 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
243 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
ubsan_handlers.h 100 const TypeDescriptor &FromType;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 124 enum FromType {
NVPTXISelDAGToDAG.cpp 430 // Type Setting: fromType + fromTypeWidth
439 unsigned int fromType;
441 fromType = NVPTX::PTXLdStInstCode::Signed;
443 fromType = NVPTX::PTXLdStInstCode::Float;
445 fromType = NVPTX::PTXLdStInstCode::Unsigned;
479 getI32Imm(vecType), getI32Imm(fromType),
508 getI32Imm(vecType), getI32Imm(fromType),
562 getI32Imm(vecType), getI32Imm(fromType),
614 getI32Imm(vecType), getI32Imm(fromType),
656 // Type Setting: fromType + fromTypeWidt
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
520 QualType FromType, QualType ToType) {
522 Bad.init(Failure, FromType, ToType);
Sema.h     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 835 TDT.FromType = getRawArg(ArgNo);
880 TDT.FromType));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 768 Type *FromType = FromVal->getType();
769 if (FromType == ToType && Offset == 0)
774 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
775 unsigned FromTypeSize = DL.getTypeAllocSize(FromType);
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 368 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const {
369 if (!FromType->isIntegerTy() || !ToType->isIntegerTy())
371 unsigned FromBits = FromType->getPrimitiveSizeInBits();
611 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
613 return isTruncateFree(FromType, ToType);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc     [all...]

Completed in 523 milliseconds