OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memory_models
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc
2863
static const memmodel_pair
memory_models
[] =
member in namespace:__anon13749
2879
for (unsigned i = 0; i != ARRAY_SIZE (
memory_models
); ++i)
2881
if (val ==
memory_models
[i].modval)
2882
return
memory_models
[i].modname;
2887
/* Indices of valid
MEMORY_MODELS
above for corresponding atomic operations. */
2912
memmodel model =
memory_models
[valid[i]].modval;
2947
const char *modname =
memory_models
[valid[i]].modname;
2996
memory_models
[i].modval <= memmodel_base (sucs); ++i)
3001
const char *modname =
memory_models
[valid[i]].modname;
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc
2838
static const memmodel_pair
memory_models
[] =
member in namespace:__anon16177
2854
for (unsigned i = 0; i != sizeof
memory_models
/ sizeof *
memory_models
; ++i)
2856
if (val ==
memory_models
[i].modval)
2857
return
memory_models
[i].modname;
2862
/* Indices of valid
MEMORY_MODELS
above for corresponding atomic operations. */
2887
memmodel model =
memory_models
[valid[i]].modval;
2921
const char *modname =
memory_models
[valid[i]].modname;
2968
memory_models
[i].modval <= memmodel_base (sucs); ++i)
2973
const char *modname =
memory_models
[valid[i]].modname
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026