Lines Matching refs:lc
1465 unsigned int lc = 0; in readSpec() local
1467 lc++; in readSpec()
1469 if (ref.parse(lc, std::string(line))) { in readSpec()
1491 size_t lc = 0; in readAttributes() local
1494 lc++; in readAttributes()
1514 …stderr, "WARNING: %u: attribute of non existant entry point %s\n", (unsigned int)lc, line.c_str()); in readAttributes()
1521 setGlobalAttribute(line, lc); in readAttributes()
1523 currentEntry->setAttribute(line, lc); in readAttributes()
1532 int ApiGen::setGlobalAttribute(const std::string & line, size_t lc) in setGlobalAttribute() argument
1542 fprintf(stderr, "line %u: missing value for base_opcode\n", (unsigned) lc); in setGlobalAttribute()
1580 … fprintf(stderr, "WARNING: %u : unknown global attribute %s\n", (unsigned int)lc, line.c_str()); in setGlobalAttribute()