Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h106 const AddrLabelExpr* LHSExpr; member
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue()
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr, in setAddrLabelDiff()
/aosp_15_r20/external/clang/lib/Sema/
H A 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 …]
H A 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()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp473 Instruction *NaryReassociate::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp473 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp502 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp45 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp43 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp43 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp645 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
684 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1394 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2965 const MCExpr *LHSExpr = in lowerConstant() local
/aosp_15_r20/external/clang/lib/AST/
H A 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