| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-ld.c | 62 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 D | vms-ld.c | 62 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 D | decl.c | 9467 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 D | decl.cc | 10094 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 D | ChangeLog-2008 | 1480 * decl.c (grokdeclarator): Reset storage_class and staticp for friend
|
| H A D | ChangeLog-2006 | 2962 * decl.c (grokdeclarator): Clear storage_class together with staticp.
|
| H A D | ChangeLog-2007 | 2311 Revert change removing staticp.
|
| H A D | ChangeLog-1995 | 900 to unset staticp or constp (for example, when const is part of the
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | stabs.c | 2737 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 D | wrstabs.c | 1633 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 D | stabs.c | 2715 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 D | wrstabs.c | 1651 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 D | confpars.c | 2984 int staticp = 0; local 3025 staticp = 1; 3050 t->flags = ((staticp ? GROUP_OBJECT_STATIC : 0) |
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 3693 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 D | varasm.cc | 4846 tree op0 = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p_1()
|
| H A D | tree.h | 4967 extern tree staticp (tree);
|
| 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. 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 D | expr.cc | 8124 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
|
| 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.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 3459 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 D | tree.h | 4789 extern tree staticp (tree);
|
| H A D | varasm.c | 4585 tree op0 = staticp (TREE_OPERAND (value, 0)); in initializer_constant_valid_p_1()
|
| H A D | expr.c | 7763 if (staticp (TREE_OPERAND (exp, 0)) in safe_from_p()
|
| 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.
|