/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Property.cpp | 22 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 …]
|
H A D | Options.cpp | 215 m_getopt_table[i].definition = &defs[i]; in GetLongOptions() 233 m_getopt_table[pos->second].definition->long_option, in GetLongOptions() 243 m_getopt_table[pos->second].definition->long_option, in GetLongOptions() 251 m_getopt_table.back().definition = nullptr; in GetLongOptions() 788 const auto &definition = group_option_defs[i]; in Append() local 789 if (llvm::is_contained(exclude_long_options, definition.long_option)) in Append() 793 m_option_defs.push_back(definition); in Append() 891 std::string(llvm::formatv("--{0}", long_option.definition->long_option)); in FindArgumentIndexForOption() 909 for (size_t i = 0; long_options[i].definition != nullptr; ++i) { in BuildShortOptions() 912 switch (long_options[i].definition->option_has_arg) { in BuildShortOptions() [all …]
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_util.h | 72 definition *val; 152 void storeval(list **lstp, definition *val); 161 definition *findval(list *lst, const char *val, int (*cmp)(definition *, const char *)); 185 void emit(definition *def); 191 void print_datadef(definition *def, int headeronly); 192 void print_funcdef(definition *def, int headeronly); 222 void write_sample_svc(definition *); 223 int write_sample_clnt(definition *);
|
H A D | rpc_hout.c | 41 static void pconstdef( definition * ); 42 static void pstructdef( definition * ); 43 static void puniondef( definition * ); 44 static void pprogramdef( definition *, int ); 45 static void penumdef( definition * ); 46 static void ptypedef( definition * ); 56 print_datadef(definition *def, int headeronly) in print_datadef() 95 print_funcdef(definition *def, int headeronly) in print_funcdef() 141 pconstdef(definition *def) in pconstdef() 150 pargdef(definition *def) in pargdef() [all …]
|
H A D | rpc_parse.c | 43 static void isdefined( definition * ); 44 static void def_struct( definition * ); 45 static void def_program( definition * ); 46 static void def_enum( definition * ); 47 static void def_const( definition * ); 48 static void def_union( definition * ); 49 static void def_typedef( definition * ); 58 definition * 61 definition *defp; in get_definition() 64 defp = XALLOC(definition); in get_definition() [all …]
|
H A D | rpc_cout.c | 41 static void print_header( definition * ); 44 static void emit_enum( definition * ); 45 static void emit_program( definition * ); 46 static void emit_union( definition * ); 47 static void emit_struct( definition * ); 48 static void emit_typedef( definition * ); 56 emit(definition *def) in emit() 97 findtype(definition *def, const char *type) in findtype() 110 definition *def; in undefined() 112 def = (definition *) FINDVAL(defined, type, findtype); in undefined() [all …]
|
H A D | rpc_util.c | 86 definition * 87 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) in findval() argument 101 storeval(list **lstp, definition *val) in storeval() 114 findit(definition *def, const char *type) in findit() 122 definition *def; in fixit() 124 def = (definition *) FINDVAL(defined, type, findit); in fixit() 178 typedefed(definition *def, const char *type) in typedefed() 190 definition *def; in isvectordef() 201 def = (definition *) FINDVAL(defined, type, typedefed); in isvectordef()
|
H A D | rpc_svcout.c | 50 static void write_real_program( definition * ); 51 static void write_program(definition *, const char *); 177 definition *def; in write_netid_register() 207 def = (definition *) l->val; in write_netid_register() 238 definition *def; in write_nettype_register() 242 def = (definition *) l->val; in write_nettype_register() 295 definition *def; in write_programs() 299 def = (definition *) l->val; in write_programs() 307 def = (definition *) l->val; in write_programs() 323 write_real_program(definition *def) in write_real_program() [all …]
|
H A D | rpc_parse.h | 171 struct definition { struct 183 typedef struct definition definition; argument 185 definition *get_definition(void);
|
H A D | rpc_tblout.c | 57 static void write_table( definition * ); 64 definition *def; in write_tables() 68 def = (definition *) l->val; in write_tables() 76 write_table(definition *def) in write_table()
|
H A D | rpc_sample.c | 45 static void write_sample_server( definition * ); 49 write_sample_svc(definition *def) in write_sample_svc() 59 write_sample_clnt(definition *def) in write_sample_clnt() 187 write_sample_server(definition *def) in write_sample_server() 264 definition *def; in write_sample_clnt_main()
|
H A D | rpc_clntout.c | 41 static void write_program( definition * ); 54 definition *def; in write_stubs() 61 def = (definition *) l->val; in write_stubs() 69 write_program(definition *def) in write_program()
|
H A D | rpc_main.c | 465 definition *def; in c_output() 569 definition *def; in h_output() 659 definition *def; in s_output() 745 definition *def; in l_output() 775 definition *def; in t_output() 797 definition *def; in svc_output() 830 definition *def; in clnt_output()
|
/freebsd/contrib/libucl/tests/schema/ |
H A D | definitions.json.disabled | 3 "description": "valid definition", 7 "description": "valid definition schema", 18 "description": "invalid definition", 22 "description": "invalid definition schema",
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 9 * Property definition is uncommon. I.e. providers will be loaded and 32 * That definition is uncommon and queries are very common, we can treat 36 * That definition is uncommon and needs to be space efficient, it will 48 the property definition string, and algorithms with the same properties 49 would share their definition structure. Again, reducing space use. 75 contains the property definition and query parsers. 79 against a definition and merging two queries into a single larger query. 92 contains a cache that maps property definition strings to 94 the same definition appears multiple times.
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | adv7343.txt | 6 definition (SD), enhanced definition (ED), or high definition (HD) video
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | imx-keypad.txt | 20 - pinctrl-names: The definition can be found at 23 - pinctrl-0: The definition can be found at 26 - linux,keymap: The definition can be found at
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_fsize.m4 | 89 * Otherwise, look for a explicit 32/64 bit size definition for TYPE, 90 * TYPE`'_SIZE32 or TYPE`'_SIZE64. If this definition is present, there 93 * Otherwise, if an Elf{32,64}_`'NAME structure definition is known, 97 * If such a structure definition is not known, treat TYPE as a primitive
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticASTKinds.td | 76 "control flows through the definition of a %select{static|thread_local}0 variable">; 608 "%select{definition in module '%2' is here|defined here}1">; 610 "in first definition, possible difference is here">; 612 "definition in module '%0' is here">; 614 "in second definition, possible difference is here">; 618 "%select{definition in module '%2'|defined here}1 found " 639 "%select{definition in module '%2'|defined here}1 found " 646 "but in %select{'%1'|definition here}0 found " 655 "%select{definition in module '%2'|defined here}1 found " 672 "%select{definition in module '%2'|defined here}1 found " [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | csky,mpintc.txt | 8 Interrupt number definition: 20 intc node bindings definition
|
/freebsd/contrib/sendmail/cf/ |
H A D | sendmail.schema | 54 DESC 'Sendmail MTA definition' 117 DESC 'Sendmail MTA map definition' 191 DESC 'Sendmail MTA alias definition' 266 DESC 'Sendmail MTA class definition'
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetInstrPredicate.td | 14 // Here is an example of an MCInstPredicate definition in TableGen: 34 // construct MCSchedPredicate definitions (see the definition of class 40 // The `MCInstPredicateExample` definition above is equivalent (and therefore 41 // could replace) the following definition from a previous ExynosM3 model (see 241 // Used to expand the body of a function predicate. See the definition of 280 // tablegen backend, which will use it to automatically generate a definition in 319 // Let IC be an InstructionEquivalenceClass definition, and MI a machine 354 // XXXGenSubtargetInfo class member definition (here, XXX is a target name). 379 // A list of STIPredicates used by this definition to delegate part of the 385 // A predicate function definition membe [all...] |
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 86 E = V->definition(); in getCanonicalVal() 111 if (til::ThreadSafetyTIL::isTrivial(V->definition())) { in simplifyToCanonicalVal() 112 E = V->definition(); in simplifyToCanonicalVal()
|
/freebsd/contrib/flex/src/ |
H A D | sym.c | 177 void ndinstal (const char *name, char definition[]) in ndinstal() argument 181 xstrdup(definition), 0, in ndinstal()
|