Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property() argument
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()
34 std::make_shared<OptionValueArch>(definition.default_cstr_value); in Property()
46 (OptionValue::Type)definition.default_uint_value)); in Property()
54 if (definition.default_cstr_value) in Property()
57 llvm::StringRef(definition.default_cstr_value), false, nullptr)); in Property()
60 definition.default_uint_value != 0); in Property()
64 llvm::StringRef s(definition.default_cstr_value ? definition.default_cstr_value : ""); in Property()
[all …]
/openbsd-src/usr.bin/rpcgen/
H A Drpc_util.h42 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 Drpc_hout.c44 static void pconstdef(definition *);
45 static void pargdef(definition *);
46 static void pstructdef(definition *);
47 static void puniondef(definition *);
48 static void pprogramdef(definition *);
49 static void penumdef(definition *);
50 static void ptypedef(definition *);
65 definition *def; in print_datadef()
105 definition *def; in print_funcdef()
137 definition *def; in pconstdef()
[all …]
H A Drpc_parse.c48 static void isdefined(definition *);
49 static void def_struct(definition *);
50 static void def_program(definition *);
51 static void def_enum(definition *);
52 static void def_const(definition *);
53 static void def_union(definition *);
54 static void def_typedef(definition *);
63 definition *
66 definition *defp; in get_definition()
69 defp = malloc(sizeof(definition)); in get_definition()
[all …]
H A Drpc_cout.c45 static int findtype(definition *, char *);
48 static void print_header(definition *);
56 static void emit_program(definition *);
57 static void emit_enum(definition *);
58 static void emit_union(definition *);
59 static void emit_struct(definition *);
60 static void emit_typedef(definition *);
70 definition *def; in emit()
110 definition *def; in findtype()
125 definition *def;
[all …]
H A Drpc_util.c92 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 Drpc_parse.h148 struct definition { struct
160 typedef struct definition definition; typedef
162 definition *get_definition(void);
H A Drpc_svcout.c52 static void write_real_program(definition *);
53 static void write_program(definition *, char *);
152 definition *def;
175 def = (definition *) l->val;
206 definition *def;
210 def = (definition *) l->val;
262 definition *def;
267 def = (definition *) l->val;
274 def = (definition *) l->val;
286 definition *def; in write_real_program()
[all …]
H A Drpc_tblout.c59 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 Drpc_sample.c47 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 Drpc_clntout.c44 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-src/gnu/usr.bin/binutils/binutils/
H A Dwrstabs.c75 bfd_boolean definition; member
398 long index, bfd_boolean definition, unsigned int size) in stab_push_string() argument
405 s->definition = definition; in stab_push_string()
858 bfd_boolean definition; in stab_modify_type() local
863 definition = info->type_stack->definition; in stab_modify_type()
868 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type()
890 if (index != 0 && ! info->type_stack->definition) in stab_modify_type()
950 if (! info->type_stack->definition) in stab_function_type()
991 bfd_boolean definition; in stab_range_type() local
995 definition = info->type_stack->definition; in stab_range_type()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dwrstabs.c75 bfd_boolean definition; member
398 long index, bfd_boolean definition, unsigned int size) in stab_push_string() argument
405 s->definition = definition; in stab_push_string()
860 bfd_boolean definition; in stab_modify_type() local
865 definition = info->type_stack->definition; in stab_modify_type()
870 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type()
892 if (index != 0 && ! info->type_stack->definition) in stab_modify_type()
952 if (! info->type_stack->definition) in stab_function_type()
993 bfd_boolean definition; in stab_range_type() local
997 definition = info->type_stack->definition; in stab_range_type()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmacscp.exp63 set definition {}
75 if {[llength $location] == 0 && [llength $definition] == 0} {
80 set definition {}
86 if {[llength $location] == 0 && [llength $definition] == 0} {
87 set definition undefined
91 set definition {}
104 set definition {}
110 if {[string compare $definition undefined] == 0 \
116 set definition {}
121 if {[string compare $definition ""] == 0} {
[all …]
/openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts36 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-src/gnu/llvm/clang/docs/
H A DLibASTImporter.rst27 CTU static analysis imports a definition of a function if its definition is found in another transl…
41 E.g. if we include the definition of the vector template (``#include <vector>``) in two translation…
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 …
75 - record types and all their fields in order of their definition have the same identifier names and…
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
155 We'd like to get the members too, so, we use ``ImportDefinition`` to copy the whole definition of `…
165 llvm::errs() << "Imported definition.\n";
173 `-CXXRecordDecl 0x6c7e30 <line:2:7, col:13> col:13 class MyClass definition
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DOptionParser.cpp35 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-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm201 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-src/gnu/usr.bin/perl/lib/
H A Dcharnames.t900 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…
968 …ring_vianame("mychar1"), "Inner inner block: verify that mychar1 outer definition didn't leak with…
971 …mes::vianame("mychar2"), "Inner inner block: verify that mychar2 outer definition didn't leak with…
974 …arname 'myprivate1'/, "Inner inner block: verify that myprivate1 outer definition didn't leak with…
976 …ianame("myprivate1"), "Inner inner block: verify that myprivate1 outer definition didn't leak with…
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-2.c6 struct definition struct
22 macroexpand (struct cpp_reader *pfile, struct definition *defn) in macroexpand() argument
/openbsd-src/gnu/gcc/gcc/
H A Dprotoize.c343 const def_dec_info * definition; /* -> def/dec containing related def */ member
801 && (ddp->is_func_def || (!ddp->is_func_def && ddp->definition)) in needs_to_be_converted()
1493 def_dec_p->definition = 0; /* Fill this in later if protoizing. */ in save_def_or_dec()
2584 ((NONCONST def_dec_info *) dd_p)->definition = dd_p; in connect_defs_and_decs()
2603 if (!dd_p->is_func_def && !dd_p->is_static && !dd_p->definition) in connect_defs_and_decs()
2610 ((NONCONST def_dec_info *) dd_p)->definition = extern_def_p; in connect_defs_and_decs()
2634 if (!dd_p->is_func_def && dd_p->is_static && !dd_p->definition) in connect_defs_and_decs()
2658 ((NONCONST def_dec_info *) dd_p)->definition = in connect_defs_and_decs()
2665 && !dd_p2->definition && (dd_p2->file == dd_p->file)) in connect_defs_and_decs()
2666 ((NONCONST def_dec_info *) dd_p2)->definition = dd_p->definition; in connect_defs_and_decs()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dmacro.texi24 @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-src/gnu/usr.bin/gcc/gcc/
H A Dprotoize.c351 const def_dec_info * definition; /* -> def/dec containing related def */ member
860 && (ddp->is_func_def || (!ddp->is_func_def && ddp->definition))
1591 def_dec_p->definition = 0; /* Fill this in later if protoizing. */
2695 ((NONCONST def_dec_info *) dd_p)->definition = dd_p;
2714 if (!dd_p->is_func_def && !dd_p->is_static && !dd_p->definition)
2721 ((NONCONST def_dec_info *) dd_p)->definition = extern_def_p;
2745 if (!dd_p->is_func_def && dd_p->is_static && !dd_p->definition)
2769 ((NONCONST def_dec_info *) dd_p)->definition =
2776 && !dd_p2->definition && (dd_p2->file == dd_p->file))
2777 ((NONCONST def_dec_info *) dd_p2)->definition = dd_p->definition;
[all …]
/openbsd-src/usr.bin/lex/
H A Dsym.c40 * ndtbl - name-definition symbol table
183 /* ndinstal - install a name definition */
185 void ndinstal (const char *name, unsigned char definition[])
188 (char *) copy_unsigned_string (definition), 0,
194 /* ndlookup - lookup a name definition
196 * Returns a nil pointer if the name definition does not exist. in ndinstal() argument
/openbsd-src/regress/usr.bin/mandoc/roff/esc/
H A Dbs_man.out_ascii9 in a macro definition: prefix(initial)suffix prefix(later)suffix
11 in a string definition: prefix(initial)middle(later)suffix

12345678910>>...39