Searched refs:decls (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclGroup.cpp28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { argument
30 assert(decls);
31 memcpy(this+1, decls, numdecls * sizeof(*decls));
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DUnresolvedSet.h109 iterator begin() { return iterator(decls().begin()); }
110 iterator end() { return iterator(decls().end()); }
112 const_iterator begin() const { return const_iterator(decls().begin()); }
113 const_iterator end() const { return const_iterator(decls().end()); }
120 decls().push_back(DeclAccessPair::make(D, AS));
127 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I)
143 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); }
145 void erase(iterator I) { *I.ir = decls()
167 DeclsTy &decls() { function in class:clang::UnresolvedSetImpl
170 const DeclsTy &decls() const { function in class:clang::UnresolvedSetImpl
[all...]
H A DDeclGroup.h37 DeclGroup(unsigned numdecls, Decl** decls);
/freebsd-9.3-release/contrib/gcc/
H A Dc-gimplify.c143 tree decls, bind; local
146 decls = NULL_TREE;
148 decls = BLOCK_VARS (block);
151 decls = block;
152 if (DECL_ARTIFICIAL (decls))
157 BLOCK_VARS (block) = decls;
164 if (decls || block)
166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block);
H A Dgenautomata.c623 decl_t decls [1];
1135 static VEC(decl_t,heap) *decls;
1263 VEC_safe_push (decl_t,heap, decls, decl);
1291 VEC_safe_push (decl_t,heap, decls, decl);
1326 VEC_safe_push (decl_t,heap, decls, decl);
1365 VEC_safe_push (decl_t,heap, decls, decl);
1434 VEC_safe_push (decl_t,heap, decls, decl);
1503 VEC_safe_push (decl_t,heap, decls, decl);
1702 VEC_safe_push (decl_t,heap, decls, decl);
1723 VEC_safe_push (decl_t,heap, decls, dec
619 decl_t decls [1]; member in struct:description
[all...]
H A Dlanghooks.h161 /* Language hooks related to decls and the symbol table. */
180 /* Returns the chain of decls so far in the current scope level. */
438 struct lang_hooks_for_decls decls; member in struct:lang_hooks
H A Dlanghooks.c469 /* lang_hooks.decls.final_write_globals: perform final processing on
478 tree globals = lang_hooks.decls.getdecls ();
484 /* Process the decls in reverse order--earliest first.
H A Dc-common.c3327 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3329 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3331 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3333 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3337 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL,
3341 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3343 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3345 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3347 lang_hooks.decls.pushdecl (build_decl (TYPE_DECL, NULL_TREE,
3351 lang_hooks.decls
[all...]
H A Dc-parser.c1913 tree decls;
1936 decls = c_parser_struct_declaration (parser);
1937 contents = chainon (decls, contents);
2009 tree decls;
2053 decls = NULL_TREE;
2088 TREE_CHAIN (d) = decls;
2089 decls = d;
2117 return decls;
5799 tree decls;
5840 decls
1911 tree decls; local
2007 tree decls; local
5796 tree decls; local
[all...]
H A Domp-low.c437 return lang_hooks.decls.omp_privatize_by_reference (decl);
924 /* Instantiate decls as necessary in CTX to satisfy the data sharing
1112 decl = lang_hooks.decls.pushdecl (decl);
1766 x = lang_hooks.decls.omp_clause_default_ctor (c, new_var);
1772 x = lang_hooks.decls.omp_clause_dtor (c, new_var);
1783 x = lang_hooks.decls.omp_clause_copy_ctor (c, new_var, x);
1791 x = lang_hooks.decls.omp_clause_assign_op (c, new_var, x);
1885 x = lang_hooks.decls.omp_clause_assign_op (c, x, new_var);
2019 x = lang_hooks.decls.omp_clause_assign_op (c, var, ref);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_clntout.c124 ptype(proc->args.decls->decl.prefix,
125 proc->args.decls->decl.type, 1);
134 } else if (streq(proc->args.decls->decl.type, "void")) {
146 for (l = proc->args.decls; l != NULL; l = l->next) {
200 (streq(proc->args.decls->decl.type, "void"))) {
226 for (l = proc->args.decls; l != NULL; l = l->next) {
250 stringfix(proc->args.decls->decl.type),
252 (newstyle ? proc->args.decls->decl.name : "argp"),
260 stringfix(proc->args.decls->decl.type),
262 (newstyle ? proc->args.decls
[all...]
H A Drpc_sample.c106 if(!streq(proc->args.decls->decl.type, "void"))
107 ptype(proc->args.decls->decl.prefix,
108 proc->args.decls->decl.type, 1);
114 } else if (!streq(proc->args.decls->decl.type, "void")) {
115 for (l = proc->args.decls; l != NULL; l = l->next) {
145 if(streq(proc->args.decls->decl.type, "void"))
156 } else if (streq(proc->args.decls->decl.type, "void")) {
164 for (l = proc->args.decls; l != NULL; l = l->next) {
H A Drpc_parse.c116 decl_list *decls; local
124 tailp = &defp->def.st.decls;
127 decls = XALLOC(decl_list);
128 decls->decl = dec;
129 *tailp = decls;
130 tailp = &decls->next;
143 decl_list *decls; local
156 tailp = &defp->def.st.decls;
186 decls = XALLOC(decl_list);
187 plist->args.decls
[all...]
H A Drpc_parse.h125 decl_list *decls; member in struct:struct_def
146 decl_list *decls; member in struct:arg_list
H A Drpc_tblout.c137 printit( proc->args.decls->decl.prefix,
138 proc->args.decls->decl.type );
H A Drpc_cout.c307 for (dl = plist->args.decls; dl != NULL;
400 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { /* xxx */
548 for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
553 for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
564 for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
586 for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
602 for (dl = def->def.st.decls; dl != NULL; dl = dl->next)
H A Drpc_hout.c177 for (l = plist->args.decls;
199 for (l = def->def.st.decls; l != NULL; l = l->next) {
352 streq(proc->args.decls->decl.type, "void")) {
356 for (dl = proc->args.decls; dl != NULL; dl = dl->next) {
H A Drpc_svcout.c354 ptype(proc->args.decls->decl.prefix,
355 proc->args.decls->decl.type, 0);
371 if (!streq(proc->args.decls->decl.type, "void"))
374 for (l = proc->args.decls; l != NULL;
409 if (streq(proc->args.decls->decl.type,
415 ptype(proc->args.decls->decl.prefix,
416 proc->args.decls->decl.type, 0);
483 p_xdrfunc(ARG, proc->args.decls->decl.type);
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c140 struct text decls; /* declarations */ variable in typeref:struct:text
332 addchar('\n', &decls);
337 addstr(line, &decls);
342 addchar('\n', &decls);
356 addstr("extern", &decls);
357 addstr(line1 + 6, &decls);
359 addstr(q, &decls);
384 writetext(&decls, fp);
/freebsd-9.3-release/bin/csh/
H A DMakefile26 SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
27 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
29 SRCS+= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
31 SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c814 /* Multiple external decls of the same identifier ought to match.
941 /* Inline decls shadow nothing. */
1096 decls that got here through a using-declaration. */
1549 /* Function decls tend to have longer names. */
1939 may fail to merge the decls if the new decl is e.g. a
2074 struct scope_binding decls = EMPTY_SCOPE_BINDING;
2077 if (!qualified_lookup_using_namespace (name, scope, &decls, 0))
2081 if (!decls.value && !decls.type)
2096 if (decls
2071 struct scope_binding decls = EMPTY_SCOPE_BINDING; local
[all...]
H A Ddecl.c181 or the inner scope popped. These are the decls that will *not* be
206 defined, or the inner scope popped. These are the decls that will
209 /* A tree list of all decls from all binding levels that would be
532 If REVERSE is nonzero, reverse the order of decls before putting
539 /* The chain of decls was accumulated in reverse order.
541 tree decls;
578 /* Get the decls in the order they were written.
580 But parameter decls were previously put in forward order. */
584 = decls = nreverse (current_binding_level->names);
586 decls
538 tree decls; local
8237 tree decls = NULL_TREE; local
8980 tree decls = NULL_TREE; local
[all...]
/freebsd-9.3-release/sys/modules/zfs/
H A DMakefile112 CWARNFLAGS+=-Wno-redundant-decls
/freebsd-9.3-release/share/mk/
H A Dbsd.sys.mk55 CWARNFLAGS+= -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls\
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp146 unsigned decls = declToIndex.size(); local
147 scratch.resize(decls);
153 vals[i].resize(decls);

Completed in 386 milliseconds

12