Searched defs:LHSExpr (Results  1 – 10 of 10) sorted by relevance
| /external/clang/include/clang/AST/ | 
| D | APValue.h | 106     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/ | 
| D | SemaExpr.cpp | 6117 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 …] 
 | 
| D | SemaChecking.cpp | 6664     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/ | 
| D | NaryReassociate.cpp | 473 Instruction *NaryReassociate::tryReassociatedBinaryOp(const SCEV *LHSExpr,  in tryReassociatedBinaryOp()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | NaryReassociate.cpp | 473 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr,  in tryReassociatedBinaryOp()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldChecker.cpp | 43     StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim();  in evaluate()  local
  | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldChecker.cpp | 43     StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim();  in evaluate()  local
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGExprConstant.cpp | 1394     const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS();  in EmitConstantValue()  local
  | 
| /external/clang/lib/Analysis/ | 
| D | CFG.cpp | 645     const Expr *LHSExpr = B->getLHS()->IgnoreParens();  in checkIncorrectRelationalOperator()  local 684     const Expr *LHSExpr = B->getLHS()->IgnoreParens();  in checkIncorrectEqualityOperator()  local
  | 
| /external/clang/lib/AST/ | 
| D | ExprConstant.cpp | 7383     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
  |