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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp2278 /// isSimpleArrayDecayOperand - If the specified expr is a simple decay from an
2280 static const Expr *isSimpleArrayDecayOperand(const Expr *E) { function
2356 } else if (const Expr *Array = isSimpleArrayDecayOperand(E->getBase())) {

Completed in 52 milliseconds