Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A 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/gcc.old/dist/gcc/config/vms/
H A Dvms-ld.c62 static int staticp = 1; variable
178 if (staticp) in locate_lib()
350 staticp = 1; in process_args()
583 staticp = 0; in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9467 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE; in grokfndecl() local
9644 if (staticp) in grokfndecl()
11030 int virtualp, explicitp, friendp, inlinep, staticp; in grokdeclarator() local
11736 staticp = 0; in grokdeclarator()
11743 staticp = 1 + (decl_context == FIELD); in grokdeclarator()
11747 if (staticp == 2) in grokdeclarator()
11754 staticp = 0; in grokdeclarator()
11918 if (staticp && decl_context == TYPENAME in grokdeclarator()
11994 staticp = 1; in grokdeclarator()
12004 staticp = 0; in grokdeclarator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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 …]
H A DChangeLog-20081480 * decl.c (grokdeclarator): Reset storage_class and staticp for friend
H A DChangeLog-20062962 * decl.c (grokdeclarator): Clear storage_class together with staticp.
H A DChangeLog-20072311 Revert change removing staticp.
H A DChangeLog-1995900 to unset staticp or constp (for example, when const is part of the
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A 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()
H A Dwrstabs.c1633 bool staticp, bool constp, in stab_class_method_var() argument
1691 if (staticp) in stab_class_method_var()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c2715 bool constp, volatilep, staticp; in parse_stab_members() local
2808 staticp = false; in parse_stab_members()
2862 staticp = true; in parse_stab_members()
2916 if (! staticp) in parse_stab_members()
H A Dwrstabs.c1651 bool staticp, bool constp, in stab_class_method_var() argument
1705 if (staticp) in stab_class_method_var()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c2984 int staticp = 0; local
3025 staticp = 1;
3050 t->flags = ((staticp ? GROUP_OBJECT_STATIC : 0) |
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A Dvarasm.cc4846 tree op0 = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p_1()
H A Dtree.h4967 extern tree staticp (tree);
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.
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 …]
H A Dexpr.cc8124 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c3459 staticp (tree arg) in staticp() function
3496 return staticp (TREE_OPERAND (arg, 0)); in staticp()
3508 return staticp (TREE_OPERAND (arg, 0)); in staticp()
4691 tc &= (staticp (node) != NULL_TREE); in recompute_tree_invariant_for_addr_expr()
H A Dtree.h4789 extern tree staticp (tree);
H A Dvarasm.c4585 tree op0 = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p_1()
H A Dexpr.c7763 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
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.

12