Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp103 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset() argument
126 SourceType, Index.begin()); in accumulateConstantOffset()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp4278 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument
4293 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
4294 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding()
5540 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local
5541 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion()
5587 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion()
5593 if (S.isCompleteType(DeclLoc, SourceType)) { in TryUserDefinedConversion()
6039 QualType SourceType; in InitializeFrom() local
6051 SourceType = Initializer->getType(); in InitializeFrom()
6235 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom()
[all …]
H A DSemaChecking.cpp13420 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
13426 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
13431 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
14330 QualType SourceType = E->getType(); in CheckImplicitConversion() local
14335 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
14336 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
14348 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
H A DSemaDeclCXX.cpp12720 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
12721 assert(SourceType && in CheckInheritingConstructorUsingDecl()
12727 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
12733 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h714 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool() argument
720 ICS.Standard.setFromType(SourceType); in getNullptrToBool()
723 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h506 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL,
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1211 template <class SourceType>
1213 SourceType Origin) { in inferRange()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20992 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
21005 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
21013 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
21015 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
21016 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
21018 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
21030 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
21032 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
21045 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
21047 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6236 QualType SourceType, QualType ResType, in convertToType() argument
6241 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
6243 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()