HomeSort by relevance Sort by last modified time
    Searched refs:ToType (Results 1 - 25 of 69) 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.cpp 21 template <typename FromType, typename ToType>
22 ToType __attribute__((noinline)) cast(FromType a) {
23 return (ToType)a;
26 template <typename FromType, typename ToType>
27 ToType __attribute__((noinline)) castBits(FromType a) {
28 return *(ToType *)&a;
31 template <typename FromType, typename ToType>
32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) {
35 return (ToType)a;
38 template <typename FromType, typename ToType>
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 317 QualType ToType, bool PrintTree,
342 QualType ToType =
343 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
345 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
360 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
592 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault,
597 FlatTree[CurrentNode].ToArgInfo.ArgType = ToType;
757 void GetTypeDiff(QualType &FromType, QualType &ToType) {
760 ToType = FlatTree[ReadNode].ToArgInfo.ArgType;
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 104 const TypeDescriptor &ToType;
110 const TypeDescriptor &ToType;
ubsan_handlers.cc 370 const TypeDescriptor *FromType, *ToType;
378 ToType = &Data->ToType;
386 ToType = &Data->ToType;
393 << Value(*FromType, From) << *FromType << *ToType;
  /external/clang/lib/Sema/
SemaOverload.cpp 72 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
79 QualType &ToType,
84 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
237 QualType ToType = getToType(1);
246 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
295 QualType ToType = getToType(1);
300 if (auto *ET = ToType->getAs<EnumType>())
301 ToType = ET->getDecl()->getIntegerType();
322 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
324 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType())
    [all...]
SemaExprCXX.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 649 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
650 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
651 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
652 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
653 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
654 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
655 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
656 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
657 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
658 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 148 self.ToType = ToStr
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragment.py 166 self.ToType = ToStr
c.py 209 Name = td.ToType
211 if TdFuncPointerPattern.match(td.ToType):
213 LBPos = td.ToType.find('(')
214 TmpStr = td.ToType[LBPos+1:].strip()
  /external/clang/include/clang/Sema/
Overload.h 191 /// ToType - The types that this conversion is converting to in
502 Expr *FromExpr, QualType ToType) {
504 Bad.init(Failure, FromExpr, ToType);
509 QualType FromType, QualType ToType) {
511 Bad.init(Failure, FromType, ToType);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 880 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
882 unwrap(ToType)));
885 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
887 unwrap(ToType)));
890 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
892 unwrap(ToType)));
895 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
897 unwrap(ToType)));
900 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
902 unwrap(ToType)));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 202 /// ToType - The types that this conversion is converting to in
514 Expr *FromExpr, QualType ToType) {
516 Bad.init(Failure, FromExpr, ToType);
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 202 /// ToType - The types that this conversion is converting to in
514 Expr *FromExpr, QualType ToType) {
516 Bad.init(Failure, FromExpr, ToType);
521 QualType FromType, QualType ToType) {
523 Bad.init(Failure, FromType, ToType);
    [all...]

Completed in 623 milliseconds

1 2 3