OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restrictp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
6787
int
restrictp
;
6980
restrictp
= declspecs->restrict_p + TYPE_RESTRICT (element_type);
6989
if (
restrictp
> 1)
7008
| (
restrictp
? TYPE_QUAL_RESTRICT : 0)
6761
int
restrictp
;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
6300
int
restrictp
;
6474
restrictp
= declspecs->restrict_p + TYPE_RESTRICT (element_type);
6483
if (
restrictp
> 1)
6502
| (
restrictp
? TYPE_QUAL_RESTRICT : 0)
6274
int
restrictp
;
local
Completed in 102 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026