Home
last modified time | relevance | path

Searched defs:SourceType (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1845 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/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h51 unsigned SourceType; member
/external/clang/lib/Sema/
DSemaInit.cpp3634 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
DSemaChecking.cpp7823 void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast()
8394 QualType SourceType = E->getType(); in CheckImplicitConversion() local
DSemaDeclCXX.cpp8473 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc550 class SourceType { class
/external/googletest/googlemock/test/
Dgmock-actions_test.cc616 class SourceType { class
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3042 QualType SourceType, QualType ResType, in convertToType()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12562 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15387 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go6458 SourceType string `json:"sourceType,omitempty"` member