HomeSort by: relevance | last modified time | path
    Searched defs:excludes (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
namespace.h 41 excludes = NULL
49 excludes = NULL
58 excludes = NULL
64 excludes = ["x"]
74 excludes = NULL
85 excludes = NULL
109 EXCLUDES entries, the last entry is NULL. */
110 const char *excludes[1]; member in struct:using_direct
125 const std::vector<const char *> &excludes,
namespace.h 41 excludes = NULL
49 excludes = NULL
58 excludes = NULL
64 excludes = ["x"]
74 excludes = NULL
85 excludes = NULL
109 EXCLUDES entries, the last entry is NULL. */
110 const char *excludes[1]; member in struct:using_direct
125 const std::vector<const char *> &excludes,
cp-namespace.c 101 std::vector<const char *> excludes; member in class:std
104 nullptr, nullptr, excludes, 0,
470 /* Do not follow CURRENT if NAME matches its EXCLUDES. */
471 for (excludep = current->excludes; *excludep; excludep++)
cp-namespace.c 101 std::vector<const char *> excludes; member in class:std
104 nullptr, nullptr, excludes, 0,
470 /* Do not follow CURRENT if NAME matches its EXCLUDES. */
471 for (excludep = current->excludes; *excludep; excludep++)
  /src/external/gpl3/gdb/dist/gdb/
namespace.h 41 excludes = NULL
49 excludes = NULL
58 excludes = NULL
64 excludes = ["x"]
74 excludes = NULL
85 excludes = NULL
109 EXCLUDES entries, the last entry is NULL. */
110 const char *excludes[1]; member in struct:using_direct
125 const std::vector<const char *> &excludes,
namespace.h 41 excludes = NULL
49 excludes = NULL
58 excludes = NULL
64 excludes = ["x"]
74 excludes = NULL
85 excludes = NULL
109 EXCLUDES entries, the last entry is NULL. */
110 const char *excludes[1]; member in struct:using_direct
125 const std::vector<const char *> &excludes,
cp-namespace.c 101 std::vector<const char *> excludes; member in class:std
104 nullptr, nullptr, excludes, 0,
472 /* Do not follow CURRENT if NAME matches its EXCLUDES. */
473 for (excludep = current->excludes; *excludep; excludep++)
cp-namespace.c 101 std::vector<const char *> excludes; member in class:std
104 nullptr, nullptr, excludes, 0,
472 /* Do not follow CURRENT if NAME matches its EXCLUDES. */
473 for (excludep = current->excludes; *excludep; excludep++)
  /src/usr.bin/diff/
diff.h 96 struct excludes { struct
98 struct excludes *next;
110 extern struct excludes *excludes_list;
diff.h 96 struct excludes { struct
98 struct excludes *next;
110 extern struct excludes *excludes_list;
  /src/lib/libc/citrus/modules/
citrus_big5.c 106 _BIG5ExcludeList excludes; member in struct:__anon244
187 TAILQ_FOREACH(exclude, &ei->excludes, entry) {
227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
235 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry);
243 _CITRUS_PROP_HINT_NUM("excludes", &_citrus_BIG5_fill_excludes),
255 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) {
256 TAILQ_REMOVE(&ei->excludes, exclude, entry);
272 TAILQ_INIT(&ei->excludes);
284 TAILQ_INIT(&ei->excludes);
citrus_big5.c 106 _BIG5ExcludeList excludes; member in struct:__anon244
187 TAILQ_FOREACH(exclude, &ei->excludes, entry) {
227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
235 TAILQ_INSERT_TAIL(&ei->excludes, exclude, entry);
243 _CITRUS_PROP_HINT_NUM("excludes", &_citrus_BIG5_fill_excludes),
255 while ((exclude = TAILQ_FIRST(&ei->excludes)) != NULL) {
256 TAILQ_REMOVE(&ei->excludes, exclude, entry);
272 TAILQ_INIT(&ei->excludes);
284 TAILQ_INIT(&ei->excludes);
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1373 excludes=[],
1383 refs = {"includes": includes, "excludes": excludes}
1384 for ref_type in ("includes", "excludes"):
1398 for ref in refs["excludes"]:
1737 excludes = ( variable
1799 excludes=tags[idx + 1 :] + excludes, variable
gitchangelog.py 1373 excludes=[],
1383 refs = {"includes": includes, "excludes": excludes}
1384 for ref_type in ("includes", "excludes"):
1398 for ref in refs["excludes"]:
1737 excludes = ( variable
1799 excludes=tags[idx + 1 :] + excludes, variable
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 582 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
601 new_exclude->next = excludes;
602 excludes = new_exclude;
711 for (ex = excludes; ex; ex = ex->next)
2946 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
pe-dll.c 582 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
601 new_exclude->next = excludes;
602 excludes = new_exclude;
711 for (ex = excludes; ex; ex = ex->next)
2946 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 555 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
574 new_exclude->next = excludes;
575 excludes = new_exclude;
684 for (ex = excludes; ex; ex = ex->next)
2944 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
pe-dll.c 555 static struct exclude_list_struct *excludes = 0; variable in typeref:struct:exclude_list_struct
574 new_exclude->next = excludes;
575 excludes = new_exclude;
684 for (ex = excludes; ex; ex = ex->next)
2944 for (ex = excludes, found = 0; ex && !found; ex = ex->next)
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1470 new_exclude->next = excludes;
1471 excludes = new_exclude;
1487 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3743 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3816 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4049 symbols in the .drectve section. The default excludes are meant
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1470 new_exclude->next = excludes;
1471 excludes = new_exclude;
1487 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3743 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3816 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4049 symbols in the .drectve section. The default excludes are meant
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1469 new_exclude->next = excludes;
1470 excludes = new_exclude;
1486 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3742 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3815 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4048 symbols in the .drectve section. The default excludes are meant
dlltool.c 795 static struct string_list *excludes; variable in typeref:struct:string_list
1469 new_exclude->next = excludes;
1470 excludes = new_exclude;
1486 for (excl_item = excludes; excl_item; excl_item = excl_item->next)
3742 fprintf (file, _(" --no-default-excludes Clear default exclude symbols\n"));
3815 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
4048 symbols in the .drectve section. The default excludes are meant
  /src/external/mit/isl/dist/
isl_union_map.c 4137 isl_bool excludes; local
4143 excludes = union_map_forall_user(umap, &map_excludes, &data);
4145 return isl_bool_not(excludes);
isl_union_map.c 4137 isl_bool excludes; local
4143 excludes = union_map_forall_user(umap, &map_excludes, &data);
4145 return isl_bool_not(excludes);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 7188 std::vector<const char *> excludes;
7304 excludes.push_back (imported_name);
7314 excludes,
14305 std::vector<const char *> excludes;
14308 NULL, excludes,
7180 std::vector<const char *> excludes; member in class:std
7306 excludes, local
14296 std::vector<const char *> excludes; member in class:std
14299 NULL, excludes, local

Completed in 87 milliseconds

1 2