OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeof
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y
277
typeof
attribute attribute_specifier /* COMPAT_GCC */
361
|
typeof
{ $$ = $1; }
368
typeof
: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); }
label
2118
uerror("
typeof
gcc extension");
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y
250
typeof
attribute attribute_specifier /* COMPAT_GCC */
386
|
typeof
{ $$ = $1; }
394
typeof
: C_TYPEOF '(' e ')' { $$ = tyof(eve($3)); }
label
2155
uerror("
typeof
gcc extension");
Completed in 24 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026