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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3369 /// isSimpleArrayDecayOperand - If the specified expr is a simple decay from an
3371 static const Expr *isSimpleArrayDecayOperand(const Expr *E) { function
3623 } else if (const Expr *Array = isSimpleArrayDecayOperand(E->getBase())) {
3826 } else if (const Expr *Array = isSimpleArrayDecayOperand(E->getBase())) {

Completed in 109 milliseconds