/netbsd/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_backend.c | 69 int is_private = 0; in ossl_rsa_fromdata() local 84 is_private = (d != NULL); in ossl_rsa_fromdata() 90 if (is_private) { in ossl_rsa_fromdata()
|
/netbsd/external/gpl3/gdb/dist/include/som/ |
H A D | internal.h | 139 unsigned int is_private : 1; member
|
/netbsd/external/gpl3/binutils.old/dist/include/som/ |
H A D | internal.h | 139 unsigned int is_private : 1; member
|
/netbsd/external/gpl3/binutils/dist/include/som/ |
H A D | internal.h | 139 unsigned int is_private : 1; member
|
/netbsd/external/gpl3/gdb.old/dist/include/som/ |
H A D | internal.h | 139 unsigned int is_private : 1; member
|
/netbsd/external/gpl3/gdb/dist/bfd/ |
H A D | som.h | 157 unsigned int is_private : 1; member
|
H A D | som.c | 1704 dst->is_private = (flags & SOM_SPACE_IS_PRIVATE) != 0; in som_swap_space_dictionary_in() 1732 if (src->is_private) in som_swap_space_dictionary_out() 2147 space.is_private, space.sort_key, in setup_sections() 2616 som_section_data (section)->space_dict->is_private = in som_prep_headers() 2617 som_section_data (section)->copy_data->is_private; in som_prep_headers() 5565 som_section_data (section)->copy_data->is_private = private; in bfd_som_set_section_attributes()
|
/netbsd/external/gpl3/binutils.old/dist/bfd/ |
H A D | som.h | 157 unsigned int is_private : 1; member
|
H A D | som.c | 1704 dst->is_private = (flags & SOM_SPACE_IS_PRIVATE) != 0; in som_swap_space_dictionary_in() 1732 if (src->is_private) in som_swap_space_dictionary_out() 2150 space.is_private, space.sort_key, in setup_sections() 2618 som_section_data (section)->space_dict->is_private = in som_prep_headers() 2619 som_section_data (section)->copy_data->is_private; in som_prep_headers() 5536 som_section_data (section)->copy_data->is_private = private; in bfd_som_set_section_attributes()
|
/netbsd/external/gpl3/binutils/dist/bfd/ |
H A D | som.h | 157 unsigned int is_private : 1; member
|
H A D | som.c | 1703 dst->is_private = (flags & SOM_SPACE_IS_PRIVATE) != 0; in som_swap_space_dictionary_in() 1731 if (src->is_private) in som_swap_space_dictionary_out() 2146 space.is_private, space.sort_key, in setup_sections() 2615 som_section_data (section)->space_dict->is_private = in som_prep_headers() 2616 som_section_data (section)->copy_data->is_private; in som_prep_headers() 5578 som_section_data (section)->copy_data->is_private = private; in bfd_som_set_section_attributes()
|
/netbsd/external/gpl3/gdb.old/dist/bfd/ |
H A D | som.h | 157 unsigned int is_private : 1; member
|
H A D | som.c | 1704 dst->is_private = (flags & SOM_SPACE_IS_PRIVATE) != 0; in som_swap_space_dictionary_in() 1732 if (src->is_private) in som_swap_space_dictionary_out() 2147 space.is_private, space.sort_key, in setup_sections() 2616 som_section_data (section)->space_dict->is_private = in som_prep_headers() 2617 som_section_data (section)->copy_data->is_private; in som_prep_headers() 5565 som_section_data (section)->copy_data->is_private = private; in bfd_som_set_section_attributes()
|
/netbsd/external/gpl3/gdb/dist/gdb/ |
H A D | gdbtypes.h | 1202 unsigned int is_private:1; member 1252 unsigned int is_private : 1; member 1769 #define TYPE_FN_FIELD_PRIVATE(thisfn, n) ((thisfn)[n].is_private) 1795 TYPE_TYPEDEF_FIELD (thistype, n).is_private 1810 TYPE_NESTED_TYPES_FIELD (thistype, n).is_private
|
H A D | c-typeprint.c | 925 int level, bool is_protected, bool is_private, in output_access_specifier() argument 937 else if (is_private) in output_access_specifier()
|
H A D | stabsread.c | 2353 new_sublist->fn_field.is_private = 1;
|
/netbsd/external/gpl3/gdb.old/dist/gdb/ |
H A D | gdbtypes.h | 1202 unsigned int is_private:1; member 1252 unsigned int is_private : 1; member 1769 #define TYPE_FN_FIELD_PRIVATE(thisfn, n) ((thisfn)[n].is_private) 1795 TYPE_TYPEDEF_FIELD (thistype, n).is_private 1810 TYPE_NESTED_TYPES_FIELD (thistype, n).is_private
|
H A D | c-typeprint.c | 925 int level, bool is_protected, bool is_private, in output_access_specifier() argument 937 else if (is_private) in output_access_specifier()
|
H A D | stabsread.c | 2353 new_sublist->fn_field.is_private = 1;
|
/netbsd/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.c | 6433 is_private (tree decl) in is_private() function 6520 int priv = is_private (decl); in objc_is_public() 7317 if (!ivar || is_private (ivar)) in objc_synthesize_getter() 7514 if (!ivar || is_private (ivar)) in objc_synthesize_setter() 9446 if (ivar && is_private (ivar)) in objc_diagnose_private_ivar() 9486 if (!ivar || is_private (ivar)) in objc_lookup_ivar()
|
H A D | objc-act.cc | 6516 is_private (tree decl) in is_private() function 6603 int priv = is_private (decl); in objc_is_public() 7414 if (!ivar || is_private (ivar)) in objc_synthesize_getter() 7611 if (!ivar || is_private (ivar)) in objc_synthesize_setter() 9570 if (ivar && is_private (ivar)) in objc_diagnose_private_ivar() 9610 if (!ivar || is_private (ivar)) in objc_lookup_ivar()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 6433 is_private (tree decl) in is_private() function 6520 int priv = is_private (decl); in objc_is_public() 7317 if (!ivar || is_private (ivar)) in objc_synthesize_getter() 7514 if (!ivar || is_private (ivar)) in objc_synthesize_setter() 9446 if (ivar && is_private (ivar)) in objc_diagnose_private_ivar() 9486 if (!ivar || is_private (ivar)) in objc_lookup_ivar()
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.c | 7274 bool is_private = false; in oacc_default_clause() local 7290 is_private = lang_hooks.decls.omp_disregard_value_expr (decl, false); in oacc_default_clause() 7295 && !is_private) in oacc_default_clause() 7306 if (is_private) in oacc_default_clause() 7326 if (is_private) in oacc_default_clause()
|
H A D | gimplify.cc | 7613 bool is_private = false; in oacc_default_clause() local 7629 is_private = lang_hooks.decls.omp_disregard_value_expr (decl, false); in oacc_default_clause() 7634 && !is_private) in oacc_default_clause() 7645 if (is_private) in oacc_default_clause() 7665 if (is_private) in oacc_default_clause()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 7274 bool is_private = false; in oacc_default_clause() local 7290 is_private = lang_hooks.decls.omp_disregard_value_expr (decl, false); in oacc_default_clause() 7295 && !is_private) in oacc_default_clause() 7306 if (is_private) in oacc_default_clause() 7326 if (is_private) in oacc_default_clause()
|