Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8692 DiagnoseConditionalForNull(const Expr * LHSExpr,const Expr * RHSExpr,SourceLocation QuestionLoc) DiagnoseConditionalForNull() argument
9611 DiagnoseConditionalPrecedence(Sema & Self,SourceLocation OpLoc,Expr * Condition,const Expr * LHSExpr,const Expr * RHSExpr) DiagnoseConditionalPrecedence() argument
9700 ActOnConditionalOp(SourceLocation QuestionLoc,SourceLocation ColonLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr) ActOnConditionalOp() argument
11563 diagnoseArithmeticOnTwoVoidPointers(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) diagnoseArithmeticOnTwoVoidPointers() argument
11699 checkArithmeticBinOpPointerOperands(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) checkArithmeticBinOpPointerOperands() argument
11752 diagnoseStringPlusInt(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusInt() argument
11782 diagnoseStringPlusChar(Sema & Self,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) diagnoseStringPlusChar() argument
11833 diagnosePointerIncompatibility(Sema & S,SourceLocation Loc,Expr * LHSExpr,Expr * RHSExpr) diagnosePointerIncompatibility() argument
14522 CheckIdentityFieldAssignment(Expr * LHSExpr,Expr * RHSExpr,SourceLocation Loc,Sema & Sema) CheckIdentityFieldAssignment() argument
14567 CheckAssignmentOperands(Expr * LHSExpr,ExprResult & RHS,SourceLocation Loc,QualType CompoundType,BinaryOperatorKind Opc) CheckAssignmentOperands() argument
15412 DiagnoseSelfAssignment(Sema & S,Expr * LHSExpr,Expr * RHSExpr,SourceLocation OpLoc,bool IsBuiltin) DiagnoseSelfAssignment() argument
15543 CorrectDelayedTyposInBinOp(Sema & S,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) CorrectDelayedTyposInBinOp() argument
15595 CreateBuiltinBinOp(SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) CreateBuiltinBinOp() argument
15879 DiagnoseBitwisePrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBitwisePrecedence() argument
15934 DiagnoseLogicalAndInLogicalOrLHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrLHS() argument
15955 DiagnoseLogicalAndInLogicalOrRHS(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseLogicalAndInLogicalOrRHS() argument
15999 DiagnoseShiftCompare(Sema & S,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseShiftCompare() argument
16027 DiagnoseBinOpPrecedence(Sema & Self,BinaryOperatorKind Opc,SourceLocation OpLoc,Expr * LHSExpr,Expr * RHSExpr) DiagnoseBinOpPrecedence() argument
16063 ActOnBinOp(Scope * S,SourceLocation TokLoc,tok::TokenKind Kind,Expr * LHSExpr,Expr * RHSExpr) ActOnBinOp() argument
16126 BuildBinOp(Scope * S,SourceLocation OpLoc,BinaryOperatorKind Opc,Expr * LHSExpr,Expr * RHSExpr) BuildBinOp() argument
16902 ActOnChooseExpr(SourceLocation BuiltinLoc,Expr * CondExpr,Expr * LHSExpr,Expr * RHSExpr,SourceLocation RPLoc) ActOnChooseExpr() argument
[all...]
H A DSemaChecking.cpp18938 DiagnoseSelfMove(const Expr * LHSExpr,const Expr * RHSExpr,SourceLocation OpLoc) DiagnoseSelfMove() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp502 Instruction *NaryReassociatePass::tryReassociatedBinaryOp(const SCEV *LHSExpr, in tryReassociatedBinaryOp() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp65 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim(); in evaluate() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp926 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectRelationalOperator() local
965 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectEqualityOperator() local
1086 const Expr *LHSExpr = B->getLHS()->IgnoreParens(); in checkIncorrectLogicOperator() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2155 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); tryEmitPrivate() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3236 const MCExpr *LHSExpr = lowerConstant() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6017 const Expr *LHSExpr; global() member
6069 MaybeHandleUnionActiveMemberChange(EvalInfo & Info,const Expr * LHSExpr,const LValue & LHS) MaybeHandleUnionActiveMemberChange() argument
13067 const Expr *LHSExpr = LHSVal.getLValueBase().dyn_cast<const Expr*>(); VisitBinOp() local
13614 const Expr *LHSExpr = LHSValue.Base.dyn_cast<const Expr *>(); VisitBinaryOperator() local
[all...]