Searched refs:is_public (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbSymUid.h | 59 PdbGlobalSymId(uint32_t offset, bool is_public) in PdbGlobalSymId() 60 : offset(offset), is_public(is_public) {} in PdbGlobalSymId() 67 bool is_public = false; member
|
H A D | PdbSymUid.cpp | 88 repr.pub = gsid.is_public; in PdbSymUid() 139 result.is_public = repr.pub; in asGlobalSym()
|
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | tinfo.cc | 628 bool is_public = __base_info[i].__is_public_p (); in __do_upcast() local 630 if (!is_public && !(src_details & __non_diamond_repeat_mask)) in __do_upcast() 641 if (contained_p (result2.part2dst) && !is_public) in __do_upcast()
|
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | tinfo.cc | 645 bool is_public = __base_info[i].__is_public_p (); in __do_upcast() local 647 if (!is_public && !(src_details & __non_diamond_repeat_mask)) in __do_upcast() 658 if (contained_p (result2.part2dst) && !is_public) in __do_upcast()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdbtypes.h | 674 unsigned int is_public:1; member 928 #define TYPE_FN_FIELD_PUBLIC(thisfn, n) ((thisfn)[n].is_public)
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.h | 44 int is_public PARAMS ((tree, tree));
|
H A D | objc-act.c | 5859 is_public (expr, identifier) in is_public() function
|
/openbsd/lib/libform/ |
H A D | frm_driver.c | 878 bool is_public; in _nc_Refresh_Current_Field() local 891 is_public = Field_Has_Option(field, O_PUBLIC); in _nc_Refresh_Current_Field() 908 if (is_public) in _nc_Refresh_Current_Field() 970 if (first_unmodified_row != first_modified_row && is_public) in _nc_Refresh_Current_Field() 981 if (is_public) in _nc_Refresh_Current_Field() 989 if (is_public) in _nc_Refresh_Current_Field()
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 865 is_ivar, is_private, is_public, add_instance_variable, objc_add_method,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-parse.in | 736 if (!is_public ($1, $3)) 747 if (!is_public (expr, $3))
|
H A D | ChangeLog | 1478 * objc/objc-act.c (is_public): Fix typo in message. 1561 (is_public): Emit the error after calling is_private.
|
H A D | ChangeLog.6 | 3469 finish_message_expr, build_protocol_expr, is_public,
|