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

/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h66 const TypeDescriptor &RHSType; member in struct:__ubsan::ShiftOutOfBoundsData
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp87 unsigned RHSType = RHS.Symbol->getType(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp33 Type *RHSType = RHSVal->getType(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1457 QualType RHSType = local
H A DSemaExprCXX.cpp4536 QualType RHSType = RHS.get()->getType(); local
H A DSemaChecking.cpp2673 QualType RHSType = TheCall->getArg(1)->getType(); local
H A DSemaExpr.cpp1018 handleComplexFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1105 handleFloatConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1159 handleIntegerConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1209 handleComplexIntConversion(Sema &S, ExprResult &LHS, ExprResult &RHS, QualType LHSType, QualType RHSType, bool IsCompAssign) argument
1272 QualType RHSType = local
6262 QualType RHSType = local
6878 checkPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7002 checkBlockPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7032 checkObjCPointerTypesForAssignment(Sema &S, QualType LHSType, QualType RHSType) argument
7066 CheckAssignmentConstraints(SourceLocation Loc, QualType LHSType, QualType RHSType) argument
7099 QualType RHSType = RHS.get()->getType(); local
7382 QualType RHSType = RHS.get()->getType(); local
7630 QualType RHSType = RHS.get()->getType().getUnqualifiedType(); local
7725 << RHSType; local
8374 QualType RHSType = RHS.get()->getType(); local
8547 QualType RHSType = RHS.get()->getType(); local
8797 QualType RHSType = RHS.get()->getType(); local
9099 CheckObjCARCConversion(SourceRange(), RHSType, E, CCK_ImplicitConversion); local
9708 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : local
[all...]

Completed in 247 milliseconds