Searched refs:SourceType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 3301 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument 3316 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding() 3317 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding() 4151 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local 4152 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion() 4211 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion() 4217 if (!S.RequireCompleteType(DeclLoc, SourceType, 0)) { in TryUserDefinedConversion() 4556 QualType SourceType; in InitializeFrom() local 4568 SourceType = Initializer->getType(); in InitializeFrom() 4707 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom() [all …]
|
| H A D | SemaChecking.cpp | 6207 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument 6213 << SourceType << T << E->getSourceRange() in DiagnoseImpCast() 6218 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast() 6556 QualType SourceType = E->getType(); in CheckImplicitConversion() local 6561 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion() 6562 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion() 6574 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
|
| H A D | SemaDeclCXX.cpp | 8152 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local 8153 assert(SourceType && in CheckInheritingConstructorUsingDecl() 8159 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl() 8165 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
|
| /minix3/minix/drivers/power/acpi/include/ |
| H A D | actbl2.h | 201 UINT8 SourceType; member
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 10752 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local 10765 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 10773 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec() 10775 SourceType = InTy; in reduceBuildVecExtToExtBuildVec() 10776 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec() 10778 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 10790 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec() 10792 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec() 10800 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec() 10802 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec() [all …]
|