Home
last modified time | relevance | path

Searched refs:decls (Results 1 – 25 of 163) sorted by relevance

1234567

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDUnresolvedSet.h71 iterator begin() { return iterator(decls().begin()); } in begin()
72 iterator end() { return iterator(decls().end()); } in end()
74 const_iterator begin() const { return const_iterator(decls().begin()); } in begin()
75 const_iterator end() const { return const_iterator(decls().end()); } in end()
82 decls().push_back(DeclAccessPair::make(D, AS)); in addDecl()
89 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I) in replace()
103 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); } in erase()
105 void erase(iterator I) { *I.I = decls().pop_back_val(); } in erase()
109 void clear() { decls().clear(); } in clear()
110 void set_size(unsigned N) { decls().set_size(N); } in set_size()
[all …]
/NextBSD/contrib/gcc/
HDc-gimplify.c143 tree decls, bind; in c_build_bind_expr() local
146 decls = NULL_TREE; in c_build_bind_expr()
148 decls = BLOCK_VARS (block); in c_build_bind_expr()
151 decls = block; in c_build_bind_expr()
152 if (DECL_ARTIFICIAL (decls)) in c_build_bind_expr()
157 BLOCK_VARS (block) = decls; in c_build_bind_expr()
164 if (decls || block) in c_build_bind_expr()
166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr()
HDgenautomata.c619 decl_t decls [1]; member
1131 static VEC(decl_t,heap) *decls; in VEC()
1259 VEC_safe_push (decl_t,heap, decls, decl); in gen_cpu_unit()
1287 VEC_safe_push (decl_t,heap, decls, decl); in gen_query_cpu_unit()
1322 VEC_safe_push (decl_t,heap, decls, decl); in gen_bypass()
1361 VEC_safe_push (decl_t,heap, decls, decl); in gen_excl_set()
1430 VEC_safe_push (decl_t,heap, decls, decl); in gen_presence_absence_set()
1499 VEC_safe_push (decl_t,heap, decls, decl); in gen_automaton()
1698 VEC_safe_push (decl_t,heap, decls, decl); in gen_reserv()
1719 VEC_safe_push (decl_t,heap, decls, decl); in gen_insn_reserv()
[all …]
/NextBSD/usr.bin/rpcgen/
HDrpc_clntout.c124 ptype(proc->args.decls->decl.prefix, in printarglist()
125 proc->args.decls->decl.type, 1); in printarglist()
134 } else if (streq(proc->args.decls->decl.type, "void")) { in printarglist()
146 for (l = proc->args.decls; l != NULL; l = l->next) { in printarglist()
200 (streq(proc->args.decls->decl.type, "void"))) { in printbody()
226 for (l = proc->args.decls; l != NULL; l = l->next) { in printbody()
250 stringfix(proc->args.decls->decl.type), in printbody()
252 (newstyle ? proc->args.decls->decl.name : "argp"), in printbody()
260 stringfix(proc->args.decls->decl.type), in printbody()
262 (newstyle ? proc->args.decls->decl.name : "argp"), in printbody()
HDrpc_parse.c116 decl_list *decls; in def_struct() local
124 tailp = &defp->def.st.decls; in def_struct()
127 decls = XALLOC(decl_list); in def_struct()
128 decls->decl = dec; in def_struct()
129 *tailp = decls; in def_struct()
130 tailp = &decls->next; in def_struct()
143 decl_list *decls; in def_program() local
156 tailp = &defp->def.st.decls; in def_program()
186 decls = XALLOC(decl_list); in def_program()
187 plist->args.decls = decls; in def_program()
[all …]
HDrpc_sample.c106 if(!streq(proc->args.decls->decl.type, "void")) in write_sample_client()
107 ptype(proc->args.decls->decl.prefix, in write_sample_client()
108 proc->args.decls->decl.type, 1); in write_sample_client()
114 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
115 for (l = proc->args.decls; l != NULL; l = l->next) { in write_sample_client()
145 if(streq(proc->args.decls->decl.type, "void")) in write_sample_client()
156 } else if (streq(proc->args.decls->decl.type, "void")) { in write_sample_client()
164 for (l = proc->args.decls; l != NULL; l = l->next) { in write_sample_client()
HDrpc_cout.c307 for (dl = plist->args.decls; dl != NULL; in emit_program()
400 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { /* xxx */ in inline_struct()
548 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
553 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
564 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
586 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
602 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
HDrpc_parse.h125 decl_list *decls; member
146 decl_list *decls; member
HDrpc_svcout.c354 ptype(proc->args.decls->decl.prefix, in write_real_program()
355 proc->args.decls->decl.type, 0); in write_real_program()
371 if (!streq(proc->args.decls->decl.type, "void")) in write_real_program()
374 for (l = proc->args.decls; l != NULL; in write_real_program()
409 if (streq(proc->args.decls->decl.type, in write_program()
415 ptype(proc->args.decls->decl.prefix, in write_program()
416 proc->args.decls->decl.type, 0); in write_program()
483 p_xdrfunc(ARG, proc->args.decls->decl.type); in write_program()
HDrpc_tblout.c137 printit( proc->args.decls->decl.prefix, in write_table()
138 proc->args.decls->decl.type ); in write_table()
HDrpc_hout.c177 for (l = plist->args.decls; in pargdef()
199 for (l = def->def.st.decls; l != NULL; l = l->next) { in pstructdef()
352 streq(proc->args.decls->decl.type, "void")) { in parglist()
356 for (dl = proc->args.decls; dl != NULL; dl = dl->next) { in parglist()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclGroup.cpp30 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup() argument
32 assert(decls); in DeclGroup()
33 memcpy(this+1, decls, numdecls * sizeof(*decls)); in DeclGroup()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp41 ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls, in ScopedLexicalDeclEraser() argument
43 : m_active_lexical_decls(decls), m_decl(decl) in ScopedLexicalDeclEraser()
425 llvm::SmallVectorImpl<Decl*> &decls) in FindExternalLexicalDecls() argument
535 decls.push_back(copied_decl); in FindExternalLexicalDecls()
797 std::vector <clang::NamedDecl *> decls; in FindExternalVisibleDecls() local
802 decls)) in FindExternalVisibleDecls()
812 clang::NamedDecl *const decl_from_modules = decls[0]; in FindExternalVisibleDecls()
861 std::vector <clang::NamedDecl *> decls; in FindExternalVisibleDecls() local
866 decls)) in FindExternalVisibleDecls()
876 …:Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, &decls[0]->getASTContext(), decls[0]); in FindExternalVisibleDecls()
[all …]
HDClangModulesDeclVendor.cpp79 std::vector <clang::NamedDecl*> &decls) override;
372 std::vector <clang::NamedDecl*> &decls) in FindDecls()
380 decls.clear(); in FindDecls()
398 decls.push_back(named_decl); in FindDecls()
/NextBSD/bin/csh/
HDMakefile26 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 \
/NextBSD/contrib/tcsh/
HDMakefile.std290 PSSRCS= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
300 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
305 EDSRCS= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
310 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
600 TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h
602 sh.decls.h ${TCH}
603 TWH=tw.h tw.decls.h
604 EDH=ed.h ed.decls.h
HDMakefile.vms268 PSSRCS= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
278 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
283 EDSRCS= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
288 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
566 TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h
568 sh.decls.h ${TCH}
569 TWH=tw.h tw.decls.h
570 EDH=ed.h ed.decls.h
HDMakefile.in380 PSSRCS= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h ma.setp.c \
390 TWSRCS= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \
395 EDSRCS= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \
400 TCSRCS= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
767 TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h
769 sh.decls.h ${TCH}
770 TWH=tw.h tw.decls.h
771 EDH=ed.h ed.decls.h
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDDeclVendor.h61 std::vector <clang::NamedDecl*> &decls) = 0;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDUninitializedValues.cpp147 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
148 scratch.resize(decls); in computeSetOfDeclarations()
154 vals[i].resize(decls); in computeSetOfDeclarations()
409 for (auto *DI : DS->decls()) { in VisitDeclStmt()
754 for (auto *DI : DS->decls()) { in VisitDeclStmt()
/NextBSD/lib/libsysdecode/
HDMakefile25 CFLAGS.gcc.ioctl.c+= -Wno-redundant-decls
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangASTSource.h453 llvm::SmallVectorImpl<clang::NamedDecl*> &decls, in NameSearchContext()
457 m_decls(decls), in NameSearchContext()
/NextBSD/tools/regression/capsicum/syscalls/
HDMakefile9 CFLAGS+= -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
/NextBSD/cddl/usr.sbin/dtrace/tests/common/
HDMakefile18 decls \
/NextBSD/tools/regression/capsicum/libcapsicum/
HDMakefile12 CFLAGS+= -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls

1234567