| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | UnresolvedSet.h | 83 iterator begin() { return iterator(decls().begin()); } in begin() 84 iterator end() { return iterator(decls().end()); } in end() 94 decls().push_back(DeclAccessPair::make(D, AS)); in addDecl() 101 for (DeclsTy::iterator I = decls().begin(), E = decls().end(); I != E; ++I) in replace() 115 void erase(unsigned I) { decls()[I] = decls().pop_back_val(); } in erase() 121 void clear() { decls().clear(); } in clear() 122 void set_size(unsigned N) { decls().set_size(N); } in set_size() 124 bool empty() const { return decls().empty(); } in empty() 125 unsigned size() const { return decls().size(); } in size() 135 DeclsTy &decls() { in decls() function [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-gimplify.c | 143 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()
|
| H A D | genautomata.c | 619 decl_t decls [1]; member 1131 static VEC(decl_t,heap) *decls; in VEC() 2397 decl = description->decls [i]; in process_decls() 2418 decl = description->decls [i]; in process_decls() 2495 decl = description->decls [i]; in process_decls() 5553 decl = description->decls [i]; in NDFA_to_DFA() 6481 decl = description->decls [i]; in create_automata() 8130 decl = description->decls[i]; in output_internal_insn_latency_func() 8159 decl = description->decls[i]; in output_internal_insn_latency_func() 8176 decl = description->decls [i]; in output_internal_insn_latency_func() [all …]
|
| /freebsd-12.1/usr.bin/rpcgen/ |
| H A D | rpc_clntout.c | 124 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()
|
| H A D | rpc_parse.c | 117 decl_list *decls; in def_struct() local 129 decls->decl = dec; in def_struct() 130 *tailp = decls; in def_struct() 131 tailp = &decls->next; in def_struct() 144 decl_list *decls; in def_program() local 188 plist->args.decls = decls; in def_program() 189 decls->decl = dec; in def_program() 190 tailp = &decls->next; in def_program() 197 decls->decl = dec; in def_program() 198 *tailp = decls; in def_program() [all …]
|
| H A D | rpc_sample.c | 106 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()
|
| H A D | rpc_cout.c | 307 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() 565 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct() 587 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct() 603 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
|
| H A D | rpc_parse.h | 125 decl_list *decls; member 146 decl_list *decls; member
|
| H A D | rpc_svcout.c | 354 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()
|
| H A D | rpc_tblout.c | 137 printit( proc->args.decls->decl.prefix, in write_table() 138 proc->args.decls->decl.type ); in write_table()
|
| H A D | rpc_hout.c | 177 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()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclGroup.cpp | 29 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup() argument 31 assert(decls); in DeclGroup() 32 std::uninitialized_copy(decls, decls + numdecls, in DeclGroup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 44 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser() 519 llvm::SmallVectorImpl<Decl *> &decls) { in FindExternalLexicalDecls() argument 901 std::vector<clang::NamedDecl *> decls; in FindExternalVisibleDecls() local 961 std::vector<clang::NamedDecl *> decls; in FindExternalVisibleDecls() local 1373 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local 1413 std::vector<clang::NamedDecl *> decls; in FindObjCMethodDecls() local 1419 dyn_cast<ObjCInterfaceDecl>(decls[0]); in FindObjCMethodDecls() 1559 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local 1565 dyn_cast<ObjCInterfaceDecl>(decls[0])); in FindObjCPropertyAndIvarDecls() 1604 std::vector<clang::NamedDecl *> decls; in FindObjCPropertyAndIvarDecls() local [all …]
|
| H A D | ClangModulesDeclVendor.cpp | 80 std::vector<clang::NamedDecl *> &decls) override; 328 std::vector<clang::NamedDecl *> &decls) { in FindDecls() argument 334 decls.clear(); in FindDecls() 354 decls.push_back(named_decl); in FindDecls()
|
| /freebsd-12.1/sbin/devd/ |
| H A D | Makefile | 42 CFLAGS.gcc = -Wno-redundant-decls 43 CXXFLAGS.gcc = -Wno-redundant-decls
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | Makefile.std | 290 PSSRCS= sh.decls.h glob.c glob.h dotlock.c dotlock.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 \ 601 TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h 603 sh.decls.h ${TCH} 604 TWH=tw.h tw.decls.h 605 EDH=ed.h ed.decls.h
|
| H A D | Makefile.vms | 268 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
|
| H A D | Makefile.in | 380 PSSRCS= sh.decls.h glob.c glob.h dotlock.c dotlock.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 \ 748 TCH=tc.h tc.const.h tc.decls.h tc.nls.h tc.os.h tc.sig.h 750 sh.decls.h ${TCH} 751 TWH=tw.h tw.decls.h 752 EDH=ed.h ed.decls.h
|
| /freebsd-12.1/bin/csh/ |
| H A D | Makefile | 33 SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h 34 SRCS+= tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c \ 36 SRCS+= ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c \ 38 SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 251 std::vector<clang::NamedDecl *> decls; in BuildObjCObjectPointerType() local 254 decl_vendor->FindDecls(ConstString(name), append, max_matches, decls); in BuildObjCObjectPointerType() 267 ClangASTContext::GetTypeForDecl(decls[0]).GetPointerType()); in BuildObjCObjectPointerType()
|
| H A D | AppleObjCDeclVendor.cpp | 553 std::vector<clang::NamedDecl *> &decls) { in FindDecls() argument 566 decls.clear(); in FindDecls() 602 decls.push_back(result_iface_decl); in FindDecls() 647 decls.push_back(iface_decl); in FindDecls()
|
| /freebsd-12.1/contrib/blacklist/port/ |
| H A D | configure.ac | 66 -Wmissing-declarations -Wredundant-decls -Wnested-externs \ 73 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 950 std::vector<clang::NamedDecl *> decls; in GetTypeScavenger() local 952 decl_vendor->FindDecls(name, true, UINT32_MAX, decls); in GetTypeScavenger() 953 for (auto decl : decls) { in GetTypeScavenger() 984 std::vector<clang::NamedDecl *> decls; in GetTypeScavenger() local 988 decls) > 0 && in GetTypeScavenger() 989 !decls.empty()) { in GetTypeScavenger() 991 ClangASTContext::GetTypeForDecl(decls.front()); in GetTypeScavenger()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | DeclVendor.h | 55 std::vector<clang::NamedDecl *> &decls) = 0;
|
| /freebsd-12.1/usr.sbin/pmc/ |
| H A D | Makefile | 11 CWARNFLAGS.gcc+= -Wno-redundant-decls
|