OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sanitizer_opts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
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
...]
/src/external/gpl3/gcc.old/dist/gcc/
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
...]
Completed in 16 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026