/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | ProTypeCstyleCastCheck.cpp | 20 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() 50 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
|
D | ProTypeStaticCastDowncastCheck.cpp | 31 QualType SourceType = MatchedCast->getSubExpr()->getType(); in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | AvoidCStyleCastsCheck.cpp | 36 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() 80 const QualType SourceType = SourceTypeAsWritten.getCanonicalType(); in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UndefinedMemoryManipulationCheck.cpp | 59 QualType SourceType = Call->getArg(1)->IgnoreImplicit()->getType(); in check() local
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 1845 static bool isIntTruncCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntTruncCastValid() 1853 static bool isFloatTruncCastValid(Ice::Type SourceType, in isFloatTruncCastValid() 1861 static bool isIntExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntExtCastValid() 1867 static bool isFloatExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isFloatExtCastValid() 1873 static bool isFloatToIntCastValid(Ice::Type SourceType, in isFloatToIntCastValid() 1889 static bool isIntToFloatCastValid(Ice::Type SourceType, in isIntToFloatCastValid() 1906 static bool isBitcastValid(Ice::Type SourceType, Ice::Type TargetType) { in isBitcastValid() 1914 bool convertCastOpToIceOp(uint64_t Opcode, Ice::Type SourceType, in convertCastOpToIceOp()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3634 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() 4571 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local 4979 QualType SourceType; in InitializeFrom() local 6125 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local 6376 QualType SourceType = CurInit.get() ? CurInit.get()->getType() : QualType(); in Perform() local 6785 QualType SourceType = CurInit.get()->getType(); in Perform() local 6910 QualType SourceType = CurInit.get()->getType(); in Perform() local 7200 QualType SourceType = Args[0]->getType(); in Diagnose() local
|
D | SemaChecking.cpp | 7823 void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() 8394 QualType SourceType = E->getType(); in CheckImplicitConversion() local
|
D | SemaDeclCXX.cpp | 8473 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 4179 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() 5172 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local 5665 QualType SourceType; in InitializeFrom() local 7797 QualType SourceType = VD->getType(); in CheckMoveOnConstruction() local 8109 QualType SourceType = CurInit.get() ? CurInit.get()->getType() : QualType(); in Perform() local 8512 QualType SourceType = CurInit.get()->getType(); in Perform() local 8670 QualType SourceType = Init->getType(); in Perform() local 9098 QualType SourceType = OnlyArg->getType(); in Diagnose() local
|
D | SemaChecking.cpp | 11517 static void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() 12394 QualType SourceType = E->getType(); in CheckImplicitConversion() local
|
D | SemaDeclCXX.cpp | 12216 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Overload.h | 684 static ImplicitConversionSequence getNullptrToBool(QualType SourceType, in getNullptrToBool()
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 601 class SourceType { class
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3042 QualType SourceType, QualType ResType, in convertToType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 5193 QualType SourceType, QualType ResType, in convertToType()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12562 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17336 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18515 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
|