OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iter_param_types
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc
1807
tree
iter_param_types
= NULL_TREE;
local
1809
iter_param_types
= TYPE_ARG_TYPES (TREE_TYPE (fndecl));
1814
if (
iter_param_types
)
1816
param_type = TREE_VALUE (
iter_param_types
);
1818
iter_param_types
= TREE_CHAIN (
iter_param_types
);
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc
2081
tree
iter_param_types
= NULL_TREE;
local
2083
iter_param_types
= TYPE_ARG_TYPES (TREE_TYPE (fndecl));
2088
if (
iter_param_types
)
2090
param_type = TREE_VALUE (
iter_param_types
);
2092
iter_param_types
= TREE_CHAIN (
iter_param_types
);
Completed in 36 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026