| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CXXDeleteChecker.cpp | 166 QualType SourceType = BaseClassRegion->getValueType(); in checkTypedDeleteExpr() local 172 << SourceType.getAsString(C.getASTContext().getPrintingPolicy()) in checkTypedDeleteExpr() 196 QualType SourceType = CastE->getSubExpr()->getType()->getPointeeType(); in VisitNode() local 199 if (SourceType.isNull() || TargetType.isNull() || SourceType == TargetType) in VisitNode() 214 OS << "Casting from '" << SourceType.getAsString() << "' to '" in VisitNode()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | EvaluationResult.cpp | 173 QualType SourceType; in dump() local 176 SourceType = VD->getType(); in dump() 178 SourceType = E->getType(); in dump() 183 P->toAPValue().printPretty(OS, ASTCtx, SourceType); in dump() 185 FP->toAPValue().printPretty(OS, ASTCtx, SourceType); in dump()
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp.h | 4754 static TargetType to(SourceType src) { 4755 KMP_ASSERT(src <= static_cast<SourceType>( 4757 KMP_ASSERT(src >= static_cast<SourceType>( 4767 static TargetType to(SourceType src) { 4775 static TargetType to(SourceType src) { 4783 static TargetType to(SourceType src) { 4785 KMP_ASSERT(src <= static_cast<SourceType>( 4800 static TargetType to(SourceType src) { 4801 KMP_ASSERT(src <= static_cast<SourceType>( 4809 static TargetType to(SourceType src) { [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 109 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset() argument 132 SourceType, Index.begin()); in accumulateConstantOffset()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 4401 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding() 6179 QualType SourceType; in InitializeFrom() local 6436 (SourceType.isNull() || in InitializeFrom() 6474 if (!SourceType.isNull() && SourceType->isRecordType()) { in InitializeFrom() 6499 if (!SourceType.isNull() && SourceType->isNullPtrType() && in InitializeFrom() 8415 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local 8416 if (!SourceType->isRecordType()) in CheckMoveOnConstruction() 9327 if (!SourceType->isSamplerT() && !SourceType->isIntegerType()) { in Perform() 9329 << SourceType; in Perform() 9351 SourceType = Init->getType(); in Perform() [all …]
|
| H A D | SemaChecking.cpp | 15161 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument 15167 << SourceType << T << E->getSourceRange() in DiagnoseImpCast() 15172 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast() 16085 QualType SourceType = E->getType(); in CheckImplicitConversion() local 16090 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion() 16091 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion() 16103 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
|
| H A D | SemaDeclCXX.cpp | 13159 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local 13160 assert(SourceType && in CheckInheritingConstructorUsingDecl() 13166 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl() 13172 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | RandomIRBuilder.h | 59 enum SourceType { enum
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 717 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool() argument 723 ICS.Standard.setFromType(SourceType); in getNullptrToBool() 726 ICS.Standard.setToType(0, SourceType); in getNullptrToBool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Operator.h | 498 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL,
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 345 UINT8 SourceType; member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 383 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (SourceType), "SourceType", 0},
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1211 template <class SourceType> 1213 SourceType Origin) { in inferRange()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22540 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local 22553 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 22561 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec() 22563 SourceType = InTy; in reduceBuildVecExtToExtBuildVec() 22564 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec() 22566 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() 22579 SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec() 22581 llvm::has_single_bit<uint32_t>(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec() 22596 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec() 22597 DAG.getConstant(0, DL, SourceType); in reduceBuildVecExtToExtBuildVec() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6286 QualType SourceType, QualType ResType, in convertToType() argument 6291 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType() 6293 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
|