OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribute_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y
278
attribute_list
attr_spec_list attr_var /* COMPAT_GCC */
373
C_ATTRIBUTE '(' '('
attribute_list
')' ')' { $$ = $4; }
376
attribute_list
: attribute
label
377
| attribute ','
attribute_list
{ $$ = cmop($3, $1); }
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y
251
attribute_list
attr_spec_list attr_var /* COMPAT_GCC */
422
C_ATTRIBUTE '(' '('
attribute_list
')' ')' { $$ = $4; }
425
attribute_list
: attribute
label
426
| attribute ','
attribute_list
{ $$ = cmop($3, $1); }
/src/usr.bin/xlint/lint1/
cgram.y
115
attribute_list_add(
attribute_list
*list, attribute attr)
130
attribute_list_add_all(
attribute_list
*dst,
attribute_list
src)
193
attribute_list
y_attribute_list;
456
%type <y_attribute_list>
attribute_list
1991
$$ = (
attribute_list
) { NULL, 0, 0 };
2002
T_LBRACK T_LBRACK
attribute_list
T_RBRACK T_RBRACK {
2008
attribute_list
:
label
2010
$$ = (
attribute_list
) { NULL, 0, 0 };
2013
$$ = (
attribute_list
) { NULL, 0, 0 }
[
all
...]
lint1.h
594
}
attribute_list
;
typedef in typeref:struct:__anon41
Completed in 32 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026