HomeSort by: relevance | last modified time | path
    Searched defs:declaration (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/bsd/byacc/dist/test/
err_inherit1.y 28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
err_inherit2.y 28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
err_inherit4.y 29 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
51 %start declaration
54 declaration: class type namelist($1, $2) label
err_inherit5.y 28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
inherit2.y 28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
btyacc_destroy1.y 35 %type <nlist> declaration
50 } declaration
60 %start declaration
63 declaration: class type namelist'(' class ',' type ')' label
btyacc_destroy2.y 35 %type <nlist> declaration
50 } declaration
60 %start declaration
63 declaration: class type namelist'(' class ',' type ')' label
btyacc_destroy3.y 38 %type <nlist> declaration
53 } declaration
63 %start declaration
66 declaration: class type namelist'(' class ',' type ')' label
inherit0.y 18 %start declaration
21 declaration: class type namelist label
inherit1.y 30 %type <nlist> declaration namelist locnamelist
42 %start declaration
45 declaration: class type namelist label
  /src/external/gpl3/gdb/dist/gdb/
namespace.h 27 element of the list. If the imported namespace or declaration has
30 DECLARATION is the name of the imported declaration, if this import
31 statement represents one. Otherwise DECLARATION is NULL and this
40 declaration = NULL
48 declaration = "x"
50 The declaration will get imported as import_dest::x.
57 declaration = "x"
63 declaration = NULL
73 declaration = NUL
95 const char *declaration; member in struct:using_direct
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
namespace.h 28 element of the list. If the imported namespace or declaration has
31 DECLARATION is the name of the imported declaration, if this import
32 statement represents one. Otherwise DECLARATION is NULL and this
41 declaration = NULL
49 declaration = "x"
51 The declaration will get imported as import_dest::x.
58 declaration = "x"
64 declaration = NULL
74 declaration = NUL
96 const char *declaration; member in struct:using_direct
    [all...]
  /src/tests/usr.bin/indent/
indent_off_on.c 247 int declaration; variable
250 int declaration; variable
opt_badp.c 45 declaration(void) function
81 * A function body with a declaration and a statement gets a blank line between
171 * A struct declaration or an initializer are not function bodies, so don't
246 * followed by a declaration or a statement, so it assumes that the comment is
247 * part of the declaration block.
  /src/external/apache2/llvm/dist/clang/docs/tools/
dump_ast_matchers.py 155 def act_on_decl(declaration, comment, allowed_types):
156 """Parse the matcher out of the given declaration and comment.
162 if declaration.strip():
164 if re.match(r'^\s?(#|namespace|using)', declaration): return
171 \s*([^\s;]+)\s*;\s*$""", declaration, flags=re.X)
184 \s*([^\s;]+)\s*;\s*$""", declaration, flags=re.X)
200 \)\s*;\s*$""", declaration, flags=re.X)
224 \)\s*{\s*$""", declaration, flags=re.X)
233 raise Exception('Cannot parse "%s"' % declaration)
245 \)\s*{\s*$""", declaration, flags=re.X
452 declaration = '' variable
461 declaration = '' variable
481 declaration = '' variable
    [all...]
  /src/usr.bin/rpcgen/
rpc_parse.h 78 struct declaration { struct
85 typedef struct declaration declaration; typedef in typeref:struct:declaration
88 declaration decl;
101 declaration case_decl;
107 declaration enum_decl;
109 declaration *default_decl;
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 66 * ANSI support required rewrite of the function header and declaration
302 | declaration { blevel = 0; symclear(0); }
480 * Returns a node pointer to the declaration.
549 * K&R arg declaration, between ) and {
578 block_item: declaration
589 declaration: declaration_specifiers ';' { p1tfree($1); fun_inline = 0; } label
602 * Normal declaration of variables. curtype contains the current type node.
1092 | C_FOR '(' { ++blevel; } declaration .e ';' {
1807 * parameter declaration. While doing that, also change
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 162 %type <l_node> declaration
244 | declaration
252 * We push a new declaration scope before shifting the
622 declaration: declaration_specifiers ';' { label
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 66 * ANSI support required rewrite of the function header and declaration
273 | declaration { blevel = 0; symclear(0); }
325 simple_decl: ')' NOMATCH { uerror("simple-declaration"); }
344 | C_CLASS C_STRING eb declaration { elnk = LINK_DEF; }
519 * Returns a node pointer to the declaration.
577 * K&R arg declaration, between ) and {
606 block_item: declaration
617 declaration: declaration_specifiers ';' { tfree($1); fun_inline = 0; } label
625 * Normal declaration of variables. curtype contains the current type node.
939 symclear(blevel); /* if declaration inside for() *
    [all...]
  /src/usr.bin/xlint/lint1/
cgram.y 50 * Contains the level of current declaration, used for symbol table entries.
57 * An exception is the declaration of parameters in prototypes. Memory
58 * for these can't be freed after the declaration, but symbols must
59 * be removed from the symbol table after the declaration.
373 /* No type for declaration. */
923 declaration
928 declaration: label
934 /* empty declaration */
942 /* old-style declaration; add 'int' */
950 /* empty declaration */
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 45 takes expression or declaration contexts into account. */
231 cv-qualifiers of T. If T is a declaration then it is the cv-qualifier
304 pp->declaration (DECL_EXPR_DECL (t));
548 parameter-declaration
549 parameter-list , parameter-declaration
551 parameter-declaration:
552 declaration-specifiers declarator
553 declaration-specifiers abstract-declarator(opt) */
774 /* declaration-specifiers:
775 storage-class-specifier declaration-specifiers(opt
886 c_pretty_printer::declaration (tree t) function in class:c_pretty_printer
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 1540 parameter-declaration:
1556 /* parameter-declaration-clause:
1557 parameter-declaration-list(opt) ...(opt)
1558 parameter-declaration-list , ...
1560 parameter-declaration-list:
1561 parameter-declaration
1562 parameter-declaration-list , parameter-declaration */
1670 direct-declarator ( parameter-declaration-clause ) cv-qualifier-seq(opt)
1672 direct-declaration [ constant-expression(opt)
2434 cxx_pretty_printer::declaration (tree t) function in class:cxx_pretty_printer
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 45 takes expression or declaration contexts into account. */
231 cv-qualifiers of T. If T is a declaration then it is the cv-qualifier
304 pp->declaration (DECL_EXPR_DECL (t));
522 parameter-declaration
523 parameter-list , parameter-declaration
525 parameter-declaration:
526 declaration-specifiers declarator
527 declaration-specifiers abstract-declarator(opt) */
735 /* declaration-specifiers:
736 storage-class-specifier declaration-specifiers(opt
845 c_pretty_printer::declaration (tree t) function in class:c_pretty_printer
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 1514 parameter-declaration:
1530 /* parameter-declaration-clause:
1531 parameter-declaration-list(opt) ...(opt)
1532 parameter-declaration-list , ...
1534 parameter-declaration-list:
1535 parameter-declaration
1536 parameter-declaration-list , parameter-declaration */
1644 direct-declarator ( parameter-declaration-clause ) cv-qualifier-seq(opt)
1646 direct-declaration [ constant-expression(opt)
2407 cxx_pretty_printer::declaration (tree t) function in class:cxx_pretty_printer
    [all...]
  /src/usr.bin/indent/
indent.h 209 int decl_indent; /* indentation of identifier in declaration */
220 bool function_brace_split; /* split function declaration and brace
280 * declaration or statement; 2 at the top level
310 * declaration or a plain declaration */
324 * declaration when the line starts with words
328 * declaration on it; used for indenting
353 * declaration or an initializer */
355 bool decl_indent_done; /* whether the indentation for a declaration
368 /* Spacing inside a statement or declaration */
413 } declaration; member in struct:parser_state
    [all...]

Completed in 46 milliseconds

1 2