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

  /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/clang/lib/StaticAnalyzer/Checkers/
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...]
NullabilityChecker.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
PNaClTranslator.cpp     [all...]
  /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...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /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/CodeGen/
CGBuiltin.cpp 391 llvm::Type *DestType = Int8PtrTy;
392 if (ArgValue->getType() != DestType)
394 Builder.CreateBitCast(ArgValue, DestType, ArgValue->getName().data());
    [all...]

Completed in 569 milliseconds