OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/
configure
16029
typedef bool
atomic_type
;
16030
atomic_type
c1;
16031
atomic_type
c2;
16032
atomic_type
c3(0);
16070
typedef short
atomic_type
;
16071
atomic_type
c1;
16072
atomic_type
c2;
16073
atomic_type
c3(0);
16111
typedef int
atomic_type
;
16112
atomic_type
c1
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
5566
tree
atomic_type
= find_atomic_core_type (cand);
5567
if (
atomic_type
&& TYPE_ALIGN (
atomic_type
) == TYPE_ALIGN (cand))
5655
tree
atomic_type
= find_atomic_core_type (type);
5656
if (
atomic_type
)
5660
if (TYPE_ALIGN (
atomic_type
) > TYPE_ALIGN (t))
5661
SET_TYPE_ALIGN (t, TYPE_ALIGN (
atomic_type
));
5546
tree
atomic_type
= find_atomic_core_type (cand);
local
5635
tree
atomic_type
= find_atomic_core_type (type);
local
/src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure
15844
typedef bool
atomic_type
;
15845
atomic_type
c1;
15846
atomic_type
c2;
15847
atomic_type
c3(0);
15885
typedef short
atomic_type
;
15886
atomic_type
c1;
15887
atomic_type
c2;
15888
atomic_type
c3(0);
15926
typedef int
atomic_type
;
15927
atomic_type
c1
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree.cc
5606
tree
atomic_type
= find_atomic_core_type (cand);
5607
if (
atomic_type
&& TYPE_ALIGN (
atomic_type
) == TYPE_ALIGN (cand))
5695
tree
atomic_type
= find_atomic_core_type (type);
5696
if (
atomic_type
)
5700
if (TYPE_ALIGN (
atomic_type
) > TYPE_ALIGN (t))
5701
SET_TYPE_ALIGN (t, TYPE_ALIGN (
atomic_type
));
5586
tree
atomic_type
= find_atomic_core_type (cand);
local
5675
tree
atomic_type
= find_atomic_core_type (type);
local
Completed in 61 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026