Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5402 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local
5411 for (auto *Op : {LHSExp, RHSExp}) { in CreateBuiltinArraySubscriptExpr()
5419 if (!LHSExp->getType()->getAs<VectorType>()) { in CreateBuiltinArraySubscriptExpr()
5420 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp); in CreateBuiltinArraySubscriptExpr()
5423 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
5430 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr()
5439 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5443 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5448 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
5461 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
[all …]
/external/clang/lib/Sema/
DSemaExpr.cpp4359 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local
4363 if (!LHSExp->getType()->getAs<VectorType>()) { in CreateBuiltinArraySubscriptExpr()
4364 ExprResult Result = DefaultFunctionArrayLvalueConversion(LHSExp); in CreateBuiltinArraySubscriptExpr()
4367 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
4374 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType(); in CreateBuiltinArraySubscriptExpr()
4385 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
4389 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
4394 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
4407 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
4413 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()
[all …]
/external/clang/lib/Analysis/
DThreadSafety.cpp588 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local
591 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp631 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local
634 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3734 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
3735 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
DRewriteModernObjC.cpp4575 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
4576 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3747 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
3748 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
DRewriteModernObjC.cpp4578 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local
4579 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()