Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp697 static const Expr *getSimpleArrayDecayOperand(const Expr *e) { in getSimpleArrayDecayOperand() function
825 if (const Expr *array = getSimpleArrayDecayOperand(e->getBase())) { in emitArraySubscriptExpr()