/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 74 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 D | SemaInit.cpp | 3876 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 D | SemaExprObjC.cpp | 4229 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 4303 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
H A D | SemaOverload.cpp | 5423 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 D | SemaExpr.cpp | 2940 QualType DestType; in PerformObjectMemberConversion() local 19051 QualType DestType; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 96 if (auto *DestType = dyn_cast<FunctionType>( in runOnModule() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ConversionChecker.cpp | 129 QualType DestType, in isLossOfPrecision()
|
H A D | DynamicTypePropagation.cpp | 619 QualType DestType = CE->getType(); in checkPostStmt() local
|
H A D | NullabilityChecker.cpp | 975 QualType DestType = CE->getType(); in checkPostStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 428 QualType DestType, in EmitComplexToComplexCast() 446 QualType DestType, in EmitScalarToComplexCast()
|
H A D | CGExprConstant.cpp | 1760 QualType DestType; member in __anon411c9adc0a11::ConstantLValueEmitter 2035 QualType DestType) { in tryEmitPrivate()
|
H A D | CGAtomic.cpp | 1047 auto *DestType = T->getPointerElementType()->getPointerTo(DestAS); in EmitAtomicExpr() local
|
H A D | CGStmtOpenMP.cpp | 5316 QualType SrcType, QualType DestType, in convertToScalarValue() 5329 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
|
H A D | CGBuiltin.cpp | 704 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 D | InstCombineCasts.cpp | 483 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 D | InstCombineVectorOps.cpp | 2013 Type *DestType = Shuf.getType(); in foldTruncShuffle() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Overload.h | 686 QualType DestType, in getNullptrToBool()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2517 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 D | ExprCXX.cpp | 768 QualType DestType = getType(); in isAlwaysNull() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 873 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1699 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1871 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); in applyShiftOfShiftedLogic() local
|