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

  /external/clang/lib/Sema/
SemaCast.cpp 144 static bool CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
169 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
175 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
183 QualType SrcType,
326 QualType srcType = src->getType();
327 if (!destType->isRecordType() && !srcType->isRecordType())
375 << CT << srcType << destType
452 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
461 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
473 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/chromium_org/content/browser/media/
encrypted_media_browsertest.cc 48 enum SrcType {
59 public testing::WithParamInterface<std::tr1::tuple<const char*, SrcType> > {
62 const std::tr1::tuple<const char*, SrcType> test_params,
65 SrcType src_type = std::tr1::get<1>(test_params);
78 const std::tr1::tuple<const char*, SrcType> test_params,
81 SrcType src_type = std::tr1::get<1>(test_params);
97 SrcType src_type, const char* expectation) {
248 std::tr1::tuple<const char*, SrcType> test_params = GetParam();
259 std::tr1::tuple<const char*, SrcType> test_params = GetParam();
  /external/skia/gm/
xfermodes.cpp 49 enum SrcType {
70 /* The srcType argument indicates what to draw for the source part. Skia
74 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType,
83 switch (srcType) {
230 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 83 ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
86 ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
385 QualType SrcType,
388 SrcType = SrcType->castAs<ComplexType>()->getElementType();
394 Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
395 Val.second = CGF.EmitScalarConversion(Val.second, SrcType, DestType);
400 QualType SrcType,
404 Val = CGF.EmitScalarConversion(Val, SrcType, DestType);
    [all...]
CGExprScalar.cpp 108 Value *Src, QualType SrcType,
533 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) {
534 assert(SrcType.isCanonical() && "EmitScalarConversion strips typedefs");
536 if (SrcType->isRealFloatingType())
539 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType))
542 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
554 Value *Src, QualType SrcType,
627 CGF.getContext().getFloatTypeSemantics(SrcType);
690 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType,
692 SrcType = CGF.getContext().getCanonicalType(SrcType)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 364 unsigned int SrcType;
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType;
488 src_type &= ~d.Selects[j].SrcType;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 364 unsigned int SrcType;
385 select->SrcType = src_type;
484 unsigned int src_type = d.Selects[i].SrcType;
488 src_type &= ~d.Selects[j].SrcType;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 586 QualType SrcType = getSubExpr()->getType();
589 if (const PointerType *SrcPTy = SrcType->getAs<PointerType>()) {
590 SrcType = SrcPTy->getPointeeType();
598 cast<CXXRecordDecl>(SrcType->castAs<RecordType>()->getDecl());
    [all...]
ExprConstant.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 243 milliseconds