Home
last modified time | relevance | path

Searched defs:RHSExpr (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp487 const SCEV *RHSExpr = SE->getSCEV(RHS); in tryReassociateBinaryOp() local
645 const SCEV *RHSExpr = SE->getSCEV(RHS); tryReassociateMinOrMax() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8692 DiagnoseConditionalForNull(const Expr * LHSExpr,const Expr * RHSExpr,SourceLocation QuestionLoc) DiagnoseConditionalForNull() argument
9612 DiagnoseConditionalPrecedence(Sema & Self,SourceLocation OpLoc,Expr * Condition,const Expr * LHSExpr,const Expr * RHSExpr) DiagnoseConditionalPrecedence() argument
9701 ActOnConditionalOp(SourceLocation QuestionLoc,SourceLocation ColonLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr) ActOnConditionalOp() argument
10083 OpaqueValueExpr RHSExpr(Loc, RHSType, VK_PRValue); CheckAssignmentConstraints() local
11258 ExprResult *RHSExpr = &RHS; CheckVectorOperands() local
11563 diagnoseArithmeticOnTwoVoidPointers(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) diagnoseArithmeticOnTwoVoidPointers() argument
11699 checkArithmeticBinOpPointerOperands(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) checkArithmeticBinOpPointerOperands() argument
11752 diagnoseStringPlusInt(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusInt() argument
11782 diagnoseStringPlusChar(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusChar() argument
11833 diagnosePointerIncompatibility(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) diagnosePointerIncompatibility() argument
14522 CheckIdentityFieldAssignment(Expr * LHSExpr,Expr * RHSExpr,SourceLocation Loc,Sema & Sema) CheckIdentityFieldAssignment() argument
15412 DiagnoseSelfAssignment(Sema & S,Expr * LHSExpr,Expr * RHSExpr,SourceLocation OpLoc,bool IsBuiltin) DiagnoseSelfAssignment() argument
15544 CorrectDelayedTyposInBinOp(Sema & S,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) CorrectDelayedTyposInBinOp() argument
15595 CreateBuiltinBinOp(SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) CreateBuiltinBinOp() argument
15880 DiagnoseBitwisePrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBitwisePrecedence() argument
15934 DiagnoseLogicalAndInLogicalOrLHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrLHS() argument
15955 DiagnoseLogicalAndInLogicalOrRHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrRHS() argument
15999 DiagnoseShiftCompare(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseShiftCompare() argument
16028 DiagnoseBinOpPrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBinOpPrecedence() argument
16063 ActOnBinOp(Scope * S,SourceLocation TokLoc,tok::TokenKind Kind,Expr * LHSExpr,Expr * RHSExpr) ActOnBinOp() argument
16126 BuildBinOp(Scope * S,SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) BuildBinOp() argument
16902 ActOnChooseExpr(SourceLocation BuiltinLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr,SourceLocation RPLoc) ActOnChooseExpr() argument
[all...]
H A DSemaChecking.cpp18938 DiagnoseSelfMove(const Expr * LHSExpr,const Expr * RHSExpr,SourceLocation OpLoc) DiagnoseSelfMove() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp76 StringRef RHSExpr = Expr.substr(EQIdx + 1).ltrim(); in evaluate() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp927 const Expr *RHSExpr = B->getRHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
966 const Expr *RHSExpr = B->getRHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
1087 const Expr *RHSExpr = B->getRHS()->IgnoreParens(); in checkIncorrectLogicOperator() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2156 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); tryEmitPrivate() local
H A DCGOpenMPRuntime.cpp5118 const Expr *RHSExpr = UpExpr; emitReduction() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13068 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); VisitBinOp() local
13615 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr *>(); VisitBinaryOperator() local