HomeSort by: relevance | last modified time | path
    Searched defs:staticp (Results 1 - 11 of 11) 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
  /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
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2737 bool constp, volatilep, staticp; local
2830 staticp = false;
2884 staticp = true;
2936 if (! staticp)
  /src/external/gpl3/binutils.old/dist/binutils/
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/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
  /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
  /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/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...]

Completed in 83 milliseconds