Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3658 static const Expr *isSimpleArrayDecayOperand(const Expr *E) { in isSimpleArrayDecayOperand() function
3911 } else if (const Expr *Array = isSimpleArrayDecayOperand(E->getBase())) { in EmitArraySubscriptExpr()
4136 } else if (const Expr *Array = isSimpleArrayDecayOperand(E->getBase())) { in EmitOMPArraySectionExpr()