ArrayInterface::is_array_construct_op
Synopsis
Declared in <src/midend/programTransformation/loopProcessing/driver/ArrayInterface.h>
bool
is_array_construct_op(
CPPAstInterface& fa,
AstNodePtr const& arrayExp,
AstInterface::AstNodeList* alias = 0,
int* dimp = 0,
SymbolicFunctionDeclarationGroup* len = 0,
SymbolicFunctionDeclarationGroup* elem = 0);
Created with MrDocs