Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h4252 static TargetType to(SourceType src) {
4253 KMP_ASSERT(src <= static_cast<SourceType>(
4255 KMP_ASSERT(src >= static_cast<SourceType>(
4265 static TargetType to(SourceType src) {
4273 static TargetType to(SourceType src) {
4281 static TargetType to(SourceType src) {
4283 KMP_ASSERT(src <= static_cast<SourceType>(
4298 static TargetType to(SourceType src) {
4299 KMP_ASSERT(src <= static_cast<SourceType>(
4307 static TargetType to(SourceType src) {
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4238 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
5734 QualType SourceType; in InitializeFrom() local
5955 if (!SourceType.isNull() && SourceType->isRecordType()) { in InitializeFrom()
5979 if (!SourceType.isNull() && SourceType->isNullPtrType() && in InitializeFrom()
7868 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local
7869 if (!SourceType->isRecordType()) in CheckMoveOnConstruction()
8755 if (!SourceType->isSamplerT() && !SourceType->isIntegerType()) { in Perform()
8757 << SourceType; in Perform()
8779 SourceType = Init->getType(); in Perform()
8792 << SourceType; in Perform()
[all …]
H A DSemaChecking.cpp12050 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
12056 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
12061 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
12935 QualType SourceType = E->getType(); in CheckImplicitConversion() local
12940 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
12941 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
12953 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
H A DSemaDeclCXX.cpp12411 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
12412 assert(SourceType && in CheckInheritingConstructorUsingDecl()
12418 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
12424 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h585 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL,
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc625 class SourceType { class
632 SourceType s; in TEST()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h342 UINT8 SourceType; member
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c245 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp835 template <class SourceType>
837 SourceType Origin) { in inferRange()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19030 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
19043 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
19051 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
19053 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
19054 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
19056 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
19068 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
19070 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
19085 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
19086 DAG.getConstant(0, DL, SourceType); in reduceBuildVecExtToExtBuildVec()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5643 QualType SourceType, QualType ResType, in convertToType() argument
5648 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
5650 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()