Home | History | Annotate | Download | only in src2

Lines Matching refs:aname

343                     aname = arg[pos+1:].strip()
345 if aname.endswith("&") or aname.endswith("*") or (aname in ["int", "String", "Mat"]):
346 atype = (atype + " " + aname).strip()
347 aname = ""
350 aname = ""
351 if aname.endswith("]"):
352 bidx = aname.find('[')
353 atype += aname[bidx:]
354 aname = aname[:bidx]
355 decl[3].append([atype, aname, defval, []])