Searched defs:DstType (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp352 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, argument
363 Diag(Loc, diag::warn_nullability_lost) << SrcType << DstType; local
H A DSemaStmt.cpp1171 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
H A DSemaExpr.cpp11976 bool Sema::ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&Exp, argument
12010 static bool maybeDiagnoseAssignmentToFunction(Sema &S, QualType DstType, argument
12029 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2057 Type *DstType = Trunc->getType(); variable
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp47 static Address castValueFromUintptr(CodeGenFunction &CGF, QualType DstType, argument
H A DCGExprScalar.cpp597 EmitFloatConversionCheck( Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy, SourceLocation Loc) argument
732 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc) argument
738 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc, bool TreatBooleanAsSigned) argument
1058 DstType = E->getType(); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3476 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
4632 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
[all...]

Completed in 176 milliseconds