Home
last modified time | relevance | path

Searched defs:LHSResult (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp67 if (LHSResult.hasError()) in evaluate() local
207 computeBinOpResult(BinOpToken Op,const EvalResult & LHSResult,const EvalResult & RHSResult) const computeBinOpResult() argument
705 EvalResult LHSResult; evalComplexExpr() local
[all...]
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13192 EvalResult LHSResult; // meaningful only for binary operator expression. global() member
13283 VisitBinOpLHSOnly(EvalResult & LHSResult,const BinaryOperator * E,bool & SuppressRHSDiags) VisitBinOpLHSOnly() argument
13341 VisitBinOp(const EvalResult & LHSResult,const EvalResult & RHSResult,const BinaryOperator * E,APValue & Result) VisitBinOp() argument
16591 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); CheckICE() local
16623 ICEDiag LHSResult = CheckICE(Exp->getLHS(), Ctx); CheckICE() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8299 ExprResult LHSResult = CheckPlaceholderExpr(LHS.get()); CheckConditionalOperands() local
8677 ExprResult LHSResult = CorrectDelayedTyposInExpr(LHSExpr); ActOnConditionalOp() local
11117 Expr::EvalResult LHSResult; DiagnoseBadShiftValues() local
12923 ExprResult LHSResult = LHS, RHSResult = RHS; CheckBitwiseOperands() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1275 Expr::EvalResult LHSResult; tryEvaluateBool() local