Searched refs:id_loc (Results 1 – 9 of 9) sorted by relevance
118 idesc->id_loc = 0; in dirscan()127 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf, in dirscan()151 if (idesc->id_loc % DIRBLKSIZ == 0 && idesc->id_filesize > 0 && in fsck_readdir()152 idesc->id_loc < blksiz) { in fsck_readdir()153 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()160 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()168 idesc->id_loc += DIRBLKSIZ; in fsck_readdir()173 if (idesc->id_filesize <= 0 || idesc->id_loc >= blksiz) in fsck_readdir()175 dploc = idesc->id_loc; in fsck_readdir()177 idesc->id_loc += dp->d_reclen; in fsck_readdir()[all …]
235 int id_loc; /* for DATA nodes, current location in dir */ member
333 location_t id_loc; /* Currently only set for cdk_id. */ member
5446 DECL_SOURCE_LOCATION (decl) = declarator->id_loc; in grokdeclarator()7716 ret->id_loc = input_location; in build_id_declarator()
2514 inner->id_loc = c_parser_peek_token (parser)->location; in c_parser_direct_declarator()
29271 * c-tree.h (struct c_declarator): New id_loc field.29278 (c_parser_direct_declarator): Set declarator's id_loc from29279 c_token's id_loc.29281 declarator's id_loc, rather than probably-imprecise input_location.29282 (build_id_declarator): Initialize c_declarator's id_loc field.
3767 location_t id_loc; /* Currently only set for cdk_id. */ member
6394 * cp-tree.h (struct cp_declarator): New id_loc field.6397 (cp_parser_direct_declarator): Set declarator's id_loc from6398 cp_token's id_loc.
12368 declarator->id_loc = token->location; in cp_parser_direct_declarator()