Home
last modified time | relevance | path

Searched refs:LHSExp (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5473 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local
5494 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
5510 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5514 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5519 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5532 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5538 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5574 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy), in CreateBuiltinArraySubscriptExpr()
5576 LHSTy = LHSExp->getType(); in CreateBuiltinArraySubscriptExpr()
5578 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp636 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local
639 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3735 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4567 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
4568 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()