Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp4145 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument
4160 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
4161 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding()
5122 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local
5123 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion()
5169 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion()
5175 if (S.isCompleteType(DeclLoc, SourceType)) { in TryUserDefinedConversion()
5615 QualType SourceType; in InitializeFrom() local
5627 SourceType = Initializer->getType(); in InitializeFrom()
5807 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom()
[all …]
HDSemaChecking.cpp11172 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
11178 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
11183 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
12044 QualType SourceType = E->getType(); in CheckImplicitConversion() local
12049 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
12050 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
12062 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
HDSemaDeclCXX.cpp11870 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
11871 assert(SourceType && in CheckInheritingConstructorUsingDecl()
11877 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
11883 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDactbl2.h315 UINT8 SourceType; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp17341 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
17354 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
17362 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
17364 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
17365 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
17367 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
17379 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
17381 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
17389 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
17391 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp4146 QualType SourceType, QualType ResType, in convertToType() argument
4151 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
4153 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
/freebsd-11-stable/sys/contrib/dev/acpica/common/
HDdmtbinfo.c745 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},