Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/
Dvms-ld.c62 static int staticp = 1; variable
186 if (staticp) in locate_lib()
358 staticp = 1; in process_args()
591 staticp = 0; in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-typeprint.c250 const char *varstring, int staticp, in cp_type_print_method_args() argument
269 if (i == 0 && !staticp) in cp_type_print_method_args()
309 if (!staticp) in cp_type_print_method_args()
1187 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); in c_type_print_base_struct_union() local
1193 staticp, in c_type_print_base_struct_union()
Dvalops.c49 static int typecmp (bool staticp, bool varargs, int nargs,
1784 typecmp (bool staticp, bool varargs, int nargs, in typecmp() argument
1791 if (staticp) in typecmp()
2708 int *staticp, const int no_adl, in find_overload_match() argument
2763 *staticp = 1; in find_overload_match()
2997 if (staticp != NULL) in find_overload_match()
2998 *staticp = oload_method_static_p (methods.data (), method_oload_champ); in find_overload_match()
Dvalue.h1318 int *staticp, const int no_adl,
DChangeLog-20109161 and return with staticp set.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc10094 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE; in grokfndecl() local
10276 if (staticp) in grokfndecl()
11700 int virtualp, explicitp, friendp, inlinep, staticp; in grokdeclarator() local
12432 staticp = 0; in grokdeclarator()
12439 staticp = 1 + (decl_context == FIELD); in grokdeclarator()
12443 staticp = 2; in grokdeclarator()
12447 if (staticp == 2) in grokdeclarator()
12454 staticp = 0; in grokdeclarator()
12618 if (staticp && decl_context == TYPENAME in grokdeclarator()
12694 staticp = 1; in grokdeclarator()
[all …]
DChangeLog-20081480 * decl.c (grokdeclarator): Reset storage_class and staticp for friend
DChangeLog-20062962 * decl.c (grokdeclarator): Clear storage_class together with staticp.
DChangeLog-20072311 Revert change removing staticp.
DChangeLog-1995900 to unset staticp or constp (for example, when const is part of the
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dstabs.c2737 bool constp, volatilep, staticp; in parse_stab_members() local
2830 staticp = false; in parse_stab_members()
2884 staticp = true; in parse_stab_members()
2936 if (! staticp) in parse_stab_members()
Dwrstabs.c1633 bool staticp, bool constp, in stab_class_method_var() argument
1691 if (staticp) in stab_class_method_var()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc3693 staticp (tree arg) in staticp() function
3730 return staticp (TREE_OPERAND (arg, 0)); in staticp()
3742 return staticp (TREE_OPERAND (arg, 0)); in staticp()
4927 tc &= (staticp (node) != NULL_TREE); in recompute_tree_invariant_for_addr_expr()
Dtree.h4967 extern tree staticp (tree);
Dvarasm.cc4846 tree op0 = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p_1()
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.
16557 * langhooks.h (struct lang_hooks): Change staticp return type to tree.
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.
[all …]
Dexpr.cc8124 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
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.
DFSFChangeLog.10733 * tree.c (staticp): Check DECL_NO_STATIC_CHAIN on nested functions.
5013 * tree.c (staticp, case INDIRECT_EXPR): Disable case.
DChangeLog-200723944 Revert change removing staticp.
23966 * tree.c (staticp): No longer use staticp langhook.
23968 * langhooks.h (struct lang_hooks): Remove staticp.
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.
DChangeLog-200930729 * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
30734 * tree.c (staticp): Do not call langhook.
DChangeLog-20055764 (staticp): Replace DECL_NON_ADDR_CONSTANT_P with DECL_DLLIMPORT_P.
13456 * tree.c (staticp): Likewise.
DChangeLog-19988944 * tree.c (staticp): Use.
DChangeLog-201015169 * tree.c (staticp): Likewise.
22829 * tree.c (staticp): Likewise.

12