HomeSort by relevance Sort by last modified time
    Searched refs:SrcType (Results 1 - 15 of 15) 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 30 enum SrcType {
52 public testing::WithParamInterface<std::tr1::tuple<const char*, SrcType> > {
60 SrcType CurrentSourceType() {
91 SrcType src_type,
110 SrcType src_type) {
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 56 enum SrcType {
98 SrcType src_type,
117 SrcType src_type) {
244 public testing::WithParamInterface<std::tr1::tuple<const char*, SrcType> > {
250 SrcType CurrentSourceType() {
  /external/skia/gm/
xfermodes.cpp 54 enum SrcType {
79 /* The srcType argument indicates what to draw for the source part. Skia
83 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType,
92 switch (srcType) {
253 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/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 802 milliseconds