/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 90 QualType DestType; member 186 if (const auto *DestType = dyn_cast<PointerType>(ToType)) { in CheckNoDeref() local 301 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local 670 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 799 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local 998 QualType DestType, in DiagnoseReinterpretUpDownCast() 1088 static bool argTypeIsABIEquivalent(QualType SrcType, QualType DestType, in argTypeIsABIEquivalent() 1104 QualType DestType) { in checkCastFunctionType() 1302 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion() 1317 QualType DestType, CheckedConversionKind CCK, in TryStaticCast() [all …]
|
H A D | SemaInit.cpp | 4181 QualType DestType, in TryInitializerListConstruction() 4229 OverloadCandidateSet &CandidateSet, QualType DestType, in ResolveConstructorOverload() 4344 MultiExprArg Args, QualType DestType, in TryConstructorInitialization() 4583 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local 4675 QualType DestType = Entity.getType(); in TryListInitialization() local 4890 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local 5076 QualType DestType = Entity.getType(); in TryReferenceInitialization() local 5119 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local 5529 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local 5815 QualType DestType, in TryUserDefinedConversion() [all …]
|
H A D | SemaExprObjC.cpp | 4232 SourceLocation Loc, QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 4304 QualType DestType, in CheckObjCBridgeRelatedConversions()
|
H A D | SemaOverload.cpp | 5815 QualType FromRecordType, DestType; in PerformImplicitObjectArgumentInitialization() local 11002 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() 11077 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates()
|
H A D | SemaType.cpp | 8845 QualType DestType = CastE->getTypeAsWritten(); in completeExprArrayBound() local
|
H A D | SemaExpr.cpp | 2952 QualType DestType; in PerformObjectMemberConversion() local 20287 QualType DestType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 109 FunctionType *DestType = CB->getFunctionType(); in runOnModule() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 514 QualType DestType) { in authPointerToPointerCast() 539 QualType DestType) { in authPointerToPointerCast()
|
H A D | CGExprConstant.cpp | 1082 llvm::Constant *ProduceIntToIntCast(const Expr *E, QualType DestType) { in ProduceIntToIntCast() 1274 QualType DestType, const llvm::APSInt &Value) { in withDestType() 1974 QualType DestType; member in __anon9d6f04f10b11::ConstantLValueEmitter 2325 ConstantEmitter::tryEmitPrivate(const APValue &Value, QualType DestType, in tryEmitPrivate()
|
H A D | CGExprComplex.cpp | 518 QualType DestType, in EmitComplexToComplexCast() 536 QualType DestType, in EmitScalarToComplexCast()
|
H A D | CGAtomic.cpp | 1053 auto *DestType = llvm::PointerType::get(getLLVMContext(), DestAS); in EmitAtomicExpr() local
|
H A D | ItaniumCXXABI.cpp | 1021 pointerAuthResignMemberFunctionPointer(llvm::Constant *Src, QualType DestType, in pointerAuthResignMemberFunctionPointer()
|
H A D | CGStmtOpenMP.cpp | 6016 QualType SrcType, QualType DestType, in convertToScalarValue() 6029 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
|
H A D | CGBuiltin.cpp | 9320 llvm::Type *DestType) { in ARMMVEVectorReinterpret()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 404 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1921 Type *DestType = FI.getType(); in foldItoFPtoI() local 2352 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 2389 Type *DestType = Shuf.getType(); in foldTruncShuffle() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 500 BoolValue &valueOrConversionHasValue(QualType DestType, const Expr &E, in valueOrConversionHasValue()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NullabilityChecker.cpp | 1133 QualType DestType = CE->getType(); in checkPostStmt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 767 QualType DestType, in getNullptrToBool()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2634 const T &SrcValue, QualType DestType) { in HandleOverflow() 2642 QualType DestType, APSInt &Result) { in HandleFloatToIntCast() 2710 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 2726 QualType DestType, QualType SrcType, in HandleIntToIntCast() 2741 QualType DestType, APFloat &Result) { in HandleIntToFloatCast() 14249 QualType DestType = E->getType(); in VisitCastExpr() local 14545 QualType DestType = E->getType(); in VisitCastExpr() local
|
H A D | ExprCXX.cpp | 826 QualType DestType = getType(); in isAlwaysNull() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1276 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1782 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1943 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); in applyShiftOfShiftedLogic() local
|