OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizer_opts
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
opt-suggestions.cc
171
for (int j = 0;
sanitizer_opts
[j].name != NULL; ++j)
176
if (
sanitizer_opts
[j].flag == ~0U && i == OPT_fsanitize_)
185
sanitizer_opts
[j].name,
opts.cc
981
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
983
/* Need to find the
sanitizer_opts
element which:
993
if ((
sanitizer_opts
[i].flag & opts->x_flag_sanitize)
994
!=
sanitizer_opts
[i].flag)
996
if ((
sanitizer_opts
[i].flag & flags) != flags)
998
return
sanitizer_opts
[i].name;
1277
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
1278
if ((opts->x_flag_sanitize_recover &
sanitizer_opts
[i].flag)
1279
&& !
sanitizer_opts
[i].can_recover)
1281
sanitizer_opts
[i].name)
2091
const struct
sanitizer_opts
_s
sanitizer_opts
[] =
variable in typeref:struct:sanitizer_opts_s
[
all
...]
opts.h
484
}
sanitizer_opts
[];
tree-cfg.cc
8247
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
8249
if ((
sanitizer_opts
[i].flag & flags) ==
sanitizer_opts
[i].flag)
8253
fprintf (file, "%s",
sanitizer_opts
[i].name);
/src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.cc
171
for (int j = 0;
sanitizer_opts
[j].name != NULL; ++j)
176
if (
sanitizer_opts
[j].flag == ~0U && i == OPT_fsanitize_)
185
sanitizer_opts
[j].name,
opts.cc
971
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
973
/* Need to find the
sanitizer_opts
element which:
983
if ((
sanitizer_opts
[i].flag & opts->x_flag_sanitize)
984
!=
sanitizer_opts
[i].flag)
986
if ((
sanitizer_opts
[i].flag & flags) != flags)
988
return
sanitizer_opts
[i].name;
1229
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
1230
if ((opts->x_flag_sanitize_recover &
sanitizer_opts
[i].flag)
1231
&& !
sanitizer_opts
[i].can_recover)
1233
sanitizer_opts
[i].name)
2021
const struct
sanitizer_opts
_s
sanitizer_opts
[] =
variable in typeref:struct:sanitizer_opts_s
[
all
...]
opts.h
476
}
sanitizer_opts
[];
tree-cfg.cc
8025
for (int i = 0;
sanitizer_opts
[i].name != NULL; ++i)
8027
if ((
sanitizer_opts
[i].flag & flags) ==
sanitizer_opts
[i].flag)
8031
fprintf (file, "%s",
sanitizer_opts
[i].name);
Completed in 26 milliseconds
Indexes created Tue May 12 00:25:06 UTC 2026