Searched refs:RHSExpr (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h107 const AddrLabelExpr* RHSExpr; member in struct:clang::APValue::AddrLabelDiffData
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) argument
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
344 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
387 const AddrLabelExpr* RHSExpr) {
389 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
/external/clang/lib/Sema/
H A DSemaExpr.cpp5392 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, argument
5395 Expr *NonPointerExpr = RHSExpr;
5401 NullExpr = RHSExpr;
5476 Expr *RHSExpr = RHS.get(); local
5479 S.Diag(RHSExpr->getLocStart(), diag::ext_typecheck_cond_one_void)
5480 << RHSExpr->getSourceRange();
5481 if (!RHSExpr->getType()->isVoidType())
6039 Expr *RHSExpr) {
6062 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd()));
6070 Expr *RHSExpr) {
6035 DiagnoseConditionalPrecedence(Sema &Self, SourceLocation OpLoc, Expr *Condition, Expr *LHSExpr, Expr *RHSExpr) argument
6067 ActOnConditionalOp(SourceLocation QuestionLoc, SourceLocation ColonLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr) argument
7018 diagnoseArithmeticOnTwoVoidPointers(Sema &S, SourceLocation Loc, Expr *LHSExpr, Expr *RHSExpr) argument
7113 checkArithmeticBinOpPointerOperands(Sema &S, SourceLocation Loc, Expr *LHSExpr, Expr *RHSExpr) argument
7155 diagnoseStringPlusInt(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
7194 diagnoseStringPlusChar(Sema &Self, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
7245 diagnosePointerIncompatibility(Sema &S, SourceLocation Loc, Expr *LHSExpr, Expr *RHSExpr) argument
8595 CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, SourceLocation Loc, Sema &Sema) argument
9231 DiagnoseSelfAssignment(Sema &S, Expr *LHSExpr, Expr *RHSExpr, SourceLocation OpLoc) argument
9308 CreateBuiltinBinOp(SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr) argument
9481 DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9566 DiagnoseLogicalAndInLogicalOrLHS(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9588 DiagnoseLogicalAndInLogicalOrRHS(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9625 DiagnoseShiftCompare(Sema &S, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9654 DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc, SourceLocation OpLoc, Expr *LHSExpr, Expr *RHSExpr) argument
9688 ActOnBinOp(Scope *S, SourceLocation TokLoc, tok::TokenKind Kind, Expr *LHSExpr, Expr *RHSExpr) argument
9721 BuildBinOp(Scope *S, SourceLocation OpLoc, BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr) argument
10375 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp50 StringRef RHSExpr = Expr.substr(EQIdx + 1).ltrim();
53 evalComplexExpr(evalSimpleExpr(RHSExpr));
57 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, ""));
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1150 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); local
1152 llvm::Constant *RHS = EmitConstantExpr(RHSExpr, RHSExpr->getType(), CGF);
/external/clang/lib/Analysis/
H A DCFG.cpp504 const Expr *RHSExpr = B->getRHS()->IgnoreParens(); local
507 const Expr *BoolExpr = RHSExpr;
510 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
543 const Expr *RHSExpr = B->getRHS()->IgnoreParens(); local
546 const Expr *BoolExpr = RHSExpr;
549 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
/external/clang/include/clang/Sema/
H A DSema.h3629 tok::TokenKind Kind, Expr *LHSExpr, Expr *RHSExpr);
3631 BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr);
3633 Expr *LHSExpr, Expr *RHSExpr);
3639 Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr);
3677 Expr *RHSExpr, SourceLocation RPLoc);
7801 bool DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr,
/external/clang/lib/AST/
H A DExprConstant.cpp6517 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>();
6518 if (!LHSExpr || !RHSExpr)
6521 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
6699 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>();
6700 if (!LHSExpr || !RHSExpr)
6703 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);

Completed in 159 milliseconds