Searched defs:RHSExpr (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | APValue.h | 107 const AddrLabelExpr* RHSExpr; member 162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue() 381 const AddrLabelExpr* RHSExpr) { in setAddrLabelDiff()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 4629 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull() 4713 Expr *RHSExpr = RHS.get(); in checkConditionalVoidType() local 5246 Expr *RHSExpr) { in DiagnoseConditionalPrecedence() 5277 Expr *RHSExpr) { in ActOnConditionalOp() 5530 OpaqueValueExpr RHSExpr(Loc, RHSType, VK_RValue); in CheckAssignmentConstraints() local 6166 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers() 6261 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands() 6303 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt() 6342 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility() 7618 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1165 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 4653 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local 4913 const Expr *RHSExpr = LHSValue.Base.dyn_cast<const Expr*>(); in VisitBinaryOperator() local
|