Home
last modified time | relevance | path

Searched refs:declaration (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.output1 0 $accept : declaration $end
3 1 declaration : class type namelist '(' class ',' type ')'
18 $accept : . declaration $end (0)
26 declaration goto 5
56 $accept : declaration . $end (0)
62 declaration : class . type namelist '(' class ',' type ')' (1)
72 declaration : type . locnamelist '(' class ')' (2)
82 declaration : class type . namelist '(' class ',' type ')' (1)
97 declaration : type locnamelist . '(' class ')' (2)
113 declaration : class type namelist . '(' class ',' type ')' (1)
[all …]
H A Dbtyacc_destroy3.output1 0 $accept : declaration $end
3 1 declaration : class type namelist '(' class ',' type ')'
18 $accept : . declaration $end (0)
26 declaration goto 5
56 $accept : declaration . $end (0)
62 declaration : class . type namelist '(' class ',' type ')' (1)
72 declaration : type . locnamelist '(' class ')' (2)
82 declaration : class type . namelist '(' class ',' type ')' (1)
97 declaration : type locnamelist . '(' class ')' (2)
113 declaration : class type namelist . '(' class ',' type ')' (1)
[all …]
H A Dbtyacc_destroy2.output1 0 $accept : declaration $end
3 1 declaration : class type namelist '(' class ',' type ')'
18 $accept : . declaration $end (0)
26 declaration goto 5
56 $accept : declaration . $end (0)
62 declaration : class . type namelist '(' class ',' type ')' (1)
72 declaration : type . locnamelist '(' class ')' (2)
82 declaration : class type . namelist '(' class ',' type ')' (1)
97 declaration : type locnamelist . '(' class ')' (2)
113 declaration : class type namelist . '(' class ',' type ')' (1)
[all …]
H A Dinherit2.output1 0 $accept : declaration $end
7 3 declaration : class type $$1 $$2 namelist
24 $accept : . declaration $end (0)
32 declaration goto 5
62 $accept : declaration . $end (0)
68 declaration : class . type $$1 $$2 namelist (3)
78 declaration : type . locnamelist (4)
88 declaration : class type . $$1 $$2 namelist (3)
97 declaration : type locnamelist . (4)
112 declaration : class type $$1 . $$2 namelist (3)
[all …]
H A Derr_inherit4.output1 0 $accept : declaration $end
7 3 declaration : class type $$1 $$2 namelist
22 $accept : . declaration $end (0)
30 declaration goto 5
60 $accept : declaration . $end (0)
66 declaration : class . type $$1 $$2 namelist (3)
76 declaration : type . locnamelist (4)
86 declaration : class type . $$1 $$2 namelist (3)
109 declaration : type locnamelist . (4)
115 declaration : class type $$1 . $$2 namelist (3)
[all …]
H A Derr_inherit3.output1 0 $accept : declaration $end
7 3 declaration : class type $$1 $$2 namelist
26 $accept : . declaration $end (0)
34 declaration goto 5
64 $accept : declaration . $end (0)
70 declaration : class . type $$1 $$2 namelist (3)
80 declaration : type . locnamelist (4)
90 declaration : class type . $$1 $$2 namelist (3)
99 declaration : type locnamelist . (4)
114 declaration : class type $$1 . $$2 namelist (3)
[all …]
H A Dinherit0.output1 0 $accept : declaration $end
3 1 declaration : class type namelist
22 $accept : . declaration $end (0)
30 declaration goto 5
60 $accept : declaration . $end (0)
66 declaration : class . type namelist (1)
76 declaration : type . locnamelist (2)
86 declaration : class type . namelist (1)
95 declaration : type locnamelist . (2)
116 declaration : class type namelist . (1)
[all …]
H A Dinherit1.output1 0 $accept : declaration $end
3 1 declaration : class type namelist
22 $accept : . declaration $end (0)
30 declaration goto 5
60 $accept : declaration . $end (0)
66 declaration : class . type namelist (1)
76 declaration : type . locnamelist (2)
86 declaration : class type . namelist (1)
95 declaration : type locnamelist . (2)
116 declaration : class type namelist . (1)
[all …]
H A Dgrammar.output9 5 external_declaration : declaration
20 14 | T_EXTERN T_STRING_LITERAL declaration
22 15 declaration : decl_specifiers ';'
27 18 declaration : any_typedef decl_specifiers $$1 opt_declarator_list ';'
52 33 declaration_list : declaration
53 34 | declaration_list declaration
217 declaration goto 50
371 linkage_specification : T_EXTERN . T_STRING_LITERAL declaration (14)
582 declaration : decl_specifiers . ';' (15)
583 declaration : decl_specifiers . init_declarator_list ';' (16)
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dcitrus4 # citrus locale declaration
7 0 string RuneCT Citrus locale declaration for LC_CTYPE
8 0 string CtrsME Citrus locale declaration for LC_MESSAGES
9 0 string CtrsMO Citrus locale declaration for LC_MONETARY
10 0 string CtrsNU Citrus locale declaration for LC_NUMERIC
11 0 string CtrsTI Citrus locale declaration for LC_TIME
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h104 struct declaration { struct
111 typedef struct declaration declaration; argument
114 declaration decl;
127 declaration case_decl;
133 declaration enum_decl;
135 declaration *default_decl;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticInstallAPIKinds.td36 def err_library_missing_symbol : Error<"declaration has external linkage, but dynamic library doesn…
37 def warn_library_missing_symbol : Warning<"declaration has external linkage, but dynamic library do…
38 def err_library_hidden_symbol : Error<"declaration has external linkage, but symbol has internal li…
39 def warn_library_hidden_symbol : Warning<"declaration has external linkage, but symbol has internal…
40 …ol : Warning<"symbol exported in dynamic library, but marked hidden in declaration '%0'">, InGroup…
41 …hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in declaration '%0'">;
42 def err_header_symbol_missing : Error<"no declaration found for exported symbol '%0' in dynamic lib…
43 def warn_header_symbol_missing : Warning<"no declaration was found for exported symbol '%0' in dyna…
44 def warn_header_availability_mismatch : Warning<"declaration '%0' is marked %select{available|unava…
46 def err_header_availability_mismatch : Error<"declaration '%0' is marked %select{available|unavaila…
[all …]
H A DDiagnosticCommentKinds.td76 "a function declaration">,
83 "a pointer to function}2 declaration">,
89 "non-%select{class|interface|protocol|struct|union}2 declaration">,
95 "command should not be used in a comment attached to a non-container declaration">,
106 "parameter '%0' not found in the function declaration">,
116 "a template declaration">,
127 "template parameter '%0' not found in the template declaration">,
137 "a function or method declaration">,
149 "declaration is marked with '%select{\\|@}0deprecated' command but does "
154 "add a deprecation attribute to the declaration to silence this warning">;
/freebsd/contrib/byacc/test/
H A Dbtyacc_destroy1.y33 %type <nlist> declaration
48 } declaration
58 %start declaration
61 declaration: class type namelist'(' class ',' type ')'
H A Dbtyacc_destroy2.y33 %type <nlist> declaration
48 } declaration
58 %start declaration
61 declaration: class type namelist'(' class ',' type ')'
H A Dbtyacc_destroy3.y36 %type <nlist> declaration
51 } declaration
61 %start declaration
64 declaration: class type namelist'(' class ',' type ')'
H A Derr_inherit1.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2)
H A Dinherit1.y28 %type <nlist> declaration namelist locnamelist
40 %start declaration
43 declaration: class type namelist
H A Derr_inherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2)
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)
H A Derr_inherit5.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
47 %start declaration
50 declaration: class type namelist($1, $2)
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.output9 5 external_declaration : declaration
20 14 | T_EXTERN T_STRING_LITERAL declaration
22 15 declaration : decl_specifiers ';'
27 18 declaration : any_typedef decl_specifiers $$1 opt_declarator_list ';'
52 33 declaration_list : declaration
53 34 | declaration_list declaration
217 declaration goto 50
371 linkage_specification : T_EXTERN . T_STRING_LITERAL declaration (14)
582 declaration : decl_specifiers . ';' (15)
583 declaration : decl_specifiers . init_declarator_list ';' (16)
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td393 def : Property<"declaration", DeclRef> {
398 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
416 def : Property<"declaration", DeclRef> {
424 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
554 def : Property<"declaration", DeclRef> {
555 // We don't know which declaration was originally referenced here, and we
556 // cannot reference a declaration that follows the use (because that can
558 // reference to the first declaration.
567 QualType result = ctx.getEnumType(cast<EnumDecl>(declaration));
577 auto record = cast<RecordDecl>(declaration);
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.cpp73 bool Declaration::FileAndLineEqual(const Declaration &declaration) const { in FileAndLineEqual()
74 int file_compare = FileSpec::Compare(this->m_file, declaration.m_file, true); in FileAndLineEqual()
75 return file_compare == 0 && this->m_line == declaration.m_line; in FileAndLineEqual()

12345678910