Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7719 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull()
7779 Expr *LHSExpr = LHS.get(); in checkConditionalVoidType() local
8624 Expr *LHSExpr, in DiagnoseConditionalPrecedence()
8713 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()
10338 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseArithmeticOnTwoVoidPointers()
10456 Expr *LHSExpr, Expr *RHSExpr) { in checkArithmeticBinOpPointerOperands()
10509 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusInt()
10539 Expr *LHSExpr, Expr *RHSExpr) { in diagnoseStringPlusChar()
10590 Expr *LHSExpr, Expr *RHSExpr) { in diagnosePointerIncompatibility()
12956 static void CheckIdentityFieldAssignment(Expr *LHSExpr, Expr *RHSExpr, in CheckIdentityFieldAssignment()
[all …]
H A DSemaChecking.cpp15414 void Sema::DiagnoseSelfMove(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseSelfMove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp497 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp44 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp921 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
960 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2100 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in tryEmitPrivate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2567 const MCExpr *LHSExpr = in lowerConstant() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5839 const Expr *LHSExpr; member
5890 static bool HandleUnionActiveMemberChange(EvalInfo &Info, const Expr *LHSExpr, in HandleUnionActiveMemberChange()
12397 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); in VisitBinOp() local
12908 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>(); in VisitBinaryOperator() local