OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpdecl
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc
5887
tree
tmpdecl
;
local
5910
tmpdecl
= build_decl (atloc, TYPE_DECL, tmpid, oper);
5912
tmpdecl
= build_decl (atloc, TREE_CODE (oper), tmpid, TREE_TYPE (oper));
5914
tmpdecl
= build_decl (atloc, TYPE_DECL, tmpid, TREE_TYPE (oper));
5922
if (DECL_P (
tmpdecl
))
5926
DECL_EXTERNAL (
tmpdecl
) = true;
5929
TREE_PUBLIC (
tmpdecl
) = TREE_PUBLIC (oper);
5931
decl_attributes (&
tmpdecl
, attr, 0);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc
6315
tree
tmpdecl
;
local
6338
tmpdecl
= build_decl (atloc, TYPE_DECL, tmpid, oper);
6340
tmpdecl
= build_decl (atloc, TREE_CODE (oper), tmpid, TREE_TYPE (oper));
6342
tmpdecl
= build_decl (atloc, TYPE_DECL, tmpid, TREE_TYPE (oper));
6350
if (DECL_P (
tmpdecl
))
6354
DECL_EXTERNAL (
tmpdecl
) = true;
6357
TREE_PUBLIC (
tmpdecl
) = TREE_PUBLIC (oper);
6359
decl_attributes (&
tmpdecl
, attr, 0);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc
8330
tree
tmpdecl
;
local
8659
tmpdecl
= gfc_create_var (gfc_get_pchar_type (expr->ts.kind),
8665
gfc_add_modify (&block,
tmpdecl
, ptr);
8673
gfc_add_modify (&block,
tmpdecl
,
8677
fold_convert (pvoid_type_node,
tmpdecl
),
8690
free = gfc_call_free (
tmpdecl
);
8696
se->expr =
tmpdecl
;
8705
tmpdecl
= gfc_create_var (mold_type, "transfer");
8713
cdata = gfc_class_data_get (
tmpdecl
);
8720
tmp = gfc_class_data_get (
tmpdecl
);
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
1866
tree
tmpdecl
= builtin_decl_explicit (fncode);
1867
if (
tmpdecl
&&
tmpdecl
!= olddecl && types_match)
1868
TREE_NOTHROW (
tmpdecl
) = 1;
1861
tree
tmpdecl
= builtin_decl_explicit (fncode);
local
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc
8366
tree
tmpdecl
;
local
8726
tmpdecl
= gfc_create_var (gfc_get_pchar_type (expr->ts.kind),
8732
gfc_add_modify (&block,
tmpdecl
, ptr);
8740
gfc_add_modify (&block,
tmpdecl
,
8744
fold_convert (pvoid_type_node,
tmpdecl
),
8757
free = gfc_call_free (
tmpdecl
);
8763
se->expr =
tmpdecl
;
8772
tmpdecl
= gfc_create_var (mold_type, "transfer");
8780
cdata = gfc_class_data_get (
tmpdecl
);
8787
tmp = gfc_class_data_get (
tmpdecl
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
1740
tree
tmpdecl
= builtin_decl_explicit (fncode);
1741
if (
tmpdecl
&&
tmpdecl
!= olddecl && types_match)
1742
TREE_NOTHROW (
tmpdecl
) = 1;
1735
tree
tmpdecl
= builtin_decl_explicit (fncode);
local
Completed in 44 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026