Searched refs:declaration (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.2-release/usr.bin/rpcgen/
H A Drpc_parse.h109 struct declaration { struct
116 typedef struct declaration declaration; typedef in typeref:struct:declaration
119 declaration decl;
132 declaration case_decl;
138 declaration enum_decl;
140 declaration *default_decl;
H A Drpc_parse.c60 static void get_declaration( declaration *, defkind );
61 static void get_prog_declaration( declaration *, defkind, int );
115 declaration dec;
142 declaration dec;
290 declaration dec;
347 defp->def.un.default_decl = XALLOC(declaration);
415 declaration dec;
428 get_declaration(declaration *dec, defkind dkind)
468 error("array declaration expected");
472 error("variable-length array declaration expecte
[all...]
H A Drpc_cout.c53 static void print_stat( int , declaration * );
59 static void emit_inline( int, declaration *, int );
60 static void emit_single_in_line( int, declaration *, int, relation );
318 declaration *dflt;
320 declaration *cs;
619 print_stat(int indent, declaration *dec)
639 emit_inline(int indent, declaration *decl, int flag)
667 emit_single_in_line(int indent, declaration *decl, int flag, relation rel)
H A Drpc_util.h195 void pdeclaration(const char *name, declaration *dec, int tab, const char *separator);
H A Drpc_hout.c211 declaration *decl;
452 pdeclaration(const char *name, declaration *dec, int tab, const char *separator)
/freebsd-10.2-release/contrib/byacc/test/
H A Dinherit0.y16 %start declaration
19 declaration: class type namelist label
H A Dbtyacc_destroy1.y33 %type <nlist> declaration
48 } declaration
58 %start declaration
61 declaration: class type namelist'(' class ',' type ')' label
H A Dbtyacc_destroy2.y33 %type <nlist> declaration
48 } declaration
58 %start declaration
61 declaration: class type namelist'(' class ',' type ')' label
H A Dbtyacc_destroy3.y36 %type <nlist> declaration
51 } declaration
61 %start declaration
64 declaration: class type namelist'(' class ',' type ')' label
H A Derr_inherit1.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2) label
H A Dinherit1.y28 %type <nlist> declaration namelist locnamelist
40 %start declaration
43 declaration: class type namelist label
H A Derr_inherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2) label
H A Derr_inherit3.y26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration($d): class type namelist($1, $2)
H A Derr_inherit4.y27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
H A Derr_inherit5.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2) label
H A Dinherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2) label
H A Dgrammar.y145 #define DS_JUNK 64 /* we're not interested in this declaration */
147 /* This structure stores information about a declaration specifier. */
285 /* declaration specifier attributes for the typedef statement currently being
294 * a function parameter declaration in order to catch any comments following
295 * the parameter declaration on the same line. If the lexer scans a comment
371 : declaration
398 | T_EXTERN T_STRING_LITERAL declaration
404 declaration
553 : declaration
554 | declaration_list declaration
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-pretty-print.h66 c_pretty_print_fn declaration; member in struct:c_pretty_print_info
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
H A Ddwarf2out.c144 /* A pointer to the base of a table of references to declaration
146 of declaration scopes at the current scope and containing
148 define type declaration DIE's. */
5568 /* We want the declaration DIE from inside the class, not the
5649 /* Return the DIE associated with a given declaration. */
5674 /* Return the var_loc list associated with a given declaration. */
5682 /* Equate a DIE to a particular declaration. */
10970 by looking in either the type declaration or object declaration
11084 /* Push a new declaration scop
11754 int declaration = (current_function_decl != decl local
12081 int declaration = (DECL_EXTERNAL (decl) local
[all...]
/freebsd-10.2-release/contrib/gdb/include/
H A Dhp-symtab.h724 unsigned int declaration: 2; member in struct:dntt_type_set
798 unsigned int declaration: 2; member in struct:dntt_type_array
830 unsigned int declaration: 2; member in struct:dntt_type_struct
1411 /* A special source line entry. Provides a mapping of a declaration
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc343 // The declaration of "cacheflush" in Android bionic:
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y159 %type <l_node> declaration
241 | declaration
249 * We push a new declaration scope before shifting the
598 declaration: declaration_specifiers ';' { label
/freebsd-10.2-release/usr.bin/xlint/lint1/
H A Dcgram.y49 * Contains the level of current declaration. 0 is extern.
56 * An exeption is the declaration of arguments in prototypes. Memory
57 * for these can't be freed after the declaration, but symbols must
58 * be removed from the symbol table after the declaration.
300 /* syntax error: empty declaration */
303 /* syntax error: empty declaration */
309 /* old style declaration; add "int" */
312 /* old style declaration; add "int" */
321 /* empty declaration */
331 /* empty declaration */
428 declaration: label
[all...]
/freebsd-10.2-release/sys/conf/
H A Dkern.mk26 NO_WUNNEEDED_INTERNAL_DECL= -Wno-unneeded-internal-declaration
/freebsd-10.2-release/contrib/gcc/cp/
H A Dcxx-pretty-print.c1196 parameter-declaration:
1212 /* parameter-declaration-clause:
1213 parameter-declaration-list(opt) ...(opt)
1214 parameter-declaration-list , ...
1216 parameter-declaration-list:
1217 parameter-declaration
1218 parameter-declaration-list , parameter-declaration */
1279 direct-declarator ( parameter-declaration-clause ) cv-qualifier-seq(opt)
1281 direct-declaration [ constan
[all...]

Completed in 282 milliseconds

12