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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5366 Expr *LHSExp = Base; local
5375 for (auto *Op : {LHSExp, RHSExp}) {
5383 if (!LHSExp->getType()->getAs<VectorType>()) {
5384 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp);
5387 LHSExp = Result.get();
5394 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
5403 BaseExpr = LHSExp;
5407 BaseExpr = LHSExp;
5412 BaseExpr = LHSExp;
5425 IndexExpr = LHSExp;
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp631 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
634 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4572 Expr *LHSExp = CEXPR->getLHS(); local
4573 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);
H A DRewriteObjC.cpp3742 Expr *LHSExp = CEXPR->getLHS(); local
3743 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp);

Completed in 387 milliseconds