Searched defs:LHSExpr (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExpr.cpp | 8351 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull() 9271 Expr *LHSExpr, in DiagnoseConditionalPrecedence() 9360 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() 11129 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers() 11265 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands() 11318 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt() 11348 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusChar() 11399 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility() 14067 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment() 14112 QualType Sema::CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS, in CheckAssignmentOperands() [all …]
|
| D | SemaChecking.cpp | 17142 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseSelfMove()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 502 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 45 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CFG.cpp | 929 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local 968 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGExprConstant.cpp | 2136 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in tryEmitPrivate() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2989 const MCExpr *LHSExpr = in lowerConstant() local
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ExprConstant.cpp | 5932 const Expr *LHSExpr; member 5983 static bool HandleUnionActiveMemberChange(EvalInfo &Info, const Expr *LHSExpr, in HandleUnionActiveMemberChange() 12748 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local 13291 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>(); in VisitBinaryOperator() local
|