HomeSort by: relevance | last modified time | path
    Searched refs:staticp (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ld.c 62 static int staticp = 1; variable
187 if (staticp)
359 staticp = 1;
592 staticp = 0;
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ld.c 62 static int staticp = 1; variable
187 if (staticp)
359 staticp = 1;
592 staticp = 0;
  /src/external/gpl3/gdb/dist/gdb/
c-typeprint.c 251 const char *varstring, int staticp,
270 if (i == 0 && !staticp)
310 if (!staticp)
1188 int staticp = TYPE_FN_FIELD_STATIC_P (f, j);
1194 staticp,
1186 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); local
valops.c 48 static int typecmp (bool staticp, bool varargs, int nargs,
1774 STATICP is nonzero if the T1 argument list came from a static
1785 typecmp (bool staticp, bool varargs, int nargs,
1792 if (staticp)
2688 then STATICP will point to a non-zero value.
2709 int *staticp, const int no_adl,
2764 *staticp = 1;
2998 if (staticp != NULL)
2999 *staticp = oload_method_static_p (methods.data (), method_oload_champ);
value.h 1319 int *staticp, const int no_adl,
  /src/external/gpl3/gdb.old/dist/gdb/
c-typeprint.c 252 const char *varstring, int staticp,
271 if (i == 0 && !staticp)
311 if (!staticp)
1189 int staticp = TYPE_FN_FIELD_STATIC_P (f, j);
1195 staticp,
1187 int staticp = TYPE_FN_FIELD_STATIC_P (f, j); local
valops.c 49 static int typecmp (bool staticp, bool varargs, int nargs,
1775 STATICP is nonzero if the T1 argument list came from a static
1786 typecmp (bool staticp, bool varargs, int nargs,
1793 if (staticp)
2689 then STATICP will point to a non-zero value.
2710 int *staticp, const int no_adl,
2765 *staticp = 1;
2999 if (staticp != NULL)
3000 *staticp = oload_method_static_p (methods.data (), method_oload_champ);
value.h 1319 int *staticp, const int no_adl,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 10109 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE;
10291 if (staticp)
11715 int virtualp, explicitp, friendp, inlinep, staticp;
12447 staticp = 0;
12454 staticp = 1 + (decl_context == FIELD);
12458 staticp = 2;
12462 if (staticp == 2)
12469 staticp = 0;
12633 if (staticp && decl_context == TYPENAME
12709 staticp = 1
10094 int staticp = ctype && TREE_CODE (type) == FUNCTION_TYPE; local
11700 int virtualp, explicitp, friendp, inlinep, staticp; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 12197 int virtualp, explicitp, friendp, inlinep, staticp;
12930 staticp = 0;
12937 staticp = 1 + (decl_context == FIELD);
12941 staticp = 2;
12945 if (staticp == 2)
12952 staticp = 0;
13121 if (staticp && decl_context == TYPENAME
13197 staticp = 1;
13207 staticp = 0;
13637 if (staticp == 2
12182 int virtualp, explicitp, friendp, inlinep, staticp; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 1633 bool staticp, bool constp,
1691 if (staticp)
stabs.c 2737 bool constp, volatilep, staticp; local
2830 staticp = false;
2884 staticp = true;
2936 if (! staticp)
  /src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c 1635 bool staticp, bool constp,
1693 if (staticp)
stabs.c 2737 bool constp, volatilep, staticp; local
2830 staticp = false;
2884 staticp = true;
2936 if (! staticp)
  /src/external/mpl/dhcp/dist/server/
confpars.c 2984 int staticp = 0; local
3025 staticp = 1;
3050 t->flags = ((staticp ? GROUP_OBJECT_STATIC : 0) |
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3704 staticp (tree arg)
3741 return staticp (TREE_OPERAND (arg, 0));
3753 return staticp (TREE_OPERAND (arg, 0));
3775 staticp. */
3812 staticp. */
4955 tc &= (staticp (node) != NULL_TREE);
3693 staticp (tree arg) function
tree.h 4964 /* staticp (tree x) is nonzero if X is a reference to data allocated
4967 extern tree staticp (tree);
varasm.cc 4869 tree op0 = staticp (TREE_OPERAND (value, 0));
expr.cc 8141 if (staticp (TREE_OPERAND (exp, 0))
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3743 staticp (tree arg)
3780 return staticp (TREE_OPERAND (arg, 0));
3792 return staticp (TREE_OPERAND (arg, 0));
3814 staticp. */
3851 staticp. */
4995 tc &= (staticp (node) != NULL_TREE);
3732 staticp (tree arg) function
tree.h 5233 /* staticp (tree x) is nonzero if X is a reference to data allocated
5236 extern tree staticp (tree);
varasm.cc 4911 tree op0 = staticp (TREE_OPERAND (value, 0));
expr.cc 8854 if (staticp (TREE_OPERAND (exp, 0))

Completed in 134 milliseconds