Home
last modified time | relevance | path

Searched defs:LHSExpr (Results 1 – 18 of 18) 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/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/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp473 Instruction *NaryReassociate::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp473 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7619 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull()
7679 Expr *LHSExpr = LHS.get(); in checkConditionalVoidType() local
8524 Expr *LHSExpr, in DiagnoseConditionalPrecedence()
8613 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
10233 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers()
10351 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands()
10404 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt()
10434 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusChar()
10485 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility()
12838 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment()
[all …]
DSemaChecking.cpp15145 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseSelfMove()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp469 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp43 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp44 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/external/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/llvm-project/clang/lib/Analysis/
DCFG.cpp921 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
960 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2099 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in tryEmitPrivate() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2456 const MCExpr *LHSExpr = in lowerConstant() local
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5831 const Expr *LHSExpr; member
5882 static bool HandleUnionActiveMemberChange(EvalInfo &Info, const Expr *LHSExpr, in HandleUnionActiveMemberChange()
12374 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
12902 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>(); in VisitBinaryOperator() 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