Home
last modified time | relevance | path

Searched defs:DestType (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp66 QualType DestType; member
240 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local
459 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
555 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
726 QualType DestType, in DiagnoseReinterpretUpDownCast()
925 QualType DestType, in TryStaticCast()
1097 TryLValueToRValueCast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryLValueToRValueCast()
1148 TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr, QualType DestType, in TryStaticReferenceDowncast()
1186 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast()
1220 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast()
[all …]
H A DSemaInit.cpp3080 QualType DestType, in TryInitializerListConstruction()
3186 MultiExprArg Args, QualType DestType, in TryConstructorInitialization()
3354 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local
3415 QualType DestType = Entity.getType(); in TryListInitialization() local
3511 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local
3708 QualType DestType = Entity.getType(); in TryReferenceInitialization() local
3789 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local
4114 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local
4145 QualType DestType, in TryUserDefinedConversion()
4477 QualType DestType, in TryOCLSamplerInitialization()
[all …]
H A DSemaExprObjC.cpp3616 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
3682 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
H A DSemaOverload.cpp4803 QualType FromRecordType, DestType; in PerformObjectArgumentInitialization() local
8579 void Sema::NoteOverloadCandidate(FunctionDecl *Fn, QualType DestType) { in NoteOverloadCandidate()
8591 void Sema::NoteAllOverloadCandidates(Expr* OverloadedExpr, QualType DestType) { in NoteAllOverloadCandidates()
H A DSemaExpr.cpp2480 QualType DestType; in PerformObjectMemberConversion() local
13291 QualType DestType; member
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1043 QualType DestType, in EmitConstantExpr()
1068 QualType DestType, in EmitConstantValue()
1270 QualType DestType, in EmitConstantValueForMemory()
H A DCGExprComplex.cpp395 QualType DestType) { in EmitComplexToComplexCast()
410 QualType DestType) { in EmitScalarToComplexCast()
H A DCGBuiltin.cpp216 llvm::Type *DestType = Int8PtrTy; in EmitBuiltinExpr() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1496 const T &SrcValue, QualType DestType) { in HandleOverflow()
1503 QualType DestType, APSInt &Result) { in HandleFloatToIntCast()
1517 QualType SrcType, QualType DestType, in HandleFloatToFloatCast()
1529 QualType DestType, QualType SrcType, in HandleIntToIntCast()
1542 QualType DestType, APFloat &Result) { in HandleIntToFloatCast()
7361 QualType DestType = E->getType(); in VisitCastExpr() local
H A DExprCXX.cpp646 QualType DestType = getType(); in isAlwaysNull() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1778 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local