/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCast.cpp | 83 QualType DestType; member 179 if (const auto *DestType = dyn_cast<PointerType>(ToType)) { in CheckNoDeref() local 300 QualType DestType = DestTInfo->getType(); in BuildCXXNamedCast() local 639 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 768 QualType DestType = Self.Context.getCanonicalType(this->DestType); in CheckDynamicCast() local 959 QualType DestType, in DiagnoseReinterpretUpDownCast() 1049 static bool argTypeIsABIEquivalent(QualType SrcType, QualType DestType, in argTypeIsABIEquivalent() 1064 QualType DestType) { in checkCastFunctionType() 1262 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion() 1277 QualType DestType, in TryStaticCast() [all …]
|
H A D | SemaInit.cpp | 3933 QualType DestType, in TryInitializerListConstruction() 3983 QualType DestType, in ResolveConstructorOverload() 4099 MultiExprArg Args, QualType DestType, in TryConstructorInitialization() 4337 QualType DestType = Entity.getType(); in TryReferenceListInitialization() local 4417 QualType DestType = Entity.getType(); in TryListInitialization() local 4615 QualType DestType = Entity.getType(); in TryRefInitWithConversionFunction() local 4801 QualType DestType = Entity.getType(); in TryReferenceInitialization() local 4842 QualType DestType = Entity.getType(); in TryReferenceInitializationCore() local 5251 QualType DestType = S.Context.getBaseElementType(Entity.getType()); in TryDefaultInitialization() local 5534 QualType DestType, in TryUserDefinedConversion() [all …]
|
H A D | SemaExprObjC.cpp | 4220 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 4294 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
H A D | SemaOverload.cpp | 5578 QualType FromRecordType, DestType; in PerformObjectArgumentInitialization() local 10568 QualType DestType, bool TakingAddress) { in NoteOverloadCandidate() 10643 void Sema::NoteAllOverloadCandidates(Expr *OverloadedExpr, QualType DestType, in NoteAllOverloadCandidates()
|
H A D | SemaExpr.cpp | 3012 QualType DestType; in PerformObjectMemberConversion() local 20534 QualType DestType; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 109 FunctionType *DestType = CB->getFunctionType(); in runOnModule() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ConversionChecker.cpp | 140 QualType DestType, in isLossOfPrecision()
|
H A D | DynamicTypePropagation.cpp | 617 QualType DestType = CE->getType(); in checkPostStmt() local
|
H A D | NullabilityChecker.cpp | 1091 QualType DestType = CE->getType(); in checkPostStmt() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 447 QualType DestType, in EmitComplexToComplexCast() 465 QualType DestType, in EmitScalarToComplexCast()
|
H A D | CGExprConstant.cpp | 1788 QualType DestType; member in __anon722904280a11::ConstantLValueEmitter 2071 QualType DestType) { in tryEmitPrivate()
|
H A D | CGAtomic.cpp | 1092 auto *DestType = llvm::PointerType::getWithSamePointeeType(T, DestAS); in EmitAtomicExpr() local
|
H A D | CGStmtOpenMP.cpp | 5912 QualType SrcType, QualType DestType, in convertToScalarValue() 5925 QualType DestType, SourceLocation Loc) { in convertToComplexValue()
|
H A D | CGBuiltin.cpp | 743 llvm::Type *DestType = Int8PtrTy; in EmitVAStartEnd() local 8452 llvm::Type *DestType) { in ARMMVEVectorReinterpret()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 532 Type *DestType = Trunc.getType(); in foldVecTruncToExtElt() local 1978 Type *DestType = FI.getType(); in foldItoFPtoI() local 2373 Type *DestType = BitCast.getType(); in canonicalizeBitCastExtElt() local
|
H A D | InstCombineVectorOps.cpp | 2340 Type *DestType = Shuf.getType(); in foldTruncShuffle() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Overload.h | 715 QualType DestType, in getNullptrToBool()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2540 const T &SrcValue, QualType DestType) { in HandleOverflow() 2548 QualType DestType, APSInt &Result) { in HandleFloatToIntCast() 2616 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 2628 QualType DestType, QualType SrcType, in HandleIntToIntCast() 2643 QualType DestType, APFloat &Result) { in HandleIntToFloatCast() 13527 QualType DestType = E->getType(); in VisitCastExpr() local 13820 QualType DestType = E->getType(); in VisitCastExpr() local
|
H A D | ExprCXX.cpp | 771 QualType DestType = getType(); in isAlwaysNull() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1276 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1743 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); in EmitStackConvert() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1593 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); in applyShiftOfShiftedLogic() local
|