Home
last modified time | relevance | path

Searched refs:LHSExpr (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h106 const AddrLabelExpr* LHSExpr; member
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue() argument
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr); in APValue()
340 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->LHSExpr; in getAddrLabelDiffLHS()
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr, in setAddrLabelDiff() argument
388 ((AddrLabelDiffData*)(char*)Data.buffer)->LHSExpr = LHSExpr; in setAddrLabelDiff()
/external/clang/lib/Sema/
DSemaExpr.cpp5392 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull() argument
5394 Expr *NullExpr = LHSExpr; in DiagnoseConditionalForNull()
5402 NonPointerExpr = LHSExpr; in DiagnoseConditionalForNull()
5475 Expr *LHSExpr = LHS.get(); in checkConditionalVoidType() local
5478 if (!LHSExpr->getType()->isVoidType()) in checkConditionalVoidType()
5482 S.Diag(LHSExpr->getLocStart(), diag::ext_typecheck_cond_one_void) in checkConditionalVoidType()
5483 << LHSExpr->getSourceRange(); in checkConditionalVoidType()
6038 Expr *LHSExpr, in DiagnoseConditionalPrecedence() argument
6069 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp() argument
6075 if (!LHSExpr) { in ActOnConditionalOp()
[all …]
DSemaChecking.cpp4589 if (Expr *LHSExpr = C->getLHS()) { in EvalAddr() local
4591 if (!LHSExpr->getType()->isVoidType()) in EvalAddr()
4592 if (Expr *LHS = EvalAddr(LHSExpr, refVars, ParentDecl)) in EvalAddr()
4753 if (Expr *LHSExpr = C->getLHS()) { in EvalVal() local
4755 if (!LHSExpr->getType()->isVoidType()) in EvalVal()
4756 if (Expr *LHS = EvalVal(LHSExpr, refVars, ParentDecl)) in EvalVal()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp39 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
43 evalComplexExpr(evalSimpleExpr(LHSExpr)); in evaluate()
47 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1149 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue() local
1151 llvm::Constant *LHS = EmitConstantExpr(LHSExpr, LHSExpr->getType(), CGF); in EmitConstantValue()
/external/clang/lib/Analysis/
DCFG.cpp503 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
506 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectRelationalOperator()
511 BoolExpr = LHSExpr; in checkIncorrectRelationalOperator()
542 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
545 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr); in checkIncorrectEqualityOperator()
550 BoolExpr = LHSExpr; in checkIncorrectEqualityOperator()
/external/clang/include/clang/Sema/
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);
3676 Expr *CondExpr, Expr *LHSExpr,
7769 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);
7801 bool DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr,
/external/clang/lib/AST/
DExprConstant.cpp6516 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
6518 if (!LHSExpr || !RHSExpr) in VisitBinOp()
6520 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinOp()
6698 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>(); in VisitBinaryOperator() local
6700 if (!LHSExpr || !RHSExpr) in VisitBinaryOperator()
6702 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinaryOperator()