Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp8351 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull()
9271 Expr *LHSExpr, in DiagnoseConditionalPrecedence()
9360 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
11129 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers()
11265 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands()
11318 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt()
11348 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusChar()
11399 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility()
14067 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment()
14112 QualType Sema::CheckAssignmentOperands(Expr *LHSExpr, ExprResult &RHS, in CheckAssignmentOperands()
[all …]
DSemaChecking.cpp17142 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseSelfMove()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp502 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp45 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCFG.cpp929 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
968 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprConstant.cpp2136 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in tryEmitPrivate() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2989 const MCExpr *LHSExpr = in lowerConstant() local
/openbsd/src/gnu/llvm/clang/lib/AST/
DExprConstant.cpp5932 const Expr *LHSExpr; member
5983 static bool HandleUnionActiveMemberChange(EvalInfo &Info, const Expr *LHSExpr, in HandleUnionActiveMemberChange()
12748 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
13291 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>(); in VisitBinaryOperator() local