| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_acl.c | 59 static size_t archive_acl_text_len(struct archive_acl *acl, int want_type, 378 * Return a count of entries matching "want_type". 381 archive_acl_count(struct archive_acl *acl, int want_type) 389 if ((ap->type & want_type) != 0) 394 if (count > 0 && ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0)) 410 * of entries matching "want_type", or zero if there are no 414 archive_acl_reset(struct archive_acl *acl, int want_type) 418 count = archive_acl_count(acl, want_type); 425 if ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0) 444 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, 515 int want_type; local 686 int id, r, want_type; local 923 int id, r, want_type; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.c | 781 minimal_symbol_type want_type = msym_prefer_to_msym_type (prefer); local 896 && msymbol[hi].type () != want_type 897 && msymbol[hi - 1].type () == want_type
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.c | 783 minimal_symbol_type want_type = msym_prefer_to_msym_type (prefer); local 898 && msymbol[hi].type () != want_type 899 && msymbol[hi - 1].type () == want_type
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| search.cc | 411 Otherwise, return a DECL with the indicated name. If WANT_TYPE is 984 int want_type; 1062 nval = get_class_binding (type, lfi->name, lfi->want_type); 1158 WANT_TYPE is 1 when we should only return TYPE_DECLs. 1165 lookup_member (tree xbasetype, tree name, int protect, bool want_type, 1216 lfi.want_type = want_type; 1407 lookup_field (tree xbasetype, tree name, int protect, bool want_type) 1409 tree rval = lookup_member (xbasetype, name, protect, want_type, 1427 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false 983 int want_type; member in struct:lookup_field_info [all...] |
| decl.cc | 4517 bool want_type = (tag_type != none_type && tag_type != typename_type) 4519 t = lookup_member (context, name, /*protect=*/2, want_type, complain); 4509 bool want_type = (tag_type != none_type && tag_type != typename_type) local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| search.cc | 391 Otherwise, return a DECL with the indicated name. If WANT_TYPE is 944 int want_type; 1022 nval = get_class_binding (type, lfi->name, lfi->want_type); 1107 WANT_TYPE is 1 when we should only return TYPE_DECLs. 1114 lookup_member (tree xbasetype, tree name, int protect, bool want_type, 1165 lfi.want_type = want_type; 1356 lookup_field (tree xbasetype, tree name, int protect, bool want_type) 1358 tree rval = lookup_member (xbasetype, name, protect, want_type, 1376 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false 943 int want_type; member in struct:lookup_field_info [all...] |