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

1 2

  /external/clang/lib/Sema/
SemaCast.cpp 51 CastOperation(Sema &S, QualType destType, ExprResult src)
52 : Self(S), SrcExpr(src), DestType(destType),
53 ResultType(destType.getNonLValueExprType(S.Context)),
54 ValueKind(Expr::getValueKindForType(destType)),
67 QualType DestType;
120 Self.CheckCastAlign(SrcExpr.get(), DestType, OpRange);
127 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
158 QualType DestType, bool CStyle,
163 QualType DestType, bool CStyle
    [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/libbrillo/brillo/
any.h 73 // Checks if the given type DestType can be obtained from the Any.
76 template<typename DestType>
78 // Make sure the requested type DestType conforms to the storage
85 using CanonicalDestType = typename std::decay<DestType>::type;
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 233 template<typename DestType> inline void evalTo(DestType& dst) const
235 Matrix<Scalar, DestType::RowsAtCompileTime, 1,
236 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 86 /// Emit a cast from complex value Val to DestType.
88 QualType DestType, SourceLocation Loc);
89 /// Emit a cast from scalar value Val to DestType.
91 QualType DestType, SourceLocation Loc);
394 /// Emit a cast from complex value Val to DestType.
397 QualType DestType,
401 DestType = DestType->castAs<ComplexType>()->getElementType();
406 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType, Loc);
407 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType, Loc)
    [all...]
CGExprConstant.cpp 651 llvm::Type *destType = ConvertType(E->getType());
666 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
684 return llvm::ConstantExpr::getAddrSpaceCast(C, destType);
    [all...]
CodeGenModule.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 209 template<typename RhsType, typename DestType>
210 int dgmresApplyDeflation(const RhsType& In, DestType& Out) const;
504 template<typename RhsType, typename DestType>
505 int DGMRES<_MatrixType, _Preconditioner>::dgmresApplyDeflation(const RhsType &x, DestType &y) const
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 442 Type *DestType = Trunc.getType();
443 if (!TruncOp->hasOneUse() || !isa<IntegerType>(DestType))
456 unsigned DestWidth = DestType->getPrimitiveSizeInBits();
465 if (VecType->getElementType() != DestType) {
466 VecType = VectorType::get(DestType, NumVecElts);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp     [all...]
DynamicTypePropagation.cpp 528 QualType DestType = CE->getType();
531 const auto *DestObjectPtrType = DestType->getAs<ObjCObjectPointerType>();
570 // Mismatched types. If the DestType specialized, store it. Forget the
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 571 QualType DestType = getType();
575 DestType = DestType->castAs<PointerType>()->getPointeeType();
578 if (DestType->isVoidType())
588 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 645 template<typename DestType,unsigned int DestMode>
646 static void run(SparseSelfAdjointView<DestType,DestMode>& dst, const SrcXprType &src, const internal::assign_op<Scalar,typename MatrixType::Scalar> &)
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
WasmTranslator.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Sema.h     [all...]

Completed in 1927 milliseconds

1 2