| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | c-typeprint.c | 45 char *varstring, int staticp, 157 int staticp, struct ui_file *stream) in cp_type_print_method_args() argument 169 i = staticp ? 0 : 1; in cp_type_print_method_args() 1026 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base() local 1031 staticp, in c_type_print_base()
|
| H A D | valops.c | 53 static int typecmp (int staticp, int varargs, int nargs, 1206 typecmp (int staticp, int varargs, int nargs, in typecmp() argument 1215 if (staticp) in typecmp() 1926 struct value **valp, struct symbol **symp, int *staticp) in find_overload_match() argument 2029 if (staticp != NULL) in find_overload_match() 2030 *staticp = oload_method_static (method, fns_ptr, oload_champ); in find_overload_match()
|
| H A D | value.h | 399 int *staticp);
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-objcp-common.c | 194 return staticp (BASELINK_FUNCTIONS (arg)); in cxx_staticp()
|
| H A D | decl.c | 6600 if (staticp) in grokfndecl() 7952 staticp = 0; in grokdeclarator() 7965 staticp = 0; in grokdeclarator() 8203 if (staticp == 2) in grokdeclarator() 8236 staticp = 0; in grokdeclarator() 9077 if (!staticp) in grokdeclarator() 9094 staticp = 1; in grokdeclarator() 9110 if (staticp) in grokdeclarator() 9212 if (staticp == 1) in grokdeclarator() 9233 staticp = 0; in grokdeclarator() [all …]
|
| H A D | ChangeLog-1995 | 900 to unset staticp or constp (for example, when const is part of the
|
| H A D | ChangeLog | 3051 * decl.c (grokdeclarator): Clear storage_class together with staticp.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | langhooks.h | 347 tree (*staticp) (tree); member
|
| H A D | tree.c | 1935 staticp (tree arg) in staticp() function 1966 return (*lang_hooks.staticp) (arg); in staticp() 1973 return staticp (TREE_OPERAND (arg, 0)); in staticp() 1987 return staticp (TREE_OPERAND (arg, 0)); in staticp() 1994 return lang_hooks.staticp (arg); in staticp() 2817 if (staticp (node)) in recompute_tree_invariant_for_addr_expr()
|
| H A D | tree.h | 4093 extern tree staticp (tree);
|
| H A D | varasm.c | 3758 value = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p()
|
| H A D | expr.c | 6231 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
|
| H A D | ChangeLog-2004 | 6529 * tree.c (staticp) <case FUNCTION_DECL>: Nested functions are static 8008 * tree.c (staticp): A CONST_DECL has static storage if either 11550 * tree.c (staticp, build1_stat): Likewise. 16555 * tree.c (staticp): Return the static object. 16556 * tree.h (staticp): Update decl. 21826 * tree.h (staticp): Change return type to bool. 21830 * c-common.c (c_staticp): Last episode of the staticp saga. 21835 * tree.c (staticp): Likewise. 21836 * langhooks.h (staticp): Likewise. 33963 (staticp): Pass unknown component references to the language. [all …]
|
| H A D | FSFChangeLog.11 | 3842 * tree.c (staticp, unsave_expr_now, contains_placeholder_p): Likewise. 8141 * tree.c (staticp, case COMPONENT_REF, BIT_FIELD_REF): Not 9835 for staticp things.
|
| H A D | FSFChangeLog.10 | 733 * tree.c (staticp): Check DECL_NO_STATIC_CHAIN on nested functions. 5013 * tree.c (staticp, case INDIRECT_EXPR): Disable case.
|
| H A D | ChangeLog-2001 | 3063 * langhooks.h (struct lang_hooks): Add staticp. 3067 * tree.c (staticp): Call lang_hooks.staticp for language-specific 21435 * tree.c (staticp, stabilize_reference): Likewise.
|
| H A D | ChangeLog-2005 | 5764 (staticp): Replace DECL_NON_ADDR_CONSTANT_P with DECL_DLLIMPORT_P. 13457 * tree.c (staticp): Likewise.
|
| H A D | ChangeLog-1998 | 8944 * tree.c (staticp): Use.
|
| H A D | ChangeLog.tree-ssa | 7239 (staticp): Pass unknown component references to the language.
|
| H A D | ChangeLog-2000 | 19890 * tree.c (staticp, case LABEL_DECL): New case.
|
| H A D | ChangeLog-2002 | 20571 * tree.c (staticp): TLS variables are not static.
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | stabs.c | 2565 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local 2654 staticp = FALSE; in parse_stab_members() 2707 staticp = TRUE; in parse_stab_members() 2762 if (! staticp) in parse_stab_members()
|
| H A D | wrstabs.c | 1647 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument 1700 if (staticp) in stab_class_method_var()
|
| H A D | ieee.c | 2719 bfd_boolean staticp; in ieee_read_cxx_class() local 2735 staticp = (flags & CXXFLAGS_STATIC) != 0 ? TRUE : FALSE; in ieee_read_cxx_class() 2737 if (staticp) in ieee_read_cxx_class() 2841 if (staticp) in ieee_read_cxx_class() 6283 bfd_boolean staticp, bfd_boolean constp, in ieee_class_method_var() argument 6310 if (staticp) in ieee_class_method_var()
|