Searched defs:SourceType (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXDeleteChecker.cpp | 166 QualType SourceType = BaseClassRegion->getValueType(); in checkTypedDeleteExpr() local 196 QualType SourceType = CastE->getSubExpr()->getType()->getPointeeType(); in VisitNode() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 59 enum SourceType { enum
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 513 QualType SourceType, in authPointerToPointerCast() 538 QualType SourceType, in authPointerToPointerCast()
|
H A D | CGStmtOpenMP.cpp | 6339 QualType SourceType, QualType ResType, in convertToType()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 123 Type *SourceType, ArrayRef<const Value *> Index, const DataLayout &DL, in accumulateConstantOffset()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 359 QualType SourceType; in dump() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 4523 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() 5821 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local 6320 QualType SourceType; in InitializeFrom() local 7359 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local 7701 QualType SourceType = CurInit.get() ? CurInit.get()->getType() : QualType(); in Perform() local 8115 QualType SourceType = CurInit.get()->getType(); in Perform() local 8342 QualType SourceType = Init->getType(); in Perform() local 8800 QualType SourceType = OnlyArg->getType(); in Diagnose() local
|
H A D | SemaChecking.cpp | 10388 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() 11197 QualType SourceType = E->getEnumCoercedType(Context); in CheckImplicitConversion() local
|
H A D | SemaDeclCXX.cpp | 13037 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 766 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 346 UINT8 SourceType; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22900 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
|