/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | libzfsbootenv.abi | 18 <type-decl name='char' size-in-bits='8' id='a84c031d'/> 25 …<class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='… 26 …<class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='0… 27 …<class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id… 28 …<class-decl name='libzfs_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id… 29 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=… 30 <type-decl name='int' size-in-bits='32' id='95e97e5e'/> 31 <type-decl name='long int' size-in-bits='64' id='bd54fe1a'/> 32 <type-decl name='signed char' size-in-bits='8' id='28577a57'/> 33 …<type-decl name='unnamed-enum-underlying-type-32' is-anonymous='yes' size-in-bits='32' alignment-i… [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 640 <typedef-decl name='uInt' type-id='f0981eeb' id='09110a74'/> 641 …<var-decl name='efi_debug' type-id='95e97e5e' mangled-name='efi_debug' visibility='default' elf-sy… 642 <function-decl name='uuid_generate' visibility='default' binding='global' size-in-bits='64'> 645 </function-decl> 646 <function-decl name='uuid_is_null' visibility='default' binding='global' size-in-bits='64'> 649 </function-decl> 650 <function-decl name='crc32' visibility='default' binding='global' size-in-bits='64'> 655 </function-decl> 656 …<function-decl name='efi_err_check' mangled-name='efi_err_check' visibility='default' binding='glo… 659 </function-decl> [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 227 …<class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='d5027… 229 <var-decl name='gp_offset' type-id='f0981eeb' visibility='default'/> 232 <var-decl name='fp_offset' type-id='f0981eeb' visibility='default'/> 235 <var-decl name='overflow_arg_area' type-id='eaa32e2f' visibility='default'/> 238 <var-decl name='reg_save_area' type-id='eaa32e2f' visibility='default'/> 240 </class-decl> 241 <typedef-decl name='__pid_t' type-id='95e97e5e' id='3629bad8'/> 243 …<function-decl name='libspl_backtrace' mangled-name='libspl_backtrace' visibility='default' bindin… 246 </function-decl> 247 <function-decl name='abort' visibility='default' binding='global' size-in-bits='64'> [all …]
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 249 <typedef-decl name='__pid_t' type-id='95e97e5e' id='3629bad8'/> 250 …<function-decl name='libspl_backtrace' mangled-name='libspl_backtrace' visibility='default' bindin… 253 </function-decl> 254 <function-decl name='getpid' visibility='default' binding='global' size-in-bits='64'> 256 </function-decl> 257 <function-decl name='gettid' visibility='default' binding='global' size-in-bits='64'> 259 </function-decl> 260 <function-decl name='prctl' visibility='default' binding='global' size-in-bits='64'> 264 </function-decl> 265 …<function-decl name='libspl_set_assert_ok' mangled-name='libspl_set_assert_ok' visibility='default… [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 241 <type-decl name='char' size-in-bits='8' id='a84c031d'/> 251 …<class-decl name='_IO_codecvt' is-struct='yes' visibility='default' is-declaration-only='yes' id='… 252 …<class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='0… 253 …<class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id… 254 …<class-decl name='re_dfa_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='b48… 255 <type-decl name='double' size-in-bits='64' id='a0eb0f08'/> 256 <type-decl name='int' size-in-bits='32' id='95e97e5e'/> 257 <type-decl name='long int' size-in-bits='64' id='bd54fe1a'/> 258 <type-decl name='long long int' size-in-bits='64' id='1eb56b1e'/> 259 <type-decl name='short int' size-in-bits='16' id='a2185560'/> [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 70 clang::Decl *decl) { in CopyDecl() argument 73 clang::ASTContext *src_ast = &decl->getASTContext(); in CopyDecl() 81 llvm::Expected<clang::Decl *> result = delegate_sp->Import(decl); in CopyDecl() 87 ClangASTMetadata *metadata = GetDeclMetadata(decl); in CopyDecl() 91 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(decl)) in CopyDecl() 95 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl() 101 decl->getDeclKindName(), user_id); in CopyDecl() 118 void OverrideOne(clang::Decl *decl) { in OverrideOne() argument 119 if (m_backups.contains(decl)) { in OverrideOne() 123 m_backups[decl] = {decl->getDeclContext(), decl->getLexicalDeclContext()}; in OverrideOne() [all …]
|
H A D | ClangASTImporter.h | 98 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl); 111 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl); 120 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout); 172 bool CompleteTagDecl(clang::TagDecl *decl); 174 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin); 190 void SetDeclOrigin(const clang::Decl *decl, clang::Decl *original_decl); 192 ClangASTMetadata *GetDeclMetadata(const clang::Decl *decl); 202 void RegisterNamespaceMap(const clang::NamespaceDecl *decl, 205 NamespaceMapSP GetNamespaceMap(const clang::NamespaceDecl *decl); 207 void BuildNamespaceMap(const clang::NamespaceDecl *decl); [all …]
|
H A D | ClangASTSource.cpp | 42 const clang::Decl *decl) in ScopedLexicalDeclEraser() argument 43 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser() 185 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType() argument 189 dyn_cast<NamespaceDecl>(decl->getDeclContext())) { in FindCompleteType() 203 ConstString name(decl->getName()); in FindCompleteType() 236 TypeQuery query(CompilerDecl(m_clang_ast_context, (void *)decl)); in FindCompleteType() 306 dyn_cast<ObjCInterfaceDecl>(original.decl)) { in CompleteType() 415 static_cast<void *>(original.decl), in FindExternalLexicalDecls() 416 ClangUtil::DumpDecl(original.decl)); in FindExternalLexicalDecls() 419 dyn_cast<ObjCInterfaceDecl>(original.decl)) { in FindExternalLexicalDecls() [all …]
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_cout.c | 299 print_stat(1, &dl->decl); in emit_program() 392 if ((dl->decl.prefix == NULL) && in inline_struct() 393 ((ptr = find_type(dl->decl.type)) != NULL) && in inline_struct() 394 ((dl->decl.rel == REL_ALIAS) || in inline_struct() 395 (dl->decl.rel == REL_VECTOR))){ in inline_struct() 400 if (dl->decl.rel == REL_ALIAS) in inline_struct() 411 plus, dl->decl.array_max, in inline_struct() 415 dl->decl.array_max); in inline_struct() 437 print_stat(indent + 1, &cur->decl); in inline_struct() 464 print_stat(indent + 2, &cur->decl); in inline_struct() [all …]
|
H A D | rpc_clntout.c | 114 ptype(proc->args.decls->decl.prefix, in printarglist() 115 proc->args.decls->decl.type, 1); in printarglist() 124 } else if (streq(proc->args.decls->decl.type, "void")) { in printarglist() 137 pdeclaration(proc->args.argname, &l->decl, 0, ", "); in printarglist() 190 (streq(proc->args.decls->decl.type, "void"))) { in printbody() 218 l->decl.name, l->decl.name); in printbody() 240 stringfix(proc->args.decls->decl.type), in printbody() 242 (newstyle ? proc->args.decls->decl.name : "argp"), in printbody() 250 stringfix(proc->args.decls->decl.type), in printbody() 252 (newstyle ? proc->args.decls->decl.name : "argp"), in printbody()
|
H A D | rpc_sample.c | 101 if(!streq(proc->args.decls->decl.type, "void")) in write_sample_client() 102 ptype(proc->args.decls->decl.prefix, in write_sample_client() 103 proc->args.decls->decl.type, 1); in write_sample_client() 109 } else if (!streq(proc->args.decls->decl.type, "void")) { in write_sample_client() 112 ptype(l->decl.prefix, l->decl.type, 1); in write_sample_client() 113 if (strcmp(l->decl.type,"string") >= 1) in write_sample_client() 116 f_print(fout, "_%s;\n", l->decl.name); in write_sample_client() 140 if(streq(proc->args.decls->decl.type, "void")) in write_sample_client() 151 } else if (streq(proc->args.decls->decl.type, "void")) { in write_sample_client() 161 f_print(fout, "_%s, ", l->decl.name); in write_sample_client()
|
H A D | rpc_hout.c | 169 pdeclaration(name, &l->decl, 1, in pargdef() 190 pdeclaration(name, &l->decl, 1, ";\n"); in pstructdef() 201 declaration *decl; in puniondef() local 204 decl = &def->def.un.enum_decl; in puniondef() 205 if (streq(decl->type, "bool")) { in puniondef() 206 f_print(fout, "\tbool_t %s;\n", decl->name); in puniondef() 208 f_print(fout, "\t%s %s;\n", decl->type, decl->name); in puniondef() 215 decl = def->def.un.default_decl; in puniondef() 216 if (decl && !streq(decl->type, "void")) { in puniondef() 217 pdeclaration(name, decl, 2, ";\n"); in puniondef() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Deprecated.h | 25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 26 decl __attribute__((deprecated(message))) 28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 29 decl __attribute__((deprecated)) 31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 32 __declspec(deprecated(message)) decl 34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 35 decl
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 193 static bool AddSourceInfoToDecl(const PDBSymbol &symbol, Declaration &decl) { in AddSourceInfoToDecl() argument 212 decl.SetFile(spec); in AddSourceInfoToDecl() 213 decl.SetColumn(first_line_up->getColumnNumber()); in AddSourceInfoToDecl() 214 decl.SetLine(first_line_up->getLineNumber()); in AddSourceInfoToDecl() 372 Declaration decl; in CreateLLDBTypeFromPDBType() local 466 AddSourceInfoToDecl(type, decl); in CreateLLDBTypeFromPDBType() 469 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, clang_type, in CreateLLDBTypeFromPDBType() 509 OptionalClangModuleID(), decl, in CreateLLDBTypeFromPDBType() 535 AddSourceInfoToDecl(type, decl); in CreateLLDBTypeFromPDBType() 538 LLDB_INVALID_UID, lldb_private::Type::eEncodingIsUID, decl, ast_enum, in CreateLLDBTypeFromPDBType() [all …]
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 41 Decl *decl; member 57 %type decl(<scope>) declarator_list(<scope>, <type>) 61 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>) 72 free($<decl>$->scope); free($<decl>$->type); } decl 77 free($$); } <decl> 107 decl_list($e): | decl_list decl($e) ; 108 decl($e): 183 decl { $$ = 0; } in statement() 217 extern Decl * make_pointer(Decl *decl, Type *type); 219 extern Decl * build_function(Decl *decl, Decl_List *dlist, Type *type); [all …]
|
/freebsd/lib/libc/i386/string/ |
H A D | strncmp.S | 65 decl %edx 87 decl %edx 97 decl %edx 107 decl %edx 117 decl %edx 127 decl %edx 137 decl %edx 147 decl %edx
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 88 # define SM_UNUSED(decl) decl argument 90 # define SM_UNUSED(decl) decl __attribute__((__unused__)) argument 93 # define SM_UNUSED(decl) decl argument
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | bn-586.S | 215 decl %ecx 226 decl %ecx 237 decl %ecx 248 decl %ecx 259 decl %ecx 270 decl %ecx 417 decl %ebp 426 decl %ebp 435 decl %ebp 444 decl %ebp [all …]
|
/freebsd/bin/sh/ |
H A D | mknodes.c | 62 char *decl; /* declaration of field */ member 154 char decl[2 * BUFLEN]; in parsefield() local 167 sprintf(decl, "union node *%s", name); in parsefield() 170 sprintf(decl, "struct nodelist *%s", name); in parsefield() 173 sprintf(decl, "char *%s", name); in parsefield() 176 sprintf(decl, "int %s", name); in parsefield() 186 fp->decl = savestr(linep); in parsefield() 190 fp->decl = savestr(decl); in parsefield() 226 fprintf(hfile, " %s;\n", fp->decl); in output()
|
/freebsd/crypto/openssl/test/ |
H A D | afalgtest.c | 35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local 96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) in test_afalg_aes_cbc() 97 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) in test_afalg_aes_cbc() 99 decl += decf; in test_afalg_aes_cbc() 101 if (!TEST_int_eq(decl, BUFFER_SIZE) in test_afalg_aes_cbc()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() argument 38 : m_type_system(type_system), m_opaque_decl(decl) {} in CompilerDecl() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl() argument 62 m_opaque_decl = decl; in SetDecl()
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.output | 17 9 decl_list : decl_list $$2 decl 19 10 decl : decl_specs declarator_list ';' 23 12 decl : decl_specs declarator $$3 block_statement 76 49 statement : decl 122 decl_list : decl_list . $$2 decl (9) 138 decl_list : decl_list $$2 . decl (9) 149 decl goto 11 194 decl_list : decl_list $$2 decl . (9) 202 decl : decl_specs . declarator_list ';' (10) 203 decl : decl_specs . declarator $$3 block_statement (12) [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | efirt_support.S | 65 decl %ebx 68 decl %ebx 71 decl %ebx 74 decl %ebx 78 decl %ebx
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 23 for (auto decl : decls) in FindTypes() local 25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()
|
/freebsd/usr.bin/indent/ |
H A D | parse.c | 71 case decl: /* scanned a declaration word */ in parse() 74 if (ps.p_stack[ps.tos] != decl) { /* only put one declaration in parse() 78 ps.p_stack[++ps.tos] = decl; in parse() 85 if (ps.p_stack[i] == decl) in parse() 113 if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl in parse() 310 case decl: /* finish of a declaration */ in reduce()
|