OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strip_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
tree.cc
1778
tree
strip_arg
= strip_typedefs (arg, remove_attributes, flags);
1779
TREE_VEC_ELT (new_args, i) =
strip_arg
;
1780
if (
strip_arg
!= arg)
1776
tree
strip_arg
= strip_typedefs (arg, remove_attributes, flags);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
1748
tree
strip_arg
;
1750
strip_arg
= strip_typedefs (arg, remove_attributes, flags);
1752
strip_arg
= strip_typedefs_expr (arg, remove_attributes,
1754
TREE_VEC_ELT (new_args, i) =
strip_arg
;
1755
if (
strip_arg
!= arg)
1746
tree
strip_arg
;
local
Completed in 48 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026