Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dsemantics.c468 processeconstrefsR(Symbol* avsym, Datalist* data) in processeconstrefsR() argument
476 processeconstrefsR(avsym,con->value.compoundv); in processeconstrefsR()
478 fixeconstref(avsym,con); in processeconstrefsR()
484 fixeconstref(Symbol* avsym, NCConstant* con) in fixeconstref() argument
492 ASSERT(avsym->objectclass == NC_VAR || avsym->objectclass == NC_ATT); in fixeconstref()
494 if(avsym->objectclass == NC_VAR) { in fixeconstref()
495 basetype = avsym->typ.basetype; in fixeconstref()
496 varsym = avsym; in fixeconstref()
498 basetype = avsym->typ.basetype; in fixeconstref()
499 varsym = avsym->container; in fixeconstref()
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dsemantics.c468 processeconstrefsR(Symbol* avsym, Datalist* data) in processeconstrefsR() argument
476 processeconstrefsR(avsym,con->value.compoundv); in processeconstrefsR()
478 fixeconstref(avsym,con); in processeconstrefsR()
484 fixeconstref(Symbol* avsym, NCConstant* con) in fixeconstref() argument
492 ASSERT(avsym->objectclass == NC_VAR || avsym->objectclass == NC_ATT); in fixeconstref()
494 if(avsym->objectclass == NC_VAR) { in fixeconstref()
495 basetype = avsym->typ.basetype; in fixeconstref()
496 varsym = avsym; in fixeconstref()
498 basetype = avsym->typ.basetype; in fixeconstref()
499 varsym = avsym->container; in fixeconstref()