Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp74 QualType DestType; member
170 if (const auto *DestType = dyn_cast<PointerType>(ToType)) { in CheckNoDeref() local
291 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local
629 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
758 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local
949 QualType DestType, in DiagnoseReinterpretUpDownCast()
1039 static bool argTypeIsABIEquivalent(QualType SrcType, QualType DestType, in argTypeIsABIEquivalent()
1054 QualType DestType) { in checkCastFunctionType()
1244 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion()
1259 QualType DestType, in TryStaticCast()
[all …]
H A DSemaInit.cpp3876 QualType DestType, in TryInitializerListConstruction()
3926 QualType DestType, in ResolveConstructorOverload()
4042 MultiExprArg Args, QualType DestType, in TryConstructorInitialization()
4280 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local
4360 QualType DestType = Entity.getType(); in TryListInitialization() local
4558 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local
4744 QualType DestType = Entity.getType(); in TryReferenceInitialization() local
4785 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local
5194 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local
5227 QualType DestType, in TryUserDefinedConversion()
[all …]
H A DSemaExprObjC.cpp4229 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
4303 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
H A DSemaOverload.cpp5423 QualType FromRecordType, DestType; in PerformObjectArgumentInitialization() local
10253 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate()
10325 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates()
H A DSemaExpr.cpp2940 QualType DestType; in PerformObjectMemberConversion() local
19051 QualType DestType; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp96 if (auto *DestType = dyn_cast<FunctionType>( in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp129 QualType DestType, in isLossOfPrecision()
H A DDynamicTypePropagation.cpp619 QualType DestType = CE->getType(); in checkPostStmt() local
H A DNullabilityChecker.cpp975 QualType DestType = CE->getType(); in checkPostStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp428 QualType DestType, in EmitComplexToComplexCast()
446 QualType DestType, in EmitScalarToComplexCast()
H A DCGExprConstant.cpp1760 QualType DestType; member in __anon411c9adc0a11::ConstantLValueEmitter
2035 QualType DestType) { in tryEmitPrivate()
H A DCGAtomic.cpp1047 auto *DestType = T->getPointerElementType()->getPointerTo(DestAS); in EmitAtomicExpr() local
H A DCGStmtOpenMP.cpp5316 QualType SrcType, QualType DestType, in convertToScalarValue()
5329 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
H A DCGBuiltin.cpp704 llvm::Type *DestType = Int8PtrTy; in EmitVAStartEnd() local
7974 llvm::Type *DestType) { in ARMMVEVectorReinterpret()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp483 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local
1884 Type *DestType = FI.getType(); in foldItoFPtoI() local
2268 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
H A DInstCombineVectorOps.cpp2013 Type *DestType = Shuf.getType(); in foldTruncShuffle() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h686 QualType DestType, in getNullptrToBool()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2517 const T &SrcValue, QualType DestType) { in HandleOverflow()
2525 QualType DestType, APSInt &Result) { in HandleFloatToIntCast()
2596 QualType SrcType, QualType DestType, in HandleFloatToFloatCast()
2609 QualType DestType, QualType SrcType, in HandleIntToIntCast()
2624 QualType DestType, APFloat &Result) { in HandleIntToFloatCast()
13144 QualType DestType = E->getType(); in VisitCastExpr() local
13387 QualType DestType = E->getType(); in VisitCastExpr() local
H A DExprCXX.cpp768 QualType DestType = getType(); in isAlwaysNull() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp873 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1699 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1871 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); in applyShiftOfShiftedLogic() local