OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrict_p
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-tree.h
442
BOOL_BITFIELD
restrict_p
: 1;
member in struct:c_declspecs
c-decl.cc
4972
if (declspecs->
restrict_p
)
5017
|| declspecs->
restrict_p
5134
|| declspecs->
restrict_p
5168
|| declspecs->
restrict_p
5225
| (specs->
restrict_p
? TYPE_QUAL_RESTRICT : 0)
6980
restrictp = declspecs->
restrict_p
+ TYPE_RESTRICT (element_type);
11819
dupe = specs->
restrict_p
;
11820
specs->
restrict_p
= true;
c-parser.cc
3740
else if (specs->
restrict_p
)
/src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h
403
BOOL_BITFIELD
restrict_p
: 1;
member in struct:c_declspecs
c-decl.cc
4730
if (declspecs->
restrict_p
)
4764
|| declspecs->
restrict_p
4860
|| declspecs->
restrict_p
4917
| (specs->
restrict_p
? TYPE_QUAL_RESTRICT : 0)
6474
restrictp = declspecs->
restrict_p
+ TYPE_RESTRICT (element_type);
10880
dupe = specs->
restrict_p
;
10881
specs->
restrict_p
= true;
Completed in 43 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026