Home
last modified time | relevance | path

Searched refs:staticp (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dc-typeprint.c45 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 Dvalops.c53 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 Dvalue.h399 int *staticp);
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-objcp-common.c194 return staticp (BASELINK_FUNCTIONS (arg)); in cxx_staticp()
H A Ddecl.c6600 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 DChangeLog-1995900 to unset staticp or constp (for example, when const is part of the
H A DChangeLog3051 * decl.c (grokdeclarator): Clear storage_class together with staticp.
/freebsd-12.1/contrib/gcc/
H A Dlanghooks.h347 tree (*staticp) (tree); member
H A Dtree.c1935 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 Dtree.h4093 extern tree staticp (tree);
H A Dvarasm.c3758 value = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p()
H A Dexpr.c6231 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
H A DChangeLog-20046529 * 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 DFSFChangeLog.113842 * 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 DFSFChangeLog.10733 * tree.c (staticp): Check DECL_NO_STATIC_CHAIN on nested functions.
5013 * tree.c (staticp, case INDIRECT_EXPR): Disable case.
H A DChangeLog-20013063 * 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 DChangeLog-20055764 (staticp): Replace DECL_NON_ADDR_CONSTANT_P with DECL_DLLIMPORT_P.
13457 * tree.c (staticp): Likewise.
H A DChangeLog-19988944 * tree.c (staticp): Use.
H A DChangeLog.tree-ssa7239 (staticp): Pass unknown component references to the language.
H A DChangeLog-200019890 * tree.c (staticp, case LABEL_DECL): New case.
H A DChangeLog-200220571 * tree.c (staticp): TLS variables are not static.
/freebsd-12.1/contrib/binutils/binutils/
H A Dstabs.c2565 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 Dwrstabs.c1647 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument
1700 if (staticp) in stab_class_method_var()
H A Dieee.c2719 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()