OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atomic_op
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc
2058
if (omp_clauses->
atomic_op
!= GFC_OMP_ATOMIC_UNSET)
2060
const char *
atomic_op
;
local
2061
switch (omp_clauses->
atomic_op
& GFC_OMP_ATOMIC_MASK)
2063
case GFC_OMP_ATOMIC_READ:
atomic_op
= "READ"; break;
2064
case GFC_OMP_ATOMIC_WRITE:
atomic_op
= "WRITE"; break;
2065
case GFC_OMP_ATOMIC_UPDATE:
atomic_op
= "UPDATE"; break;
2069
fputs (
atomic_op
, dumpfile);
gfortran.h
1581
enum gfc_omp_atomic_op
atomic_op
;
member in struct:gfc_omp_clauses
/src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc
1907
if (omp_clauses->
atomic_op
!= GFC_OMP_ATOMIC_UNSET)
1909
const char *
atomic_op
;
local
1910
switch (omp_clauses->
atomic_op
& GFC_OMP_ATOMIC_MASK)
1912
case GFC_OMP_ATOMIC_READ:
atomic_op
= "READ"; break;
1913
case GFC_OMP_ATOMIC_WRITE:
atomic_op
= "WRITE"; break;
1914
case GFC_OMP_ATOMIC_UPDATE:
atomic_op
= "UPDATE"; break;
1918
fputs (
atomic_op
, dumpfile);
gfortran.h
1527
enum gfc_omp_atomic_op
atomic_op
;
member in struct:gfc_omp_clauses
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-forwprop.cc
1203
enum tree_code
atomic_op
= ERROR_MARK;
local
1474
atomic_op
= OP; \
1536
&& gimple_assign_rhs_code (use_stmt) ==
atomic_op
)
1540
else if (
atomic_op
!= MINUS_EXPR)
1543
else if (
atomic_op
== MINUS_EXPR
1556
else if (
atomic_op
== BIT_AND_EXPR ||
atomic_op
== BIT_IOR_EXPR)
1593
if (o &&
atomic_op
!= PLUS_EXPR)
1699
if (
atomic_op
!= BIT_AND_EXPR
1700
&&
atomic_op
!= BIT_IOR_EXP
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc
1257
enum tree_code
atomic_op
= ERROR_MARK;
local
1466
atomic_op
= OP; \
1528
&& gimple_assign_rhs_code (use_stmt) ==
atomic_op
)
1532
else if (
atomic_op
!= MINUS_EXPR)
1535
else if (
atomic_op
== MINUS_EXPR
1548
else if (
atomic_op
== BIT_AND_EXPR ||
atomic_op
== BIT_IOR_EXPR)
1585
if (o &&
atomic_op
!= PLUS_EXPR)
1691
if (
atomic_op
!= BIT_AND_EXPR
1692
&&
atomic_op
!= BIT_IOR_EXP
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
5107
bool
atomic_op
;
5108
atomic_op
= really_atomic_lvalue (arg);
5119
if (!
atomic_op
)
5240
if (
atomic_op
)
5091
bool
atomic_op
;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
4659
bool
atomic_op
;
4660
atomic_op
= really_atomic_lvalue (arg);
4671
if (!
atomic_op
)
4792
if (
atomic_op
)
4645
bool
atomic_op
;
local
Completed in 72 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026