Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp73 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset() argument
96 SourceType, Index.begin()); in accumulateConstantOffset()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4221 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument
4236 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
4237 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding()
5233 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local
5234 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion()
5280 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion()
5286 if (S.isCompleteType(DeclLoc, SourceType)) { in TryUserDefinedConversion()
5732 QualType SourceType; in InitializeFrom() local
5744 SourceType = Initializer->getType(); in InitializeFrom()
5924 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom()
[all …]
H A DSemaChecking.cpp11777 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
11783 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
11788 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
12663 QualType SourceType = E->getType(); in CheckImplicitConversion() local
12668 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
12669 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
12681 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
H A DSemaDeclCXX.cpp12274 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
12275 assert(SourceType && in CheckInheritingConstructorUsingDecl()
12281 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
12287 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h685 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool() argument
691 ICS.Standard.setFromType(SourceType); in getNullptrToBool()
694 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h576 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL,
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h238 UINT8 SourceType; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp832 template <class SourceType>
834 ProgramStateRef State, SourceType Origin) { in inferRange()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo1.c378 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18835 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
18848 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
18856 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
18858 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
18859 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
18861 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
18873 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
18875 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
18888 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
18890 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5615 QualType SourceType, QualType ResType, in convertToType() argument
5620 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
5622 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()