Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp90 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 DSemaInit.cpp4181 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 DSemaExprObjC.cpp4232 SourceLocation Loc, QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
4304 QualType DestType, in CheckObjCBridgeRelatedConversions()
H A DSemaOverload.cpp5815 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 DSemaType.cpp8845 QualType DestType = CastE->getTypeAsWritten(); in completeExprArrayBound() local
H A DSemaExpr.cpp2952 QualType DestType; in PerformObjectMemberConversion() local
20287 QualType DestType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp109 FunctionType *DestType = CB->getFunctionType(); in runOnModule() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp514 QualType DestType) { in authPointerToPointerCast()
539 QualType DestType) { in authPointerToPointerCast()
H A DCGExprConstant.cpp1082 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 DCGExprComplex.cpp518 QualType DestType, in EmitComplexToComplexCast()
536 QualType DestType, in EmitScalarToComplexCast()
H A DCGAtomic.cpp1053 auto *DestType = llvm::PointerType::get(getLLVMContext(), DestAS); in EmitAtomicExpr() local
H A DItaniumCXXABI.cpp1021 pointerAuthResignMemberFunctionPointer(llvm::Constant *Src, QualType DestType, in pointerAuthResignMemberFunctionPointer()
H A DCGStmtOpenMP.cpp6016 QualType SrcType, QualType DestType, in convertToScalarValue()
6029 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
H A DCGBuiltin.cpp9320 llvm::Type *DestType) { in ARMMVEVectorReinterpret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp404 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 DInstCombineVectorOps.cpp2389 Type *DestType = Shuf.getType(); in foldTruncShuffle() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp500 BoolValue &valueOrConversionHasValue(QualType DestType, const Expr &E, in valueOrConversionHasValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1133 QualType DestType = CE->getType(); in checkPostStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h767 QualType DestType, in getNullptrToBool()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2634 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 DExprCXX.cpp826 QualType DestType = getType(); in isAlwaysNull() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1276 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1782 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1943 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); in applyShiftOfShiftedLogic() local