Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3996 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
5415 QualType SourceType; in InitializeFrom() local
5427 SourceType = Initializer->getType(); in InitializeFrom()
5637 if (!SourceType.isNull() && SourceType->isRecordType()) { in InitializeFrom()
7175 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local
7176 if (!SourceType->isRecordType()) in CheckMoveOnConstruction()
8036 if (!SourceType->isSamplerT() && !SourceType->isIntegerType()) { in Perform()
8038 << SourceType; in Perform()
8060 SourceType = Init->getType(); in Perform()
8073 << SourceType; in Perform()
[all …]
H A DSemaChecking.cpp10481 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
10487 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
10492 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
11126 QualType SourceType = E->getType(); in CheckImplicitConversion() local
11131 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
11132 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
11144 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
H A DSemaDeclCXX.cpp10190 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
10191 assert(SourceType && in CheckInheritingConstructorUsingDecl()
10197 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
10203 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc625 class SourceType { class
632 SourceType s; in TEST()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h342 UINT8 SourceType; member
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c245 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15980 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
15993 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
16001 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
16003 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
16004 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
16006 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
16018 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
16020 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
16030 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
16031 DAG.getConstant(0, DL, SourceType); in reduceBuildVecExtToExtBuildVec()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3808 QualType SourceType, QualType ResType, in convertToType() argument
3813 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
3815 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()