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

1 2 3

  /external/swiftshader/third_party/subzero/crosstest/
test_cast.h 22 template <typename FromType, typename ToType> ToType cast(FromType a);
23 template <typename FromType, typename ToType> ToType castBits(FromType a);
29 template <typename FromType, typename ToType>
30 ToType cast(int i, FromType a, int j);
31 template <typename FromType, typename ToType>
32 ToType castBits(int i, FromType a, int j);
test_cast_main.cpp 96 template <typename FromType>
97 void testValue(FromType Val, size_t &TotalTests, size_t &Passes,
99 COMPARE(cast, FromType, bool, Val, FromTypeString);
100 COMPARE(cast, FromType, uint8_t, Val, FromTypeString);
101 COMPARE(cast, FromType, myint8_t, Val, FromTypeString);
102 COMPARE(cast, FromType, uint16_t, Val, FromTypeString);
103 COMPARE(cast, FromType, int16_t, Val, FromTypeString);
104 COMPARE(cast, FromType, uint32_t, Val, FromTypeString);
105 COMPARE(cast, FromType, int32_t, Val, FromTypeString);
106 COMPARE(cast, FromType, uint64, Val, FromTypeString)
    [all...]
test_cast.cpp 21 template <typename FromType, typename ToType>
22 ToType __attribute__((noinline)) cast(FromType a) {
26 template <typename FromType, typename ToType>
27 ToType __attribute__((noinline)) castBits(FromType a) {
31 template <typename FromType, typename ToType>
32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) {
38 template <typename FromType, typename ToType>
39 ToType __attribute__((noinline)) castBits(int i, FromType a, int j) {
  /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/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/v8/src/crankshaft/
hydrogen-types.cc 16 HType HType::FromType(AstType* type) {
33 return FromType(type->Convert(temp_zone));
hydrogen-types.h 67 static HType FromType(AstType* type) WARN_UNUSED_RESULT;
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 109 enum FromType {
  /external/clang/lib/Sema/
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...]
  /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));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 147 self.FromType = FromStr
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragment.py 165 self.FromType = FromStr
c.py 210 Value = td.FromType
212 Modifier = td.FromType
  /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/include/clang/Sema/
Overload.h 186 /// FromType - The type that this conversion is converting
509 QualType FromType, QualType ToType) {
511 Bad.init(Failure, FromType, ToType);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 197 /// FromType - The type that this conversion is converting
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [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...]

Completed in 1053 milliseconds

1 2 3