Searched defs:RHSType (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp32 Type *RHSType = RHSVal->getType(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1321 QualType RHSType = local
H A DSemaExprCXX.cpp3912 QualType RHSType = RHS.get()->getType(); local
H A DSemaChecking.cpp1480 QualType RHSType = TheCall->getArg(1)->getType(); local
H A DSemaExpr.cpp869 handleComplexFloatToComplexFloatConverstion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
930 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1008 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1107 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1170 QualType RHSType = local
5694 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5817 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5847 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
5881 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
5914 QualType RHSType = RHS.get()->getType(); local
6198 QualType RHSType = RHS.get()->getType(); local
6353 QualType RHSType = local
7051 QualType RHSType = RHS.get()->getType(); local
7251 QualType RHSType = RHS.get()->getType(); local
8013 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]

Completed in 117 milliseconds