Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5190 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local
5199 for (auto *Op : {LHSExp, RHSExp}) { in CreateBuiltinArraySubscriptExpr()
5207 if (!LHSExp->getType()->isSubscriptableVectorType()) { in CreateBuiltinArraySubscriptExpr()
5208 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp); in CreateBuiltinArraySubscriptExpr()
5211 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
5218 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr()
5227 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5230 getDependentArraySubscriptType(LHSExp, RHSExp, getASTContext()); in CreateBuiltinArraySubscriptExpr()
5232 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5237 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp641 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local
644 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3727 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
3728 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4549 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
4550 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()