Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 25 of 179) sorted by relevance

12345678

/freebsd-src/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi18 <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-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi640 <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-symbol-id='efi_debug'/>
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='global' size-in-bits='64' elf-symbol-id='efi_err_check'>
659 </function-decl>
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi249 <typedef-decl name='__pid_t' type-id='95e97e5e' id='3629bad8'/>
250 <function-decl name='libspl_backtrace' mangled-name='libspl_backtrace' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='libspl_backtrace'>
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 nam
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi227 <class-decl name='__va_list_tag' size-in-bits='192' is-struct='yes' visibility='default' id='d5027220'>
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' binding='global' size-in-bits='64' elf-symbol-id='libspl_backtrace'>
246 </function-decl>
247 <function-decl nam
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp70 clang::Decl *decl) { in CopyDecl()
73 clang::ASTContext *src_ast = &decl->getASTContext(); in CopyDecl()
81 llvm::Expected<clang::Decl *> result = delegate_sp->Import(decl); in CopyDecl()
84 LLDB_LOG_ERROR(log, result.takeError(), "Couldn't import decl: {0}"); 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()
119 if (m_backups.contains(decl)) { in OverrideOne()
67 CopyDecl(clang::ASTContext * dst_ast,clang::Decl * decl) CopyDecl() argument
115 OverrideOne(clang::Decl * decl) OverrideOne() argument
127 ChainPassesThrough(clang::Decl * decl,clang::DeclContext * base,clang::DeclContext * (clang::Decl::* contextFromDecl)(),clang::DeclContext * (clang::DeclContext::* contextFromContext)()) ChainPassesThrough() argument
140 GetEscapedChild(clang::Decl * decl,clang::DeclContext * base=nullptr) GetEscapedChild() argument
171 Override(clang::Decl * decl) Override() argument
189 OverrideAllDeclsFromContainingFunction(clang::Decl * decl) OverrideAllDeclsFromContainingFunction() argument
249 NamedDecl *decl = m_decls_to_complete.pop_back_val(); ~CompleteTagDeclsScope() local
329 DeportDecl(clang::ASTContext * dst_ctx,clang::Decl * decl) DeportDecl() argument
549 SetRecordLayout(clang::RecordDecl * decl,const LayoutInfo & layout) SetRecordLayout() argument
554 CompleteTagDecl(clang::TagDecl * decl) CompleteTagDecl() argument
574 CompleteTagDeclWithOrigin(clang::TagDecl * decl,clang::TagDecl * origin_decl) CompleteTagDeclWithOrigin() argument
711 GetDeclMetadata(const clang::Decl * decl) GetDeclMetadata() argument
723 GetDeclOrigin(const clang::Decl * decl) GetDeclOrigin() argument
729 SetDeclOrigin(const clang::Decl * decl,clang::Decl * original_decl) SetDeclOrigin() argument
736 RegisterNamespaceMap(const clang::NamespaceDecl * decl,NamespaceMapSP & namespace_map) RegisterNamespaceMap() argument
744 GetNamespaceMap(const clang::NamespaceDecl * decl) GetNamespaceMap() argument
756 BuildNamespaceMap(const clang::NamespaceDecl * decl) BuildNamespaceMap() argument
[all...]
H A DClangASTImporter.h48 /// constructing a new ASTImporter manually to copy over a type/decl, this class
98 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
109 /// Copies the given decl to the destination type system.
111 clang::Decl *DeportDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
118 /// \param decl The RecordDecl to set the layout for.
120 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
134 /// \param[in] record The decl whose layout we're calculating.
172 bool CompleteTagDecl(clang::TagDecl *decl);
174 bool CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin);
183 /// 'original' decl i
240 clang::Decl *decl = nullptr; global() member
358 setOrigin(const clang::Decl * decl,DeclOrigin origin) setOrigin() argument
370 removeOrigin(const clang::Decl * decl) removeOrigin() argument
387 getOrigin(const clang::Decl * decl) getOrigin() argument
395 hasOrigin(const clang::Decl * decl) hasOrigin() argument
[all...]
H A DClangASTSource.cpp36 // Scoped class that will remove an active lexical decl from the set when it
42 const clang::Decl *decl) in ScopedLexicalDeclEraser()
43 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser() argument
185 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) {
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()
413 LLDB_LOG(log, " FELD Original decl (ASTContext*){0:x} (Decl*){1:x}:\n{2}", in FindExternalLexicalDecls()
415 static_cast<void *>(original.decl), in FindExternalLexicalDecls()
186 FindCompleteType(const TagDecl * decl) FindCompleteType() argument
715 D *decl; global() member in TaggedASTDecl
1713 GetDeclOrigin(const clang::Decl * decl) GetDeclOrigin() argument
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi241 <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='a4036571'/>
252 <class-decl name='_IO_marker' is-struct='yes' visibility='default' is-declaration-only='yes' id='010ae0b9'/>
253 <class-decl name='_IO_wide_data' is-struct='yes' visibility='default' is-declaration-only='yes' id='79bd3751'/>
254 <class-decl name='re_dfa_t' is-struct='yes' visibility='default' is-declaration-only='yes' id='b48d2441'/>
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 nam
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DDeprecated.h25 # 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-src/usr.bin/rpcgen/
H A Drpc_cout.c299 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 Drpc_clntout.c114 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 Drpc_sample.c101 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 Drpc_hout.c169 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp193 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_enu in CreateLLDBTypeFromPDBType()
863 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); GetDeclForSymbol() local
923 clang::Decl *decl = GetDeclForSymbol() local
956 auto decl = m_ast.CreateFunctionDeclaration( GetDeclForSymbol() local
1154 Declaration decl; AddEnumValue() local
1276 auto decl = TypeSystemClang::AddFieldToRecordType( AddRecordMembers() local
1292 auto decl = TypeSystemClang::AddVariableToRecordType( AddRecordMembers() local
1400 auto decl = m_ast.GetAsCXXRecordDecl(base_comp_type.GetOpaqueQualType()); AddRecordBases() local
1416 if (clang::CXXMethodDecl *decl = AddRecordMethods() local
[all...]
/freebsd-src/contrib/byacc/test/
H A Dbtyacc_demo.y41 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-src/contrib/sendmail/include/sm/
H A Dcdefs.h88 # define SM_UNUSED(decl) decl argument
90 # define SM_UNUSED(decl) decl __attribute__((__unused__)) argument
93 # define SM_UNUSED(decl) decl argument
/freebsd-src/lib/libc/i386/string/
H A Dstrncmp.S65 decl %edx
87 decl %edx
97 decl %edx
107 decl %edx
117 decl %edx
127 decl %edx
137 decl %edx
147 decl %edx
/freebsd-src/sys/crypto/openssl/i386/
H A Dbn-586.S215 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-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h69 UniqueDWARFASTType *Find(const DWARFDIE &die, const Declaration &decl,
89 const Declaration &decl, const int32_t byte_size, in Find()
94 return pos->second.Find(die, decl, byte_size, is_forward_declaration);
27 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument
83 Find(ConstString name,const DWARFDIE & die,const Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) Find() argument
/freebsd-src/crypto/openssl/test/
H A Dafalgtest.c35 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-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 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()
76 // If this decl has a type, return it.
79 // If this decl represents a function, return the return type
82 // If this decl represents a function, return the number of arguments for the
86 // If this decl represents a function, return the argument type given a zero
97 // If decl represents a constant value, return it. Otherwise, return an
/freebsd-src/bin/sh/
H A Dmknodes.c62 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-src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output17 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-src/sys/amd64/amd64/
H A Defirt_support.S65 decl %ebx
68 decl %ebx
71 decl %ebx
74 decl %ebx
78 decl %ebx
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp23 for (auto decl : decls) in FindTypes() local
25 decl.GetTypeSystem()->GetTypeForDecl(decl.GetOpaqueDecl())) in FindTypes()

12345678