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_hold_decl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
28241
static GTY(()) tree
atomic_hold_decl
;
28252
if (
atomic_hold_decl
== NULL_TREE)
28254
atomic_hold_decl
28260
TREE_PUBLIC (
atomic_hold_decl
) = 1;
28261
DECL_EXTERNAL (
atomic_hold_decl
) = 1;
28296
*hold = build_call_expr (
atomic_hold_decl
, 1, fenv_addr);
28183
static GTY(()) tree
atomic_hold_decl
;
variable
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
27805
static GTY(()) tree
atomic_hold_decl
;
27816
if (
atomic_hold_decl
== NULL_TREE)
27818
atomic_hold_decl
27824
TREE_PUBLIC (
atomic_hold_decl
) = 1;
27825
DECL_EXTERNAL (
atomic_hold_decl
) = 1;
27860
*hold = build_call_expr (
atomic_hold_decl
, 1, fenv_addr);
27747
static GTY(()) tree
atomic_hold_decl
;
variable
Completed in 59 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026