| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DerivedMetrics.cc | 33 class definition class 36 definition(); 37 ~definition(); 41 definition *arg1; 42 definition *arg2; 46 definition::definition () in definition() function in definition 52 definition::~definition () in ~definition() 60 items = new Vector<definition*>; in DerivedMetrics() 68 definition * 71 definition *p; in add_definition() [all …]
|
| H A D | DerivedMetrics.h | 28 class definition; variable 35 definition *add_definition (char *_name, char *_username, char *_def); 39 double eval_one_item (definition *def, int *map, double *values); 41 void fill_dependencies (definition *def, int *vec); 42 Vector<definition*> *get_dependencies (definition *def); 44 Vector<definition*> * 51 Vector<definition*> *items;
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DerivedMetrics.cc | 33 class definition class 36 definition(); 37 ~definition(); 41 definition *arg1; 42 definition *arg2; 46 definition::definition () in definition() function in definition 52 definition::~definition () in ~definition() 60 items = new Vector<definition*>; in DerivedMetrics() 68 definition * 71 definition *p; in add_definition() [all …]
|
| H A D | DerivedMetrics.h | 28 class definition; variable 35 definition *add_definition (char *_name, char *_username, char *_def); 39 double eval_one_item (definition *def, int *map, double *values); 41 void fill_dependencies (definition *def, int *vec); 42 Vector<definition*> *get_dependencies (definition *def); 44 Vector<definition*> * 51 Vector<definition*> *items;
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | wrstabs.c | 74 bool definition; member 388 long tindex, bool definition, unsigned int size) in stab_push_string() argument 395 s->definition = definition; in stab_push_string() 411 long tindex, bool definition, unsigned int size) in stab_push_string_dup() argument 413 return stab_push_string (info, xstrdup (string), tindex, definition, size); in stab_push_string_dup() 878 bool definition; in stab_modify_type() local 883 definition = info->type_stack->definition; in stab_modify_type() 888 return stab_push_string (info, buf, 0, definition, size); in stab_modify_type() 908 if (tindex != 0 && ! info->type_stack->definition) in stab_modify_type() 962 if (! info->type_stack->definition) in stab_function_type() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | wrstabs.c | 74 bool definition; member 397 long tindex, bool definition, unsigned int size) in stab_push_string() argument 404 s->definition = definition; in stab_push_string() 863 bool definition; in stab_modify_type() local 868 definition = info->type_stack->definition; in stab_modify_type() 873 if (! stab_push_string (info, buf, 0, definition, size)) in stab_modify_type() 895 if (tindex != 0 && ! info->type_stack->definition) in stab_modify_type() 955 if (! info->type_stack->definition) in stab_function_type() 996 bool definition; in stab_range_type() local 1000 definition = info->type_stack->definition; in stab_range_type() [all …]
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_util.h | 45 definition *val; 107 definition *findval(list *, const char *, 108 int (*)(definition *, const char *)); 109 void storeval(list **, definition *); 130 void emit(definition *); 139 void print_datadef(definition *); 140 void print_progdef(definition *); 141 void print_funcdef(definition *, int *); 175 void write_sample_svc(definition *); 176 int write_sample_clnt(definition *);
|
| H A D | rpc_hout.c | 55 static void pconstdef(definition *); 56 static void pargdef(definition *); 57 static void pstructdef(definition *); 58 static void puniondef(definition *); 62 static void pprogramdef(definition *); 63 static void penumdef(definition *); 64 static void ptypedef(definition *); 73 print_datadef(definition *def) in print_datadef() 105 print_progdef(definition *def) in print_progdef() 122 print_funcdef(definition *def, int *did) in print_funcdef() [all …]
|
| H A D | rpc_util.c | 80 static int findit(definition *, const char *); 82 static int typedefed(definition *, const char *); 106 definition * 107 findval(list *lst, const char *val, int (*cmp)(definition *, const char *)) in findval() argument 121 storeval(list **lstp, definition *val) in storeval() 135 findit(definition *def, const char *type) in findit() 143 definition *def; in fixit() 145 def = (definition *) FINDVAL(defined, type, findit); in fixit() 196 typedefed(definition *def, const char *type) in typedefed() 208 definition *def; in isvectordef() [all …]
|
| H A D | rpc_parse.c | 59 static void isdefined(definition *); 60 static void def_struct(definition *); 61 static void def_program(definition *); 62 static void def_enum(definition *); 63 static void def_const(definition *); 64 static void def_union(definition *); 66 static void def_typedef(definition *); 75 definition * 78 definition *defp; in get_definition() 81 defp = ALLOC(definition); in get_definition() [all …]
|
| H A D | rpc_cout.c | 57 static int findtype(definition *, const char *); 60 static void print_header(definition *); 69 static void emit_enum(definition *); 70 static void emit_program(definition *); 71 static void emit_union(definition *); 72 static void emit_struct(definition *); 73 static void emit_typedef(definition *); 80 emit(definition *def) in emit() 123 findtype(definition *def, const char *type) in findtype() 136 definition *def; in undefined() [all …]
|
| H A D | rpc_svcout.c | 62 static void write_real_program(definition *); 63 static void write_program(definition *, const char *); 159 definition *def; in write_netid_register() 182 def = (definition *) l->val; in write_netid_register() 211 definition *def; in write_nettype_register() 215 def = (definition *) l->val; in write_nettype_register() 266 definition *def; in write_programs() 270 def = (definition *) l->val; in write_programs() 278 def = (definition *) l->val; in write_programs() 291 write_real_program(definition *def) in write_real_program() [all …]
|
| H A D | rpc_parse.h | 145 struct definition { struct 157 typedef struct definition definition; argument 159 definition *get_definition(void);
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | aux_conf.h.in | 12 * definition for the MOUNT_TRAP macro for a particular architecture. 17 /* End of included MOUNT_TRAP macro definition file */ 27 /* End of replaced UNMOUNT_TRAP macro definition */ 33 * definition for the NFS_FH_DREF macro for a particular architecture. 38 /* End of included NFS_FH_DREF macro definition file */ 42 * definition for the NFS_SA_DREF macro for a particular architecture. 47 /* End of included NFS_SA_DREF macro definition file */ 51 * definition for the NFS_HN_DREF macro for a particular architecture. 56 /* End of included NFS_HN_DREF macro definition file */
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | lex.cpp | 35 struct definition { struct 42 definition(); argument 43 ~definition(); 46 definition::definition() : is_macro(1), is_simple(0) in definition() function in definition 51 definition::~definition() in ~definition() 57 declare_ptable(definition) 58 implement_ptable(definition) 60 PTABLE(definition) macro_table; 265 definition *def = new definition[1]; in init_table() 271 definition *def = new definition[1]; in init_table() [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_extern.m4 | 2 dnl check for external definition for a function (not external variables) 4 dnl Checks for external definition for "extern" that is delimited on the 8 dnl external definition, with __P posix prototypes, with or without an extern 12 # store variable name for external definition 16 AMU_CACHE_CHECK_DYNAMIC(external function definition for $1, 19 # the old pattern assumed that the complete external definition is on one 21 # beginning of the extern definition including the opening parenthesis. 71 * and the important definition for UDPMSGSIZE is included too.
|
| H A D | check_extern_ldap.m4 | 2 dnl check for external definition for an LDAP function (not external variables) 4 dnl Checks for external definition for "extern" that is delimited on the 8 dnl external definition, with __P posix prototypes, with or without an extern 12 # store variable name for external definition 16 AMU_CACHE_CHECK_DYNAMIC(external function definition for $1, 19 # the old pattern assumed that the complete external definition is on one 21 # beginning of the extern definition including the opening parenthesis. 69 * and the important definition for UDPMSGSIZE is included too.
|
| H A D | header_templates.m4 | 170 [Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may override this definition fo… 998 [does extern definition for sys_errlist[] exist?]) 1001 [does extern definition for optarg exist?]) 1004 [does extern definition for clnt_spcreateerror() exist?]) 1007 [does extern definition for clnt_sperrno() exist?]) 1010 [does extern definition for free() exist?]) 1013 [does extern definition for get_myaddress() exist?]) 1016 [does extern definition for getccent() (hpux) exist?]) 1019 [does extern definition for getdomainname() exist?]) 1022 [does extern definition for getdtablesize() exist?]) [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
| H A D | datamorph.c | 182 transformation_info *definition, in transform_to_db_format_one() argument 186 switch ( definition->type ) { in transform_to_db_format_one() 191 mapping = ldap_avl_find( definition->ti_enum.to_db, &needle, in transform_to_db_format_one() 219 assert( definition->ti_int.size == 1 || in transform_to_db_format_one() 220 definition->ti_int.size == 2 || in transform_to_db_format_one() 221 definition->ti_int.size == 4 || in transform_to_db_format_one() 222 definition->ti_int.size == 8 ); in transform_to_db_format_one() 225 if ( definition->ti_int.flags & DATAMORPH_FLAG_SIGNED ) { in transform_to_db_format_one() 237 if ( definition->ti_int.flags & DATAMORPH_FLAG_SIGNED ) { in transform_to_db_format_one() 238 if ( signed_value < definition->ti_int.lower.i || in transform_to_db_format_one() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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.
|
| /netbsd-src/external/apache2/llvm/dist/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… 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 …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-visibility.c | 99 && node->definition in non_local_p() 193 while (node->transparent_alias && node->definition) in cgraph_externally_visible_p() 195 if (!node->definition) in cgraph_externally_visible_p() 248 && node->definition) in cgraph_externally_visible_p() 264 while (transparent_alias && definition) in externally_visible_p() 321 && definition) in externally_visible_p() 351 while (node->transparent_alias && node->definition && !node->weakref) in can_replace_by_local_alias() 488 && target->definition && decl_binds_to_current_def_p (target->decl)) in optimize_weakref() 498 && ((target->definition && !target->can_be_discarded_p ()) in optimize_weakref() 680 if (DECL_EXTERNAL (node->decl) || !node->definition) in function_and_variable_visibility() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-visibility.cc | 99 && node->definition in non_local_p() 193 while (node->transparent_alias && node->definition) in cgraph_externally_visible_p() 195 if (!node->definition) in cgraph_externally_visible_p() 248 && node->definition) in cgraph_externally_visible_p() 264 while (transparent_alias && definition) in externally_visible_p() 321 && definition) in externally_visible_p() 351 while (node->transparent_alias && node->definition && !node->weakref) in can_replace_by_local_alias() 488 && target->definition && decl_binds_to_current_def_p (target->decl)) in optimize_weakref() 498 && ((target->definition && !target->can_be_discarded_p ()) in optimize_weakref() 680 if (DECL_EXTERNAL (node->decl) || !node->definition) in function_and_variable_visibility() [all …]
|
| H A D | cgraphunit.cc | 247 if (!definition) in needed_p() 397 definition = false; in reset() 441 if (node->definition) in finalize_function() 452 node->definition = true; in finalize_function() 557 node->definition = true; in add_new_function() 586 node->definition = true; in add_new_function() 635 if (!t->analyzed && t->definition) in analyze() 640 if (!t->analyzed && t->definition) in analyze() 749 if (!n->definition) in process_symver_attribute() 798 symver_node->definition = true; in process_symver_attribute() [all …]
|