Home
last modified time | relevance | path

Searched defs:LHSExpr (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h106 const AddrLabelExpr* LHSExpr; member
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue()
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr, in setAddrLabelDiff()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp473 Instruction *NaryReassociate::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/external/clang/lib/Sema/
DSemaExpr.cpp6117 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull()
6177 Expr *LHSExpr = LHS.get(); in checkConditionalVoidType() local
6978 Expr *LHSExpr, in DiagnoseConditionalPrecedence()
7009 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
8094 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers()
8196 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands()
8251 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt()
8290 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusChar()
8341 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility()
9945 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment()
[all …]
DSemaChecking.cpp6664 if (const Expr *LHSExpr = C->getLHS()) { in EvalAddr() local
6837 if (const Expr *LHSExpr = C->getLHS()) { in EvalVal() local
10435 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseSelfMove()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp473 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp43 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp43 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1394 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue() local
/external/clang/lib/Analysis/
DCFG.cpp645 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
684 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
/external/clang/lib/AST/
DExprConstant.cpp7383 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
7605 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr*>(); in VisitBinaryOperator() local