/external/clang/lib/Sema/ |
D | SemaCast.cpp | 66 QualType DestType; member 243 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local 464 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 545 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local 716 QualType DestType, in DiagnoseReinterpretUpDownCast() 915 QualType DestType, in TryStaticCast() 1087 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryLValueToRValueCast() 1138 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast() 1176 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1210 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() [all …]
|
D | SemaInit.cpp | 3101 QualType DestType, in TryInitializerListConstruction() 3207 MultiExprArg Args, QualType DestType, in TryConstructorInitialization() 3375 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local 3436 QualType DestType = Entity.getType(); in TryListInitialization() local 3532 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local 3729 QualType DestType = Entity.getType(); in TryReferenceInitialization() local 3810 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local 4135 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local 4171 QualType DestType = Entity.getType(); in TryUserDefinedConversion() local 4499 QualType DestType, in TryOCLSamplerInitialization() [all …]
|
D | SemaExprObjC.cpp | 3504 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 3570 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
D | SemaOverload.cpp | 4835 QualType FromRecordType, DestType; in PerformObjectArgumentInitialization() local 8468 void Sema::NoteOverloadCandidate(FunctionDecl *Fn, QualType DestType) { in NoteOverloadCandidate() 8480 void Sema::NoteAllOverloadCandidates(Expr* OverloadedExpr, QualType DestType) { in NoteAllOverloadCandidates()
|
D | SemaExpr.cpp | 2445 QualType DestType; in PerformObjectMemberConversion() local 13050 QualType DestType; member
|
/external/chromium_org/tools/gn/ |
D | label_ptr.h | 23 typedef T DestType; typedef
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1021 QualType DestType, in EmitConstantExpr() 1046 QualType DestType, in EmitConstantValue() 1220 QualType DestType, in EmitConstantValueForMemory()
|
D | CGExprComplex.cpp | 389 QualType DestType) { in EmitComplexToComplexCast() 404 QualType DestType) { in EmitScalarToComplexCast()
|
D | CGBuiltin.cpp | 223 llvm::Type *DestType = Int8PtrTy; in EmitBuiltinExpr() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1479 const T &SrcValue, QualType DestType) { in HandleOverflow() 1486 QualType DestType, APSInt &Result) { in HandleFloatToIntCast() 1500 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 1512 QualType DestType, QualType SrcType, in HandleIntToIntCast() 1525 QualType DestType, APFloat &Result) { in HandleIntToFloatCast() 7127 QualType DestType = E->getType(); in VisitCastExpr() local
|
D | ExprCXX.cpp | 649 QualType DestType = getType(); in isAlwaysNull() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1777 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
|