/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | Property.cpp | 23 : m_name(definition.name), m_description(definition.description), in Property() 24 m_is_global(definition.global) { in Property() 25 switch (definition.type) { in Property() 54 if (definition.default_cstr_value) in Property() 64 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property() 74 definition.enum_values); in Property() 84 definition.enum_values, definition.default_uint_value); in Property() 186 if (definition.default_cstr_value) in Property() 189 definition.default_cstr_value ? value : definition.default_uint_value); in Property() 195 if (definition.default_cstr_value) in Property() [all …]
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_util.h | 42 definition *val; 93 void storeval(list **, definition *); 98 definition *findval(list *, char *, int (*)(definition *, char *)); 120 void emit(definition *); 125 void print_datadef(definition *); 126 void print_funcdef(definition *); 155 void write_sample_svc(definition *); 156 int write_sample_clnt(definition *);
|
H A D | rpc_hout.c | 65 definition *def; in print_datadef() 105 definition *def; in print_funcdef() 137 definition *def; in pconstdef() 148 definition *def; in pargdef() 177 definition *def; in pstructdef() 191 definition *def; in puniondef() 257 definition *def; in pprogramdef() 356 definition *def; in penumdef() 388 definition *def; in ptypedef() 495 definition *def; [all …]
|
H A D | rpc_parse.c | 51 static void def_enum(definition *); 63 definition * 66 definition *defp; in get_definition() 69 defp = malloc(sizeof(definition)); in get_definition() 103 definition *defp; in isdefined() 110 definition *defp; in def_struct() 138 definition *defp; in def_program() 244 definition *defp; in def_enum() 274 definition *defp; in def_const() 288 definition *defp; in def_union() [all …]
|
H A D | rpc_cout.c | 57 static void emit_enum(definition *); 58 static void emit_union(definition *); 70 definition *def; in emit() 110 definition *def; in findtype() 125 definition *def; 157 definition *def; in print_header() 306 definition *def; in emit_enum() 317 definition *def; in emit_program() 338 definition *def; in emit_union() 411 definition *def; in emit_struct() [all …]
|
H A D | rpc_util.c | 92 definition * 96 int (*cmp) (definition *, char *); 113 definition *val; 131 findit(definition *def, char *type) in findit() 139 definition *def; in fixit() 141 def = (definition *) FINDVAL(defined, type, findit); in fixit() 196 typedefed(definition *def, char *type) in typedefed() 209 definition *def; 220 def = (definition *) FINDVAL(defined, type, typedefed);
|
H A D | rpc_parse.h | 148 struct definition { struct 160 typedef struct definition definition; typedef 162 definition *get_definition(void);
|
H A D | rpc_svcout.c | 152 definition *def; 175 def = (definition *) l->val; 206 definition *def; 210 def = (definition *) l->val; 262 definition *def; 267 def = (definition *) l->val; 286 definition *def; in write_real_program() 342 definition *def; in write_program() 568 definition *def; 718 definition *def; [all …]
|
H A D | rpc_tblout.c | 59 static void write_table(definition *); 65 definition *def; in write_tables() 70 def = (definition *) l->val; in write_tables() 78 definition *def; in write_table()
|
H A D | rpc_sample.c | 47 static void write_sample_server(definition *); 52 definition *def; in write_sample_svc() 63 definition *def; in write_sample_clnt() 164 definition *def; in write_sample_server() 221 definition *def; in write_sample_clnt_main()
|
H A D | rpc_clntout.c | 44 static void write_program(definition *); 55 definition *def; in write_stubs() 62 def = (definition *) l->val; in write_stubs() 71 definition *def; in write_program()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | wrstabs.c | 405 s->definition = definition; in stab_push_string() 995 definition = info->type_stack->definition; in stab_range_type() 1024 definition = info->type_stack->definition; in stab_array_type() 1027 definition = definition || info->type_stack->definition; in stab_array_type() 1075 definition = info->type_stack->definition; in stab_set_type() 1118 definition = definition || info->type_stack->definition; in stab_offset_type() 1179 definition = definition || info->type_stack->definition; in stab_method_type() 1189 definition = definition || info->type_stack->definition; in stab_method_type() 1196 definition = definition || info->type_stack->definition; in stab_method_type() 1202 definition = definition || info->type_stack->definition; in stab_method_type() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | wrstabs.c | 405 s->definition = definition; in stab_push_string() 997 definition = info->type_stack->definition; in stab_range_type() 1026 definition = info->type_stack->definition; in stab_array_type() 1029 definition = definition || info->type_stack->definition; in stab_array_type() 1077 definition = info->type_stack->definition; in stab_set_type() 1120 definition = definition || info->type_stack->definition; in stab_offset_type() 1181 definition = definition || info->type_stack->definition; in stab_method_type() 1191 definition = definition || info->type_stack->definition; in stab_method_type() 1198 definition = definition || info->type_stack->definition; in stab_method_type() 1204 definition = definition || info->type_stack->definition; in stab_method_type() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | macscp.exp | 63 set definition {} 80 set definition {} 87 set definition undefined 91 set definition {} 104 set definition {} 116 set definition {} 122 set definition $expect_out(1,string) 126 set definition {} 130 set definition no-macro-info 137 set definition timeout [all …]
|
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/src/ |
H A D | litTaskProvider.ts | 36 const task = _task.definition.task; 39 const definition: LITTaskDefinition = <any>_task.definition; constant 40 if (definition.task === 'llvm-lit file') { 42 } else if (definition.task === 'llvm-lit directory') { 47 definition, 48 definition.task,
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | LibASTImporter.rst | 27 CTU static analysis imports a definition of a function if its definition is found in another transl… 42 Also, we have to discover *one definition rule* (ODR) violations. 43 For instance, if there is a class definition with the same name in both translation units, but one … 78 We could extend the definition of structural equivalency to templates similarly. 146 `-CXXRecordDecl 0x6c7e30 <line:2:7, col:13> col:13 class MyClass definition 165 llvm::errs() << "Imported definition.\n"; 173 `-CXXRecordDecl 0x6c7e30 <line:2:7, col:13> col:13 class MyClass definition 192 …l import, the dependent Decls are imported without definition, and we have to import their definit… 252 llvm::errs() << "Imported definition.\n"; 357 | |-CXXRecordDecl 0xe90f90 <line:4:7, col:17> col:14 struct X definition [all …]
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | OptionParser.cpp | 35 while (longopts->definition != nullptr) { in Parse() 39 opt.name = longopts->definition->long_option; in Parse() 40 opt.has_arg = longopts->definition->option_has_arg; in Parse()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ |
H A D | ANSIColor.pm | 201 for my $definition (split(m{\s*,\s*}xms, $spec)) { 202 my ($new, $old) = split(m{\s*=\s*}xms, $definition, 2); 204 warn qq{Bad color mapping "$definition"}; 210 warn qq{$error in "$definition"};
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | charnames.t | 900 like($@, qr/Can't find Unicode property definition "name=mychar2"/, 913 like($@, qr/Can't find Unicode property definition "name=myprivate2"/, 943 …mes::vianame("mychar2"), "Inner block: verify that vianame(mychar2) outer definition didn't leak"); 952 …ianame("myprivate2"), "Inner block: verify that vianame(myprivate2) outer definition didn't leak"); 954 …es::viacode(0x100000), "Inner block: verify that myprivate2 viacode outer definition didn't leak"); 966 …own charname 'mychar1'/, "Inner inner block: verify that mychar1 outer definition didn't leak with… 974 …arname 'myprivate1'/, "Inner inner block: verify that myprivate1 outer definition didn't leak with… 983 …ames::viacode(0x100000), "Inner inner block: verify that mychar2 outer definition didn't leak with… 1001 …mes::vianame("mychar2"), "Inner block: verify that vianame(mychar2) outer definition didn't leak"); 1010 …ianame("myprivate2"), "Inner block: verify that vianame(myprivate2) outer definition didn't leak"); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | uninit-2.c | 6 struct definition struct 22 macroexpand (struct cpp_reader *pfile, struct definition *defn) in macroexpand() argument
|
/openbsd/gnu/gcc/gcc/ |
H A D | protoize.c | 2584 ((NONCONST def_dec_info *) dd_p)->definition = dd_p; in connect_defs_and_decs() 2658 ((NONCONST def_dec_info *) dd_p)->definition = in connect_defs_and_decs() 2666 ((NONCONST def_dec_info *) dd_p2)->definition = dd_p->definition; in connect_defs_and_decs() 2673 if (dd_p->definition == (def_dec_info *) -1) in connect_defs_and_decs() 2674 ((NONCONST def_dec_info *) dd_p)->definition = NULL; in connect_defs_and_decs() 2883 const def_dec_info *definition = def_dec_p->definition; in edit_fn_declaration() local 2889 if (!definition) in edit_fn_declaration() 2995 this_f_list_chain_item = definition->f_list_chain; in edit_fn_declaration() 3472 if (dd_p->is_implicit && dd_p->definition && !dd_p->definition->written) in add_global_decls() 3474 const char *decl = dd_p->definition->ansi_decl; in add_global_decls() [all …]
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | macro.texi | 24 @c that the created macro uses the original definition within the 66 Here is what a definition looks like: 76 surrounded by backslashes. For example, here is a definition of 135 command within the definition of the macro itself. For example, one 137 @code{@@dfn@{@dots{}@}}, the location of the definition would appear 149 overriding macro definition. 152 special @dfn{macro control command} in the definition of the macro. The
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | protoize.c | 2695 ((NONCONST def_dec_info *) dd_p)->definition = dd_p; 2769 ((NONCONST def_dec_info *) dd_p)->definition = 2777 ((NONCONST def_dec_info *) dd_p2)->definition = dd_p->definition; 2784 if (dd_p->definition == (def_dec_info *) -1) 2785 ((NONCONST def_dec_info *) dd_p)->definition = NULL; 3007 const def_dec_info *definition = def_dec_p->definition; local 3013 if (!definition) 3119 this_f_list_chain_item = definition->f_list_chain; 3603 if (dd_p->is_implicit && dd_p->definition && !dd_p->definition->written) 3605 const char *decl = dd_p->definition->ansi_decl; [all …]
|
/openbsd/usr.bin/lex/ |
H A D | sym.c | 196 void ndinstal (name, definition) in ndinstal() argument 198 u_char definition[]; 202 (char *) copy_unsigned_string (definition), 0,
|
/openbsd/regress/usr.bin/mandoc/roff/esc/ |
H A D | bs_man.out_ascii | 9 in a macro definition: prefix(initial)suffix prefix(later)suffix 11 in a string definition: prefix(initial)middle(later)suffix
|