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

/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms-ld.c62 static int staticp = 1; variable
179 if (staticp)
351 staticp = 1;
584 staticp = 0;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c8819 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
8858 if (staticp)
9370 int virtualp, explicitp, friendp, inlinep, staticp;
10095 staticp = 0;
10103 staticp = 1 + (decl_context == FIELD);
10105 if (virtualp && staticp == 2)
10109 staticp = 0;
10164 if (staticp && decl_context == TYPENAME
10255 staticp = 0;
10432 if (size == NULL_TREE && decl_context == FIELD && ! staticp
8800 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE; local
9351 int virtualp, explicitp, friendp, inlinep, staticp; local
[all...]
H A Ddecl2.c2169 get_temp_name (type, staticp)
2171 int staticp;
2178 if (toplev || staticp)
2190 TREE_STATIC (decl) = staticp;
H A Dtypeck.c1823 TREE_CONSTANT (adr) = staticp (exp);
4766 if (staticp (arg))
H A Dcall.c341 if (staticp (function))
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c7711 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
7835 if (staticp)
8951 int virtualp, explicitp, friendp, inlinep, staticp;
9556 staticp = 0;
9563 staticp = 1 + (decl_context == FIELD);
9565 if (virtualp && staticp == 2)
9569 staticp = 0;
9609 if (staticp && decl_context == TYPENAME
9680 staticp = 1;
9687 staticp
7696 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE; local
8936 int virtualp, explicitp, friendp, inlinep, staticp; local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c2721 bfd_boolean staticp; local
2737 staticp = (flags & CXXFLAGS_STATIC) != 0 ? TRUE : FALSE;
2739 if (staticp)
2843 if (staticp)
6289 bfd_boolean staticp, bfd_boolean constp,
6316 if (staticp)
6283 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
H A Dwrstabs.c1650 bfd_boolean staticp, bfd_boolean constp,
1703 if (staticp)
1646 stab_class_method_var(struct stab_write_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean contextp) argument
H A Dstabs.c2567 bfd_boolean constp, volatilep, staticp; local
2656 staticp = FALSE;
2709 staticp = TRUE;
2764 if (! staticp)
/haiku-buildtools/binutils/binutils/
H A Dieee.c2731 bfd_boolean staticp; local
2747 staticp = (flags & CXXFLAGS_STATIC) != 0 ? TRUE : FALSE;
2749 if (staticp)
2853 if (staticp)
6297 bfd_boolean staticp, bfd_boolean constp,
6324 if (staticp)
6291 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
H A Dwrstabs.c1647 bfd_boolean staticp, bfd_boolean constp,
1700 if (staticp)
1643 stab_class_method_var(struct stab_write_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean contextp) argument
H A Dstabs.c2598 bfd_boolean constp, volatilep, staticp; local
2688 staticp = FALSE;
2741 staticp = TRUE;
2795 if (! staticp)
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c2306 staticp (arg)
2331 && staticp (TREE_OPERAND (arg, 0)));
2347 return staticp (TREE_OPERAND (arg, 0));
2291 staticp (arg) function
H A Dtree.h1692 /* staticp (tree x) is nonzero if X is a reference to data allocated
1695 extern int staticp PROTO((tree));
H A Dc-typeck.c1131 TREE_CONSTANT (adr) = staticp (exp);
3141 if (staticp (arg)
H A Dexpr.c5375 return (staticp (TREE_OPERAND (exp, 0))
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c1438 TREE_CONSTANT (result) = staticp (operand) || TREE_CONSTANT (operand);
H A Ddecl.c1025 || (staticp (gnu_expr)
/haiku-buildtools/gcc/gcc/
H A Dtree.c3052 staticp (tree arg)
3089 return staticp (TREE_OPERAND (arg, 0));
3101 return staticp (TREE_OPERAND (arg, 0));
3123 staticp. */
3160 staticp. */
4271 tc &= (staticp (node) != NULL_TREE);
3040 staticp (tree arg) function
H A Dtree.h4150 /* staticp (tree x) is nonzero if X is a reference to data allocated
4153 extern tree staticp (tree);
H A Dvarasm.c4413 tree op0 = staticp (TREE_OPERAND (value, 0));
H A Dexpr.c7428 if (staticp (TREE_OPERAND (exp, 0))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexpr.c4024 if (staticp (ref)
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c7725 TREE_CONSTANT (t) = staticp (et);
9948 if ((code == ADDR_EXPR) && staticp (node))
9977 if (staticp (node))

Completed in 881 milliseconds