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

1 2 3 4 5 6 7

  /src/tests/usr.bin/xlint/lint1/
msg_044.c 4 // Test for message: declaration of '%s %s' introduces new type in C90 or later [44]
11 void declaration(struct tag *);
14 /* expect+2: warning: declaration of 'struct tag' introduces new type in C90 or later [44] */
  /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...]
namespace.c 29 by its original name. DECLARATION is the name if the imported
30 variable if this is a declaration import (Eg. using A::x),
41 const char *declaration,
65 if ((declaration == NULL && current->declaration != NULL)
66 || (declaration != NULL && current->declaration == NULL)
67 || (declaration != NULL && current->declaration != NULL
68 && strcmp (declaration, current->declaration) != 0)
    [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...]
namespace.c 29 by its original name. DECLARATION is the name if the imported
30 variable if this is a declaration import (Eg. using A::x),
41 const char *declaration,
65 if ((declaration == NULL && current->declaration != NULL)
66 || (declaration != NULL && current->declaration == NULL)
67 || (declaration != NULL && current->declaration != NULL
68 && strcmp (declaration, current->declaration) != 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_div0.c 29 /* provide an unused declaration to pacify pendantic compilation */
30 extern unsigned char declaration;
  /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;
rpc_util.h 131 void emit_inline(declaration *, int);
132 void emit_single_in_line(declaration *, int, relation);
145 void pdeclaration(const char *, declaration *, int, const char *);
  /src/tests/usr.bin/indent/
indent_off_on.c 247 int declaration; variable
250 int declaration; variable
  /src/external/bsd/byacc/dist/test/
inherit0.y 18 %start declaration
21 declaration: class type namelist 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
err_inherit1.y 28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration: class type namelist($1, $2) label
inherit1.y 30 %type <nlist> declaration namelist locnamelist
42 %start declaration
45 declaration: class type namelist 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_inherit3.y 28 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
49 %start declaration
52 declaration($d): class type namelist($1, $2)
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
  /src/usr.bin/make/unit-tests/
depsrc.exp 2 : 'declaration. They are not preserved and maybe expanded later.'
depsrc.mk 11 # declaration.
19 : 'declaration. They are not preserved and maybe expanded later.'
24 : 'declaration. If that fails because the variable is undefined,'
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 101 # Generate a declaration and an out-of-class definition for a function
106 set declaration ""
114 set declaration "$signature;\n"
123 set declaration "$signature = default;\n"
126 set declaration "$signature;\n"
130 set declaration "$signature = delete;\n"
137 return [list $declaration $definition]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 101 # Generate a declaration and an out-of-class definition for a function
106 set declaration ""
114 set declaration "$signature;\n"
123 set declaration "$signature = default;\n"
126 set declaration "$signature;\n"
130 set declaration "$signature = delete;\n"
137 return [list $declaration $definition]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
opaque-type-lookup.exp 86 {declaration 1 flag}
92 {declaration 1 flag}
100 {declaration 1 flag}
107 {declaration 1 flag}

Completed in 47 milliseconds

1 2 3 4 5 6 7