Home
last modified time | relevance | path

Searched refs:RHSExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h107 const AddrLabelExpr* RHSExpr; member
162 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue() argument
164 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr); in APValue()
345 return ((const AddrLabelDiffData*)(const char*)Data)->RHSExpr; in getAddrLabelDiffRHS()
388 const AddrLabelExpr* RHSExpr) { in setAddrLabelDiff() argument
390 ((AddrLabelDiffData*)(char*)Data)->RHSExpr = RHSExpr; in setAddrLabelDiff()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp5252 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull() argument
5255 Expr *NonPointerExpr = RHSExpr; in DiagnoseConditionalForNull()
5261 NullExpr = RHSExpr; in DiagnoseConditionalForNull()
5336 Expr *RHSExpr = RHS.get(); in checkConditionalVoidType() local
5339 S.Diag(RHSExpr->getLocStart(), diag::ext_typecheck_cond_one_void) in checkConditionalVoidType()
5340 << RHSExpr->getSourceRange(); in checkConditionalVoidType()
5341 if (!RHSExpr->getType()->isVoidType()) in checkConditionalVoidType()
5869 Expr *RHSExpr) { in DiagnoseConditionalPrecedence() argument
5892 SourceRange(CondRHS->getLocStart(), RHSExpr->getLocEnd())); in DiagnoseConditionalPrecedence()
5900 Expr *RHSExpr) { in ActOnConditionalOp() argument
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprConstant.cpp1142 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue() local
1144 llvm::Constant *RHS = EmitConstantExpr(RHSExpr, RHSExpr->getType(), CGF); in EmitConstantValue()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h3492 tok::TokenKind Kind, Expr *LHSExpr, Expr *RHSExpr);
3494 BinaryOperatorKind Opc, Expr *LHSExpr, Expr *RHSExpr);
3496 Expr *LHSExpr, Expr *RHSExpr);
3502 Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr);
3540 Expr *RHSExpr, SourceLocation RPLoc);
7433 bool DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp6467 const Expr *RHSExpr = RHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
6468 if (!LHSExpr || !RHSExpr) in VisitBinOp()
6471 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinOp()
6649 const Expr *RHSExpr = RHSValue.Base.dyn_cast<const Expr*>(); in VisitBinaryOperator() local
6650 if (!LHSExpr || !RHSExpr) in VisitBinaryOperator()
6653 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinaryOperator()